Hi, once again, I'm out of luck with my network quieries,
I'll never get it right, when it comes to asking the right
questions (in Google) ...
I wanted to search the mail lists, but how? The search
goes to google ...
I'm running tomcat5.0 on FC4 (linux) with java 1.5 (from SUN).
I'm trying to set up the standalone server such that users can
install and deply webapplications in their home directory (this
is for a lab).
Following the instructions of the documentation (for 5.0),
I found the topic 'User Web Applications' in the host container
documentation. The doc states:
'If a user home directory has been set up for a user named
craigmcc, then its contents will be visible from a client browser
by making a request to a URL like:'
which is the behaviour I get. I.e., it will only list the contents of
the directories and return files if selected. The doc then goes on:
'Successful use of this feature requires recognition of the
following considerations:
Each user web application will be deployed with characteristics
established by any DefaultContext element you have configured
for this Host.'
Which tells me that user applications are *deployed* - but how?
No matter what applictaion I put into the user's webapp directory
(given as attribute to the Listener tag), it is never deployed, but if I
put it into the webapp of the tomcat home, then it will be deployed.
The logs state:
catalina.out:
4-May-06 11:50:37 AM org.apache.catalina.startup.ContextConfig
applicationConfig()
INFO: Missing application web.xml, using defaults only StandardEngine
[Catalina].StandardHost[localhost].StandardContext[/~unilogon]
Okay, so where should this web.xml be put? Into the same directory
given in the directoryName attribute of the Listener tag?
and localhost_log.2006-05-04.txt:
2006-05-04 11:50:34 UserConfig[localhost]: UserConfig: Processing START
2006-05-04 11:50:34 UserConfig[localhost]: Deploying user web
applications
2006-05-04 11:50:36 UserConfig[localhost]: Deploying web application
for user unilogon
which make me think all's ok, but it isn't.
What am I missing?
many thanks in advance, Robert
Departement Informatik FGB tel +41 (0)61 267 14 66
Universität Basel fax. +41 (0)61 267 14 61
Robert Frank
Klingelbergstrasse 50 [EMAIL PROTECTED]
CH-4056 Basel
Switzerland http://
www.informatik.unibas.ch/personen/frank_r.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]