Does jse1.5 still require using the endorsed directory to override the
built-in parser?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
After many webapp installs, I get this in my tomcat logs...
Exception in thread
"ContainerBackgroundProcessor[StandardEngine[Catalina]]"
java.lang.OutOfMemory
Error: PermGen space
MaxPermSize=128m, but the errors still happen. I understand that this
comes from apps not releasing all their resourc
Hello. I have a Tomcat 5.5.8 based web application running an Axis
1.2.0 driven web service. When I run a certain chunk of code doing
XSLT transformations, the code fails with "There was an error while
transforming document - java.io.UTFDataFormatException: Invalid byte 1
of 1-byte UTF-8 sequence."
e has already looked into these things and come up with a decent
solution please share.
Thank you
andy kriger
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I've read the FAQ regarding 'when it's ready' and I haven't seen
anything about this in the mailing list archives, however, I still
need to be able to answer this question for my boss.
We started up the 5.5 path with .4, which had a bug with POST and
basic auth that required upgrading to .7 which
I have Tomcat 5.5.4 configured with basic authentication through a
JNDI named JDBC connection pool. The Resource and Realm are specified
in META-INF/context.xml. The resource-ref and security-constraint are
specified in WEB-INF/web.xml (releveant parts included at the end of
this message).
There a
I have an Tomcat server on an internal network configured to require
basic authentication. This works fine when I use IE or Java code to
access a site, but when I try to access the site using Firefox, the
user/password is never accepted. I have packet sniffed the GET calls
from both IE and Firefox
Watch method of a configurator in an initialization
> servlet.
>
> -Original Message-
> From: Andy Kriger [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 21, 2005 2:06 PM
> To: tomcat-user@jakarta.apache.org
>
> Subject: Re: reload log4j.properties on-the-fly?
>
you have received this message in error, please notify us immediately by
> telephone (800) 665-1321 and reply to the sender via e-mail, confirming
> deletion of the original e-mail and any attachment(s).
>
> --------
>
I am running Tomcat 5.5 with log4j logging (log4j.properties in common/classes).
Is it possible to make changes to the log4j properties and have the
changes reloaded on-the-fly instead of having to restart Tomcat in
order to pick up changes? This would be very useful for those times
debug level lo
Can someone inside the Tomcat crew explain the
advantages/disadvantages of setting unpackWAR="false" in the Host
configuration?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> Since 5.x, you don't really need to undeploy first, adding update="true"
> into deploy task will undeploy your app before deployment..
I added that to my Ant script and removed the dependency on
webapp-undeploy. Still works about as often as it doesn't. The WAR
file is removed but the directory
> Which ant task do you use to deploy/undeploy wars? What is the url in task?
${container.mgr.url} = http://localhost:8080/manager
-
To unsubscribe, e-mail: [EMAIL PROTECTED
I am running Tomcat 5.5.x on Solaris 9.x with Java 1.4.x
I use an Ant script to deploy my WAR file to Tomcat - it builds a WAR,
undeploys the existing webapp, and deploys the WAR. Usually this works
fine. However, often enough to big a major annoyance, it doesn't work
- the webapp undeploys (accor
I'm coming to Tomcat 5.5 from greater experience with Resin. I am
setting up a JDBC connection pool. No problems there, I have a
META-INF/context.xml file with a Resource element in the Context
block. What is strange is that I do not need a resource-ref element in
the web.xml; my connection pool wo
I have a webapp that defines a JDBC connection pool resource in
META-INF/context.xml. When I made a change to the resource name and
restarted the webapp, I found that Tomcat did not pick up the new name
- my JSP did not work and JConsole showed the old name for the
DataSource. I had to restart Tomc
16 matches
Mail list logo