it's not common to put such sites in the ~/public_html directory
since this also is the place apache looks for

Last time i checked there was one (logic) limitation that is that 
your webapp name must be the same as your url path
incomming request to apache

http://yourserver/mymmbase
  |
- | -----------------------------
  |  apache
  |
- | -tomcat connector------------
  |  tomcat
  |
  \-your webapp named mymmbase

you can choose to move mmbase-webapp to $TOMCAT_HOME/webapps/mymmbase
or edit $TOMCAT_HOME/conf/server.xml to point a app with name mymmbase
to your prefered directory (In that case the directory may have a
different name. like public_html)

the public_html of the mymmbase directory
must have this structure

mymmbase/WEB-INF/web.xml
        /myjsp.jsp

p.s. jsp's are not like cgi's. tomcat is still a server and apache only
forward/proxies the request. still using public_html may be a good
choice if you want the resources to be served by apache and not by
tomcat)

<<winmail.dat>>

Reply via email to