[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] hI
- Subject: Re: [cobalt-users] hI
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Mon May 21 14:12:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"ls Multani " <lsmultani@xxxxxxxxxxxxxx> wrote
> Dear Friends,
> I have installed Tomcat sucessfully on my system which is already running
Apache on Linux.
> Now the problem what I am facing is I have a directory site1 where I am
placing all html files. I want to place all my JSP files also but it is giving
me error(page not foound), if I am putting my jsp files in web directory.
> Can u help me where should I put my Jsp files.
>
I have never ran Tomcat on a Cobalt, but I found the following link very
helpful.
http://www.devshed.com/Server_Side/Jserv/JSPDev/page1.html
"The default Tomcat installation comes with a folder named "webapps", which
contains sample files. You can place your JSP documents here, or you can define
new locations from which to serve JSP files. In Tomcat-lingo, these locations
are known as "contexts", and they're defined in the "server.xml" file in the
Tomcat CONF directory."
Gerald