Server.xml help

2005-02-10 Thread Charles P. Killmer
Does anyone see anything wrong with this server.xml? I am still trying to pin down my database connectivity issues and would like some validation that I have Tomcat setup appropriately. Server port=8005 shutdown=SHUTDOWN debug=0 Listener

server.xml help (i think)

2001-01-24 Thread Andrea Bertone
Hi Tomcat Users! I am desperate need of assistance.I have been diligently attempting to get Tomcat working for 2 months (which should be a clue I'm just not cut out for this) but I keep trucking along. In addition to being new to Tomcat, I am also new to Apache and Linux and JSP... I

RE: server.xml help (i think)

2001-01-24 Thread Hosahalli, RaghavendraX
="0" reloadable="true" /Context please correct me if this is worng Regds, Raghu -Original Message-----From: Andrea Bertone [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 24, 2001 11:12 AMTo: [EMAIL PROTECTED]Subject: server.xml help (i think) Hi Tomcat

Re: server.xml help (i think)

2001-01-24 Thread Ben Blakely
In your server.xml file there should be a line something like this: Context path="" docBase="webapps/ROOT" / Change the "webapps/ROOT" to "/home/user/domain/htdocs" and restart tomcat. This sets the root context for Tomcat to your web server's document root. Hope this helps, --brb Andrea

RE: server.xml help (i think)

2001-01-24 Thread Andrea Bertone
Of Ben Blakely Sent: Wednesday, January 24, 2001 11:19 AM To: [EMAIL PROTECTED] Subject: Re: server.xml help (i think) In your server.xml file there should be a line something like this: Context path="" docBase="webapps/ROOT" / Change the "webapps/ROOT" to "/h

RE: server.xml help (i think)

2001-01-24 Thread Debra Locke
and not docBase="home/user/domain/htdocs" Regards, Debbie -Original Message- From: Andrea Bertone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 5:55 PM To: [EMAIL PROTECTED] Subject: RE: server.xml help (i think) I tried this and it is now looking for the jsp p