On 18/11/2009 08:09, Matthias Pueski wrote:
Hi everybody,

currently I am running a few virtual domains on a root server with
tomcat 5.5.15 installed. So far everything works fine.

Now I just wanted to upgrade to the latest 5.5.x series in fact migrate
to version 5.5.28.

For example a virtual host on tomcat 5.5.15 has been configured as
follows:

<Host name="www.blah.de" debug="0" unpackWARs="true"
appBase="/home/blah">
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs"  prefix="virtual_log." suffix=".txt" timestamp="true"/>

<Context path="" docBase="" debug="0" reloadable="true"/>

That'll cause you some problems.
Do you have a META-INF/context.xml defined in your web app?

Have a read of the docs about how to properly define a Context and give us a shout if you can't fix it.

N.B. You'll probably have to rename the app "ROOT.war" or the exploded app dir "ROOT".

 http://tomcat.apache.org/tomcat-5.5-doc/config/context.html


p



<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs"  prefix="virtual_log." suffix=".txt"
pattern="common" resolveHosts="false"/>
</Host>

Works fine without any problems.

If I switch now to Tomcat 5.5.28 the context is beeing deployed and the
JSP pages are accessible, but the whole WEB-INF folder including web.xml
and taglibs cannot be found.

I've noticed this behaviour with all tomcat versions later than 5.5.15.
Does anybody know if some configuration ore something else has changed?

Unfortunately I could not find any changelog or any other information
about this issue.

Does anybody have an idea, what's going wrong?

Any suggestions are really appreciated.

Cheers
Matthias



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to