Internal logging in Tomcat 5.5?

2006-03-13 Thread Antti Ollilainen
Hello, I have problems configuring the Tomcat 5.5's internal logging. I need to see stack traces of uncaught exceptions. I know, this question has been discussed and answered numerous times on this list but even after reading the logging documentation ( http://tomcat.apache.org/tomcat-5.5-doc/logg

Re: Multiple services in single Tomcat instance

2006-02-22 Thread Antti Ollilainen
gt; Here is a link to the archived discussion which helped me to configure > the > > services up and running: > > http://marc.theaimsgroup.com/?l=tomcat-user&m=111411822627845&w=2 > > > > On 2/21/06, Biernesser, Beth <[EMAIL PROTECTED]> wrote: > > > &g

Re: Multiple services in single Tomcat instance

2006-02-21 Thread Antti Ollilainen
setting up the same > situation. If anyone has information, could they also include me in the > reply? Thanks so much! > > -----Original Message- > From: Antti Ollilainen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 21, 2006 10:24 AM > To: users@tomcat.apache.org >

Multiple services in single Tomcat instance

2006-02-21 Thread Antti Ollilainen
Hello, I'm configuring a single Tomcat instance to serve two separate web applications. The applications are on separate ports and one is accessed over HTTP while the other one over HTTPS. I managed to get the webapps configured so that each is its own Service in the server.xml. Actually there was