I have got the following folder structure in tomcat around my web
application:

-bin
-webapps
    -myapplication
        -myapplicationwwwroot
            -gifs
            -index.html
            -...etc
        -web-inf
            -lib
            -classes
            -parameters
-work
-...( etc )


my problem is the following :
i want to provide a "quick installation" in which the user ( sys admin )
would use the tomcat's web server itself and not connect to any Apache or
IIS or anything like that.
but this wont be a viable solution incase the user wants to actually deploy
the application for heavy use. (  or would it be? )
in that case, he will have to connect Apache or IIS and in that, he would
need to specify the root folder for the site. my problem is that i cant make
him specify the entire 'myappliaction' folder as the root folder because the
web-inf then becomes visible to the outside world which i dont want.
and if he makes myapplicationwwwroot as the default root, my relative paths
change and he'll have to edit some parameter file for that.
one way is to make him create a "dummy" folder in which he can put the
"myapplicationwwwroot" folder. but then, the app wont work with tomcat's web
server.

is there any way to keep the folder structure same and let the user use
either tomcat's web server or apache or IIS as and when he wants?
in tomcat, can tomcat web servers root directory be explicitly specified for
a particular web application?

thnx
amol



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to