Hi!
I'm not sure this is what causes it, but it seems like Tomcat can't remove all files associated with my web app at reaload (copying a new WAR file in the webapps dir). I'm using Struts, and Tomcat leaves <web app name>/WEB-INF/lib/struts.jar, so when trying to load the new one, it says...
Hi again...again!
Then I'm probably using the java logging functionality wrong. I start tomcat in the CATALINA_BASE dir, running the CATALINA_HOME/bin/startup script. The logging properties file (which has "java.util.logging.FileHandler.formatter" set to my own formatter) used by my application...
Hi again!
Ok, thanks, but just to be sure that I know what you mean: what is TOMCAT_HOME referring to (CATALINA_HOME?)? I mean, what I want to do is to separate my web app (stored in CATALINA_BASE) from the tomcat installation (CATALINA_HOME), completely. I do not want to add something to an...
Hi!
Anybody has some info about Tomcat and class loading? I have a servlet that uses the logging functionality i java.util.logggin package, but also have a class extending the SimpleFormatter class. To change between these formatters, the "java.util.logging.FileHandler.formatter" key is used...
Hi!
I have a servlet authenticating users by the help of an LDAP server. Is there any way to use the LDAP realm functionality in Tomcat for this, without the use of a browser? Once the user has been authenticated, I need to do other stuff in my servlet, so all I'm relly interested in is whether...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.