take a look at mod_jk, the <directory> directive for apache, and the <context> directive in tc. ive always used the j2ee standard .war packaging for server side java applications.
matt ----- Original Message ----- From: "Rob" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> 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 and a large java package containing server > side application logic, servlets and applets to be used by the system. > > The problem we are having is how to store our files in one directory so that > both Apach and Tomcat know where they are. At the moment we are in the > awkward situation of having copies of our package stored in two locations - > one in htdocs and the other in the servlet directory so that each part of > the system can access the files and other classes needed. > > How can we solve this problem? Is it a matter of setting up aliases in a > config file or something similar? > > Thanks! > > Rob > > :-) > ;-> > :-] > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
