On Friday 14 March 2003 01:53 pm, Eamonn Walsh wrote:
> Could you please help me with the following problem.
> I have installed the JDK and tomcat successfully on my PC. I am now
> ready to develop my own web application using JSP. I have admin rights
> on the PC.
> How do I set the context so that when I sdave my JSP files on my hard
> dsik, tomcat will know where they are?
> Regards,
> Eamonn

I understand you want to save your webapp files in a non-default location. You 
can set your own "docBase" for any context in server.xml or a separate 
context conf file.

Go to the Tomcat doc page at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ 
and find the Server Configuration Reference link. After following it, go to 
the Context page (the link is under Containers on the left hand side) and 
find the docBase paragraph under Attributes. It won't hurt reading the whole 
page though.

Paul

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

Reply via email to