RE: Blending webapps with HTML files

2001-01-15 Thread Stefan Langer
You can put the jsp pages basically anywhere you want to. You just have to setup the context correctly in the server.xml file. Just add the WEB-INF directory to your sitemap and everything should work fine.   Example:   site is under [...]/htdocs/mysite   then all classes

RE: Blending webapps with HTML files

2001-01-15 Thread Kitching Simon
t no-one shot it down... Regards, Simon > -Original Message- > From: Geoff Lane [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, January 13, 2001 7:01 AM > To: [EMAIL PROTECTED] > Subject: Re: Blending webapps with HTML files > > First time posting to the list. So goo

Re: Blending webapps with HTML files

2001-01-13 Thread Martin Smith
Isn't that just the result of the http server config? If the web server sends all requests to the servlet/JSP container, I think it will handle them OK in the webapp area. mfs David Wall wrote: > I'm new to Tomcat 3.2.1 and Servlet 2.2 in particular, having just > come from JRun before webapps

Re: Blending webapps with HTML files

2001-01-12 Thread Geoff Lane
First time posting to the list. So good to meet you all. :) > David Wall wrote: > > I'm new to Tomcat 3.2.1 and Servlet 2.2 in particular, having just > come from JRun before webapps made their debut. > > I'm struggling with the "best practices" people are using for storing > their JSPs and Jav

Blending webapps with HTML files

2001-01-12 Thread David Wall
I'm new to Tomcat 3.2.1 and Servlet 2.2 in particular, having just come from JRun before webapps made their debut.   I'm struggling with the "best practices" people are using for storing their JSPs and Java class files in the webapps directory, while storing images and html files in the web