default error page in tomcat

2003-02-12 Thread unix guy
How do I turn off the default error page in tomcat? I cannot find it in the docs, but I am probably looking in the wrong place. Is it in the web.xml? Thanks, newbie -- ___ Get your free Verizonmail at www.verizonmail.com

RE: default error page in tomcat

2003-02-12 Thread unix guy
error page in tomcat If by turn off you mean use my own, then yes, its in web.xml, the error-page element. John -Original Message- From: unix guy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 2:43 PM To: [EMAIL PROTECTED] Subject: default error page in tomcat

how do i turn off tomcat's default error?

2003-02-05 Thread unix guy
-- ___ Get your free Verizonmail at www.verizonmail.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

allowLinking setup, but still have errors

2003-01-07 Thread unix guy
In server.xml, I have: Context path=/blah docBase=build allowLinking=true debug=0 reloadable=false cookies=false / Yet I still get the error: ContextConfig[/estreet]: Missing application web.xml, using defaults only My web.xml is embedded in multiple symlinks in WEB-INF directory. Does anyone

allowLinking setup, but still have errors

2003-01-07 Thread unix guy
In server.xml, I have: Context path=/blah docBase=build allowLinking=true debug=0 reloadable=false cookies=false / Yet I still get the error: ContextConfig[/build]: Missing application web.xml, using defaults only My web.xml is embedded in multiple symlinks in WEB-INF directory. Does anyone

newbie ? - linking to webapps (in server.xml ??)

2003-01-06 Thread unix guy
I need to have things in the webapps directory softlinked off to other disks. Can someone point me to a thread discussing this, or tell me how to do this? Thank you very much, -- ___ Talk More, Pay Less with Net2Phone Direct(R), up to 1500 minutes

Re: WHICH IS THE BEST WAY TO HAVE MULTIPLE TOMCAT SERVERS?

2002-10-01 Thread unix guy
I have found the best way is to have 1 tomcat running on 3 different ports. It increased our throughput exponentially. Just update the server.xml. Also use loadbalancer in the mod_jk.conf and workers.properties. Hope this helps. - Original Message - From: Mauro Daniel Ardolino