address removed permanently? I prefer to
get no email about tomcat than continually receiving it.
2) Is there someone I can work with to track down why I cannot
subscribe/unsubscribe as needed?
Jim A.
Hi Jeff,
Thanks for the advise. I will double check the java version that I used. I
recently upgrade my PC to a recent version of java, but I will double check.
Regards,
Jim
On Mon, Oct 21, 2024 at 1:24 PM wrote:
> Hi Jim,
>
> Fellow user here.
>
> I am guessing that you need
Migrate in what way?
As near as I can tell, the missing class is being called by Tomcat 11
source code.
Jim A.
On Mon, Oct 21, 2024 at 1:18 PM Mcalexander, Jon J.
wrote:
> I could be wrong, but I think you need to migrate your code as 11 uses
> Jakarta syntax, just like 10.1 does.
&g
the class:
javax.servlet.jsp.tagext.TagLibraryValidator
was not found.
My questions is: Where is the TagLibraryValidator class to be found?
Jim Anderson
HTTP Status 500 – Internal Server Error
Type Exception Report
Message java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext
. I enter the following URL:
localhost:8080/theApp
The is shown in my postscript.
Thanks for any advise!
Jim A.
_
postscript
__
HTTP Status 500 – Internal Server Error
Type Exception Report
Message
problem and how to fix it.
The problem occurs when I am in firefox and I enter the url of
application, e.g. I enter the following URL:
localhost:8080/theApp
The attach file "appErr.txt" contains the resulting stack trace.
Thanks for any advise!
Jim A.
HTTP Status 500 – Internal Se
I checked the ihyp/logs directory and there were no error messages there.
Can anyone help with what my next step(s) should be?
Thanks in advance.
Jim Anderson
Hi guys-
I solved the castiing problem with jakarta.
The jakarta is used instead of javax now.
I needed to update my pom and then run mvn install -U.
The servlet runs correctly on tomcat now.
thanks all,
jim
Sent with Proton Mail secure email
Hi -
Here is my formatted pom.
thanks
http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd";
xmlns="http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
4.0.0
local
NewJavaMavenProject
NewJavaMavenProject
0.1.0-SNAPSHOT
Hi-
I am resending my msg. in plain text wondering how to get tomcat to render my
servlet for hellworld from code I got at w3schools.
I am trying to follow the guidelines:
TOMCAT 10.1.10 + plain text email!
THANKS
code and configuration files:
import java.io.IOException;
import java.io.Prin
Hi-
I get the following error msg on tomcat at this URL:
http://localhost:8080/examples/HelloWorld
I am wondering it seems like I am getting the maven project to build in
Moonshine
IDE. then I put a new web.xml file in the examples directory in the tomcat
server
unzipped files. Then, I try to c
after* the version of Tomcat that you’ve got installed. That way, it will
have that version of Tomcat in it’s table of known Tomcat versions it can
choose from.
Folks, do you concur, or am I wrong here?
- Jim Henk
> On Mar 9, 2023, at 6:36 PM, Stephanie Panah wrote:
>
> Help
Found it! If anybody is wondering, it’s at
/volume1/.@plugins/AppCentral/tomcat/conf
Sorry to bother you.
- Head no longer itching.
> On Feb 14, 2023, at 12:47 AM, JIM HENK wrote:
>
> Hi.
>
> I’ve got an ASUSTOR NAS drive, and have used their utility to install their
&
Hi.
I’ve got an ASUSTOR NAS drive, and have used their utility to install their
port of Tomcat. Yes, it *does* come up successfully. However, when I use
their folder browser to go to the Tomcat directory, I see a *very strange*
folder tree, and I can’t find the conf directory anywhere to assi
nux system administraion, but this is a
case I am stumped on what testing can be done or where or what I should
examine. Any suggestions on what look for on the PC will be appreciated.
Jim A25-Jan-2022 12:42:20.410 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Server versi
colon error would be reported in the
error message when
it does not exist in the source code?
Thanks in advance for any advise/guindance.
Jim A.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
This was the fix. Thank you!
jim
On Thu, Feb 11, 2021 at 11:17 PM Mark Thomas wrote:
> Check the user the Tomcat service is running as. This changed from Local
> System (essentially an admin account) to the less privileged Local Service.
>
> Mark
>
>
>
Yes, the file is there and readable. The NTFS permissions have only the
built-in SYSTEM, CREATOR OWNER, and domain administrators group as having
any kind of access to the folder. This was working before I started
upgrading. The last modified date is 2017 on that file.
jim
On Thu, Feb 11
hu, Feb 11, 2021 at 12:17 AM Mark Thomas wrote:
> On 11/02/2021 02:06, Jim Weill wrote:
> > I had 8.5.41 working and decided to do the upgrade to 8.5.63 today on
> > Windows Server 2012r2. I've had success with stopping the service,
> > renaming the tomcat directory, p
I had 8.5.41 working and decided to do the upgrade to 8.5.63 today on
Windows Server 2012r2. I've had success with stopping the service,
renaming the tomcat directory, putting the unzipped files of the new
version in its place, and dropping in the server.xml, and web.xml files to
replace the defau
ight to
me, that's the only thing that looked off.
HTH
- Jim
-Original Message-
From: Christopher Schultz
Sent: Monday, January 25, 2021 11:11 AM
To: Tomcat Users List
Subject: [OT] Spring Security LDAPS authenticator won't trust TLS cert
CAUTION EXTERNAL EMAIL: This email origi
ironment be the root cause of this?
Jim A
jja_tomcat_logs.tgz
Description: application/compressed-tar
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
(emphasis mine on active connections)
Here is the doc that I've been referring to - sorry for not linking it earlier:
https://tomcat.apache.org/tomcat-9.0-doc/jdbc-pool.html
On those other Tomcat servers is there a initialSize defined?
Jim
-Original Message-
From: Beard, Shawn
Sent
setting of 10 somewhere that isn't being set and initialSize seemed like a good
candidate for that setting.
Perhaps you might check your monitoring tool thresholds - I would have to think
that 80% is setting off bells and whistles so you have time to act before your
JVM blows up.
Cheers!
100
It would make sense that 8 connections would be 80% utilized.
I would try replacing maxActive with initialSize and seeing how that works for
you.
Good luck!
- Jim
From: Beard, Shawn
Sent: Tuesday, December 15, 2020 2:12 PM
To: Tomcat Users List
Subject: jdbc connction pool issues
CAUTION
trace.
For now, I am simply including the error file showing the stack trace.
Should I submit this to the developers mailing list?
--
Jim Anderson
cell - 908-329-0586
Dec 08, 2020 2:17:24 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version name: Apache Tomcat/9.0.38
1) locate the
correct version of tomcat in your eclipse workspace 2) add "|||" to your
context.xml file. I will update the stackoverflow.com URL with a
comment. I'm not sure if this is worth mentioning anywhere in the tomcat
documentation. I will leave that to others.||
--
Jim Anderson
here you
can use software like authbind to have a non-root user do it instead but it
takes some extra tinkering. There are also folks that run Tomcat on 8443
and then configure iptables to forward port 443 to 8443. There are a few
different ways to accomplish what you want to do - have you researched any
of these solutions?
Jim
Yes, we already push notepad++ to the domain clients. This is a great
suggestion, thanks!
jim
On Wed, May 15, 2019 at 3:17 AM André Warnier (tomcat)
wrote:
> On 15.05.2019 10:16, Mark Thomas wrote:
> > On 15/05/2019 08:56, André Warnier (tomcat) wrote:
> >> On 15.05.201
even going back to 8.5.0 compared to
8.5.41, I get a "Forbidden You don't have permission to access /repos/asf
on this server". Is this the error I'm supposed to expect?
jim
orrect for updating tomcat? I feel like I'm missing something.
jim
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
y the code to turn on the tomcat feature.
Have I got it right now?
Thanks!
- Jim
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Tuesday, August 22, 2017 1:06 PM
To: users@tomcat.apache.org
Subject: Re: setting packetSize for ajp connector
onnector level. And after many hours of guessing I'm turning to
you all in hopes that someone may know the correct setting.
Can anyone provide the correct syntax? Or is packetSize for the AJP connector
not even supported through command line for embedded Tomcat?
Thanks!
- Jim
Sure, will do!
Jim
On Thu, Mar 16, 2017 at 12:57 PM, Mark Thomas wrote:
> On 16 March 2017 14:31:31 GMT+00:00, Jim Griswold
> wrote:
> >Thanks, Mark! I filed
> >https://bz.apache.org/bugzilla/show_bug.cgi?id=60876
>
> Thanks. I don't suppose you'd like to
Thanks, Mark! I filed https://bz.apache.org/bugzilla/show_bug.cgi?id=60876.
Jim
On Thu, Mar 16, 2017 at 6:15 AM, Mark Thomas wrote:
> On 15/03/17 21:56, Jim Griswold wrote:
> > Hi everyone,
> >
> > After a recent upgrade from Tomcat 8.0.28 to 8.5.11, I've noticed a
lack of space and lower case p appear to be intentional,
yet don't seem to conform to the RFC the class is targeting.
I am sure I must be missing something since this is the new default and
this is such a common behavior, but I've dug around for a while and can't
find another
On 12/5/2016 8:43 AM, Mark Thomas wrote:
On 05/12/2016 16:13, Mark Thomas wrote:
On 01/12/2016 22:17, Jim Weill wrote:
sslEnabledProtocols is now just protocols for one thing. And you have to
put your certificate stuff in an sub-section to the
connector now.
That should not be necessary
omcat.apache.org/tomcat-8.5-doc/config/http.html#SSL_Support_-_SSLHostConfig
but scroll up slightly to get the instructions on how to use this
subsection.
jim
On 12/1/2016 1:26 PM, Bartlett, Todd wrote:
Thanks for your reply, unfortunately I know very little about Tomcat beyond the
server.xm
Are you using the 8.5 reference?
https://tomcat.apache.org/tomcat-8.5-doc/config/http.html
When we updated to 8.5, we also found things changed with the connector
for SSL. The above page is the current guide, and you'll notice several
of the hooks have been deprecated since 6.0
jim
eadless=true
-Djavax.servlet.request.encoding=UTF-8 -Dfile.encoding=UTF-8"
instead of using CATALINA_OPTS? We use JAVA_OPTS in our setenv.sh file for
Linux, perhaps it will work for Windows as well ...
- Jim
et lifespans and renewal timeframes make
sense or should they be less often / more often?
I really appreciate any feedback or thoughts on this - thanks!
- Jim
On Thu, Jul 23, 2015 at 10:50 AM, Mark Thomas wrote:
> On 23 July 2015 15:07:01 CEST, Jim Sellers wrote:
> >Hi all.
> >
> >Sorry if this has already been answered, but I couldn't find it.
> >
> >I'm looking at using tomcat in a docker container and I w
I've also opened a ticket with the official docker tomcat image project for
a tomcat that has this done.
https://github.com/docker-library/tomcat/issues/14
Thanks for your time.
Jim
over the
weekend if you have not been able to get set up in Eclipse.
Please let me know if you have resolved your problem. Otherwise, I will
get back to you over the weekend.
Jim
On 01/08/2015 11:42 AM, MyList wrote:
Hello All,
I am new to web development with tomcat. Have many years
Please make note that I do not see errors in the brower window, but in
the brower console window.
If I have time later, I will create an error in my 's.jsp' server code
and verify that an error is
reported in the console.
Jim A.
On 12/08/2014 04:17 PM, David kerber wrote:
On 12/8
x API, but I can believe it has hooks in the
brower code that allows an application such as Tomcat to post
information into the console. If fact, I would expect the browser
console to have that kind of hook.
Jim
On 12/08/2014 03:54 PM, David kerber wrote:
On 12/8/2014 3:49 PM, Jim Anderson
nd others my want to contribute addtions.
Jim A.
On 12/06/2014 04:19 PM, Jim Anderson wrote:
Hi to all,
I am currently developing some server side JSP code. By and large,
things are progressing and working well. I have gotten half way decent
at debugging my java/javascript/jquery/jsp/HTM
eference to the session object.
My second question is more general. My code is not working and there are
no error messages. Can anyone speculate why this would be the case? Is
there any place else I should be looking for error messages?
Jim A.
--
software development. A big thanks to you and to Hassan for
taking
the time to help me out
Regards,
Jim
On 07/12/2014 03:13 PM, Caldarale, Charles R wrote:
From: Jim Anderson [mailto:jim_ander...@jjajava.com]
Subject: installing tomcat7-admin --- I have not /etc/tomcat7 directory
I
I cannot find any documentation
about installing tomcat7-admin.
I have scanned through the tomcat7 doc website and have not been able to
find the installation instructions
I'm looking for. Can someone either point me to the instructions I would
need to install tomcat7-admin?
Regards
We are looking for ways to reduce memory usage.
> Up. Grade.
We are looking into it, but 7.0.26 seems to be associated with this Ubuntu
version.
Is it a huge difference? I really don't want to rock this boat any more
that absolutely necessary.
Again, thank you for your time and insi
Hi,
I have I server with Apache and Tomcat through jk_mod and the perfonrmance
is awful. This is mostly confined to images as far as I know, but it is
hard to tell.
The images are served from Apache with the help of the following lines:
# Serve static content from /resources and /data using Apach
On Mar 5, 2014, at 11:23 AM, Teresa Fasano wrote:
> Hi,
> I have a communication problem between Apache and Tomcat with mod_proxy_ajp.
> The Apache version is 2.2.15.
> The problem occurred only with Tomcat 7 ( the same problem occurred with
> various version 7.0.x ), while it works with Tomcat
Wow! I put my JkMounts inside the VirtualHost directives and now it is working
again. Thank you very much!
On Feb 14, 2014, at 11:52 AM, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Jim,
>
> On 2/12/14, 11:53 PM, Jim Borland wrote:
12-31-39-04-58-57.compute-1.internal:/big41." Also, I have a bunch
of "missing uri map" entries for things present on the server that were
never JkMounted.
Like I said, it used to work fine. Any help or suggestions would
On 17/09/2013 5:05 PM, André Warnier wrote:
Jim Barber wrote:
All,
On 16/09/2013 10:52 PM, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Felix,
On 9/16/13 10:25 AM, Felix Schumacher wrote:
Am Montag, den 16.09.2013, 10:02 -0400 schrieb Christopher
Schultz
All,
On 16/09/2013 10:52 PM, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Felix,
On 9/16/13 10:25 AM, Felix Schumacher wrote:
Am Montag, den 16.09.2013, 10:02 -0400 schrieb Christopher
Schultz:
Jim,
On 9/16/13 3:42 AM, Jim Barber wrote:
I'm hoping someo
oid log(Request request, Response response, long time) {
if (Arrays.asList(exclude.split(",")).contains(request.getMethod())) {
return;
}
super.log(request, response, time);
}
But there must be something better.
2013/9/16 Jim Barber :
Hi all.
I'
ervletRequest attribute that is null when the http request method
is not using "OPTIONS"?
Or am I completely off track and there is a different way to filter these
access log messages?
Regards,
--
Jim Barber
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
On 11/20/12 5:02 PM, Pid * wrote:
On 20 Nov 2012, at 21:44, Jim wrote:
What I'm getting at is this: your release process should produce a
.war (or exploded directory) that is copied to Tomcat and that Tomcat
should not be reading any part of the app from the /war directory - a
s
sses are sometimes not loaded into the classloader. Also, when this
error happens, restarting Tomcat -- without changing the contents of
"/webapp/[name of app]" at all -- resolves the issue, which hints at
some sort of classloading race condition.
-- Jim
On 11/20/12 3:40 PM, Pid * wro
compiling the JSP fine, but that compiled JSP
does not appear to be making it into the classloader?
-- Jim
On 11/20/12 2:34 PM, Pid * wrote:
On 20 Nov 2012, at 13:42, Jim wrote:
Thanks for the question -- I worded that part awkwardly.
Our project has a root-level "/src" directory
cat re-compile the .tag file into the
"/work" directory, yet still claim the tag's class "cannot be resolved."
But to clarify: no part of Tomcat itself, including "/work", is kept
under version control.
-- Jim
On 11/20/12 2:18 AM, Pid * wrote:
On 19 Nov 2012,
anches, so I thought it might have to do
with the /work directory having older versions of the JSPs/TAGs, but one
of my colleagues claims to clean her "/work" directory every time she
switches branches, and before starting Tomcat, and still getting the issue.
Thanks in advance
;
}
This seems like it could be a bug, but given that I am new to JAAS on
Tomcat, I may just be doing something wrong. Any JAAS/Tomcat experts out
there able to point me in the right direction?
Jim Doble
-
To unsubscribe, e
Tim, thanks…I was going on the basis of other apps (all of which have root
folders), but apparently GeoServer creates its own root folder upon
installation. All seems to work now.
Regards,
Jim P.
On Jul 23, 2012, at 4:17 PM, Tim Watts wrote:
> On Mon, 2012-07-23 at 14:39 -0700, Jim Proc
omcat error "Application at context path /geoserver could not be
started." A full catalina.log output for the latter error is below. I'm no
Tomcat expert, but I have successfully installed one other app on this Tomcat
server so don't expect the below to be purely a Tomcat is
> > It would have been nice if this was noted in the docs :-)
>
> Sounds like you're pretty close to being able to make a patch. ;)
I'm willing to write something up, but am not sure how to contribute it to the
doc website. I rummaged through the ASF svn and found the tomcat/site
stuff, but it
> -Original Message-
> From: Jim Garrison [mailto:jim.garri...@troux.com]
> Sent: Saturday, March 10, 2012 7:07 PM
> To: users@tomcat.apache.org
> Subject: Source jar for tomcat-dbcp?
>
> I have a problem I need to debug by stepping into tomcat-dbcp (6.0.35). I
&g
I have a problem I need to debug by stepping into tomcat-dbcp (6.0.35). I tried
downloading the Apache commons-dbcp source but it seems the version in Tomcat
has the classes in different packages, so I can't get Eclipse to recognize the
source.
I've searched the following areas:
* the tomcat
> -Original Message-
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> Sent: Tuesday, March 06, 2012 12:27 PM
> To: Tomcat Users List
> Subject: RE: tomcat6w.exe -- 32bit and 64bit versions identical?
>
> > From: Jim Garrison [mailto:jim.garri..
I am in an environment where I deploy tomcat via a script. Rather than keep
two entire copies of Tomcat for 32- and 64-bit systems I have the complete
32-bit download plus the 64-bit tomcat6*.exe files. I'm upgrading from 6.0.20
to 6.0.35 and my usual procedure is to diff the 32- and 64-bit ve
Hmm. Am I to understand this is fixed now? I tried it and it still seems
to have problems. However, the other versions (< 7.0) seem to be working
much better (I thought they too had problems when I tried in the past).
Also, I appreciate everyone jumping in quickly to fix this.
Is there a version of the Tomcat documentation that consistently handles
word-wrap? Some of the segments are very difficult to read while others do
word wrap properly?
Thanks,
Jim
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 5.5.35 stable.
Apache Tomcat 5.5.35 is primarily a security and bug fix release. All users
of older versions of the Tomcat 5.5 family should upgrade to 5.5.35.
Please refer to the change log for the list of changes:
http
Tomcat 5.5.34 was released and announced yesterday...
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
I am T&Ring 5.5.34 today...
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
My plan is to T&R 5.5.34 the week after next… I'm traveling next
week :/
On Aug 12, 2011, at 12:25 AM, Sachin Mankapure wrote:
>
> Hi Jim,
>
> Is there any update on release date of 5.5.34?
>
> Thanks,
> -Sachin
>
>
> Jim Jagielski wrote:
>>
&g
I am tempted to do a release next week... we seem to have enough
to warrant it.
On Jul 21, 2011, at 5:57 AM, Sachin Mankapure wrote:
>
> Thanks. I wanted to know *when* 5.5.34 will be available. I got the answer.
>
>
> Konstantin Kolinko wrote:
>>
>> 2011/7/20 msachin :
>>>
>>> Where can I
On Wed, 11 May 2011 18:04:15 -0400
Jim Seymour wrote:
> On Thu, 12 May 2011 01:16:43 +0400
> Konstantin Kolinko wrote:
>
> > 1) jsvc is not developed within Apache Tomcat project but within
> > the Apache Commons - it belongs to Apache Commons Daemon, -- your
>
hat did not work for me,
either.
Thanks for the follow-up.
Regards,
Jim
--
Note: My mail server employs *very* aggressive anti-spam
filtering. If you reply to this email and your email is
rejected, please accept my apologies and let me know via my
web form
A test tarball was just announced to the development list
for voting and approval...
On Feb 7, 2011, at 3:03 PM, David Rees wrote:
> I saw that there is a security bug[1] announced last Friday that
> affects all versions of Tomcat including the latest released version
> of Tomcat 5.5.32, but that
On Dec 10, 2010, at 7:59 AM, Mark Thomas wrote:
>> Looks like a bug,
>>
>> Please add it to bugzilla, as Mark suggested.
>>
>> BTW, I think that the following change can fix it:
>> (for current tc6.0.x, not tested!)
>
> I don't think so. I think the problem is further up on line 558:
> String[]
In your full production trace, is there an indication which thread has
the "<0xd50244e8>" lock?
I've debugged similar situations where threads were "blocked waiting
for monitor <0x.>" (getting java.sql.Connections, as it turned
out) -- identifying & examining the thread that had locked that
mo
Is "LoginBean.java" your code (or code that you control)? You might
have to change that code a bit to handle a session that has already
been invalidated.
On Mon, Nov 15, 2010 at 6:03 AM, Amol Puglia wrote:
> Hello team,
>
> Tomcat Server going down frequently with the following messages in the lo
On Nov 6, 2010, at 2:17 PM, Christopher Schultz wrote:
>> I believe (if I heard it correctly), either Mark T. or Tim F.
>> explained at ApacheCon this week that the minimum is not immediate.
>> It needs to build up to that level. So, when you start Tomcat, you
>> won't immediately fire up 150 thr
On Nov 6, 2010, at 12:50 AM, rujin raj wrote:
> Now my server.xml file is like this.As you told i added
> executor="tomcatThreradPool" as follows
>
> maxThreads="1000" minSpareThreads="150"/>
>
> connectionTimeout="2"
> executor="tomcatThreadPool"
> maxThreads="1000"
>
executor="", so in your case:
executor="tomcatThreadPool"
This is shown in the default/sample server.xml under the comment
On Nov 5, 2010, at 9:49 AM, rujin raj wrote:
> Please how to add the executor attribute in connector
>
> Executor="enable" or "true"
>
> Is it like this:
>
The Apache Tomcat Team announces the immediate availability of Apache
Tomcat 5.5.31 stable.
Apache Tomcat 5.5.31 is primarily a security and bug fix
release. All users of older versions of the Tomcat 5.5
family should upgrade to 5.5.31.
Please refer to the change log for the list of changes:
htt
On Sep 9, 2010, at 8:34 AM, Mladen Turk wrote:
> On 09/09/2010 02:09 PM, John Baker wrote:
>> Thanks for the feedback.
>>
>> Can you tell me why this if statement exists:
>>
>> if (poll(&fds, 1, timeout)> 0)
>>{
>>...
>>}
>>else
>> break;
>
Any interest in the code moving to the ASF incubator?
On Aug 16, 2010, at 4:06 PM, Networked wrote:
>
>
> Myself and Peary Chiu have created a lightweight utility for
> administering Tomcat from the command line in our copious amounts of
> free time on the weekends.
> This is a very rough utili
The Apache Tomcat Team announces the immediate availability of Apache
Tomcat 5.5.30 stable.
Apache Tomcat 5.5.30 is primarily a security and bug fix
release. All users of older versions of the Tomcat 5.5
family should upgrade to 5.5.30.
Please refer to the change log for the list of changes:
htt
I'm hoping someone may have some insight into a difficult problem we are
having. We have a situation where the JSESSIONID seems to get lost
somewhere in a users transaction - the result is they get kicked back to the
applications login page (no sessionid so the app thinks they haven't logged
in).
Can you truss/strace Tomcat, or watch the network traffic between
MySQL and Tomcat? Comparing captures from those tools between
successul and hung page generation might show what the issue is, or at
least suggest other areas to look at.
On Wed, Feb 10, 2010 at 2:53 PM, Jordan Michaels wrote:
> We
勹
发自我的 iPod
在 Jan 7, 2010,22:42,"Looijmans, Mike" 写到:
The current configuration is correct in terms of security - the
'SYSTEM'
user is a limited account that has no access to the desktop nor shared
network resources.
Be warned that running a service under other credentials than the
syste
In Tomcat5 there was a Context parameter "disableProxyCaching" to prevent
proxies from caching content. This parameter doesn't seem to be present in
Tomcat6. Is there an equivalent setting?
000d5140 nid=0x7 runnable
prompt#
On Wed, Sep 2, 2009 at 3:09 PM, keeplearning wrote:
>
> Sorry. But I didn't understand how using 2 terminals would help me with the
> questions I posted.
>
>
>
> Jim Cox-2 wrote:
>>
>> FWIW, I usually do a tail/tee on catalina.out
FWIW, I usually do a tail/tee on catalina.out in a term, then do the
kill -QUIT from another term, then kill the tail/tee
combo which leaves me with a reasonably clean thread dump.
For example:
Terminal A:
prompt$ tail -f /usr/local/tomcat/logs/catalina.out | tee
/tmp/tomcat-threads.tmpA
Termin
}
Is this change to fix an issue ? Or Tomcat6.x totally change the host name
looking up mechanism .
Could you also point to me where can I find the Tomcat6.x document about
difference with Tomcat5.x if there is ? for example architecture , execution
etc.
Thanks in advance .
Jim Ma
Ron,
Thank you, much! I will definitely get the plugin and give it a
try.
Jim
Ron McNulty wrote:
Hi Jim
A liitle OT, but I can recommend the HTML Validator plugin for Firefox
(if you don't already have it). It puts a red light in the bottom
right corner of the browser when you forg
1 - 100 of 291 matches
Mail list logo