Running JSP....new to Tomcat 5.0

2003-09-07 Thread Amy Cheung
Hi,

How can I setup the server configuration using TOMCAT
Ver5.0? I follow the same method for TOMCAT Ver3.0 but
it give error as below: 
SEVERE: Cannot find msg asso. with key
stdContext.resourcesStart Document base does not
exit or is not a readable directory 

What is the correct to initialize the docBase? My
folder is stored in C:\SLF_proj. Where to put the code
in server.xml?

Thks!!! 

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Running JSP....new to Tomcat 5.0

2003-09-07 Thread Bill Barker
Urm, there is almost nothing in common between setting up Tomcat 3.x and
setting up Tomcat 5.x (except that the name of the 'server.xml' file has
stayed the same ;-).  Almost all of the directories have changed (with the
exceptions of 'conf' and 'webapps'), the syntax of 'server.xml' is
completely different, if you are using app-context.xml files the location
has changed as well as the content.

My advice is to go to
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html and re-learn how
to setup Tomcat as though you never knew how to setup Tomcat 3.x.

Amy Cheung [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi,

 How can I setup the server configuration using TOMCAT
 Ver5.0? I follow the same method for TOMCAT Ver3.0 but
 it give error as below:
 SEVERE: Cannot find msg asso. with key
 stdContext.resourcesStart Document base does not
 exit or is not a readable directory

 What is the correct to initialize the docBase? My
 folder is stored in C:\SLF_proj. Where to put the code
 in server.xml?

 Thks!!!

 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free, easy-to-use web site design software
 http://sitebuilder.yahoo.com




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]