Howdy Matt - thanks for the reply!

> 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.

I have been reading this page:
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/context.html

But I don't see how this allows us to keep applet and servlet files together
with other java files in the one directory.

Can you tell me more?

Rob

:-)
;->
:-]

> -----Original Message-----
> From: Matt Egyhazy [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, 3 February 2002 1:28 PM
> To: Tomcat Users List
> Subject: Re: htdocs or servlet
>
>
> 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]>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to