Cristian Bullokles wrote:
I've copied all servlets examples in default installation to my
home dir, and all jsp pages work, but when I call to a servlet it
fails,
Exactly what did you copy to where? You should have ended up with:
.../public_html/jsp
.../public_html/servlets
.../public_html/WEB-INF
.../public_html/index.html
with a bunch of stuff in the directories.
Note: I haven't tested that this actually works for servlets yet.
also if i drop a zip or a war or a folder containing a servlet
also doesn't works.
And it isn't going to. The public_html directory is treated like a
directory underneath $CATALINA_BASE/webapps, not like another webapps
directory.
Another question:
Can I have multple webapps folders in my tomcat installation?
No, but you can use context.xml files to include wars or directories from
outside your host's appBase.
How I could configure it?
See the docs.
Mark
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]