Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aRaindogToo

    Can't get reload of WAR to work...

    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...
  2. aRaindogToo

    Tomcat and class loading...?

    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...
  3. aRaindogToo

    Tomcat and class loading...?

    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...
  4. aRaindogToo

    Tomcat and class loading...?

    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...
  5. aRaindogToo

    Using LDAP realm from code?

    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...

Part and Inventory Search

Back
Top