RE: htdocs or servlet

2002-02-03 Thread Rob
3 February 2002 1:28 PM > To: Tomcat Users List > Subject: Re: htdocs or servlet > > > take a look at mod_jk, the directive for apache, and the > directive in tc. ive always used the j2ee standard > .war packaging > for server side java applications. > > matt > -

Re: htdocs or servlet

2002-02-02 Thread Matt Egyhazy
ED]> Sent: Saturday, February 02, 2002 8:31 PM Subject: htdocs or servlet > Howdy all! > > We are using Apache for web serving and Tomcat for servlets in a project > that involves web pages and servlets being accessed by the user. > > We have html pages, XML documents

htdocs or servlet

2002-02-02 Thread Rob
Howdy all! We are using Apache for web serving and Tomcat for servlets in a project that involves web pages and servlets being accessed by the user. We have html pages, XML documents and a large java package containing server side application logic, servlets and applets to be used by the system.