I want to create two web apps (app1 and app2) using apache and tomcat. I am a little confused on where to put certain files.
usually when using php I would put all files in:
/usr/local/apache/htdocs/app1
and
/usr/local/apache/htdocs/app2
each app is its own seperate entity
How does jsp work? Should all files(including the WEB-INF/ directories and servlets) go in:
/usr/local/apache/htdocs/app1
and
/usr/local/apache/htdocs/app2
Or should the WEB-INF/ directories and servlets stay in a seperate directory like:
/usr/local/jakarta/webapps/app1
and
/usr/local/apache/webapps/app2
thanks
usually when using php I would put all files in:
/usr/local/apache/htdocs/app1
and
/usr/local/apache/htdocs/app2
each app is its own seperate entity
How does jsp work? Should all files(including the WEB-INF/ directories and servlets) go in:
/usr/local/apache/htdocs/app1
and
/usr/local/apache/htdocs/app2
Or should the WEB-INF/ directories and servlets stay in a seperate directory like:
/usr/local/jakarta/webapps/app1
and
/usr/local/apache/webapps/app2
thanks