Sounds OK to me if you're simply using Tomcat to handle *.jsp files.

However, you'll still need a "work" directory configured in Tomcat to
compile the pages into, and separate config files etc. for Tomcat.

A reason for keeping them separate would be to simplify servlet/jsp
deployment into the Tomcat container.  Also, if you're writing JSP pages
exclusively, why not use Tomcat as a standalone server, and skip Apache ?


Iain.


----- Original Message -----
From: "Chad Arimura" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 03, 2003 7:18 PM
Subject: Apache/Tomcat Appbase


>
> I'm new to tomcat so this question might not make sense.
>
> Is it a security risk (or a bad practice) to make the appbase of both
> apache httpd and Tomcat the same?  To me, it seems logical because then
> I can serve .jsp files through Tomcat, and all other content through
> httpd without having to put these contents in different directories...
> (eg /var/www/myApp and /usr/tomcat/myApp).
>
> I'm using Tomcat 4.1, Apache 2, and jk2.
>
> Thanks,
> Chad Arimura
> AllDorm Inc.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to