Tomcat Log4j Log Level Configuration

2005-09-08 Thread Jojo Paderes
How do I configure Tomcat or Log4J to change the log level output during runtime? Anybody already done this successfully with Tomcat 5.5.9? -- My Blogs http://jojopaderes.blogspot.com Google Talk http://www.google.com/talk (ID: jojo.paderes) "In preparing for battle I have always found that plans

Tomcat SSL Cipher Configuration

2005-07-17 Thread Jojo Paderes
Hi, I'm looking for some decent documentation and technical reference on how to configure Tomcat's SSL cipher. Say for example I want Tomcat to support a specific SSL cipher suite like Triple DES. Hope someone has done something like this already. I'm using Tomcat 5.5 btw. Thanks, Jojo -- http

Problem Locating JAAS Config File in Tomcat 5.5.x

2004-11-09 Thread Jojo Paderes
Hi, We are having problems running a servlet providing JAAS to our web application. We are using Tomcat 5.5.x and JVM 1.4.2. We can't seem to make the JAAS servlet run because Tomcat can't find the JAAS config file which we've already specified in the JAVA_OPTS env variable. We are referring to

Re: AW: Setting Context Path of Webapp as Root on Tomcat 5.5.3

2004-11-05 Thread Jojo Paderes
Hi Remy, Would this mean that the path and docBase attributes are of no use when configured in the META-INF/context.xml in WAR files? If that is the case, then we need to set these attributes in the $CATALINA_HOME/conf/server.xml if we want to customize the context path of our web apps. regards

Re: Setting Context Path of Webapp as Root on Tomcat 5.5.3

2004-11-05 Thread Jojo Paderes
I got it to work by adding a entry in the $CATALINA_HOME/conf/server.xml file. I added this entry inside the default element: . . . . . . It's working with this configuration on Tomcat 5.5.3 and 5.5.4. I can now view the index page of my web app. Thanks for all those who replied! :) On

Re: AW: Setting Context Path of Webapp as Root on Tomcat 5.5.3

2004-11-05 Thread Jojo Paderes
ave my META-INF/context.xml in myrootapp. > This seems to cause a lot of confusion for tomcat. > > The cleanest solution I found, was to call myrootapp.war ROOT.war... > > I would like to know a neater solution if there is one.. > > Cheers, > nick > > >-Ursp

Setting Context Path of Webapp as Root on Tomcat 5.5.3

2004-11-05 Thread Jojo Paderes
Hi, Is there a way to set a webapp to use the root context path in Tomcat 5.5.3. For example, I want to access by webapp named "mywebapp" by using this url: http://mydomain.com/ instead of this: http://mydomain.com/mywebapp/ In a J2EE EAR file, I can set the webapp to use the root context path