Re: DB connection error and broken images while changing webapp context path

2010-08-13 Thread Mark Eggers
our web application structure) if you're still stuck. Hope this helps. . . . . just my two cents. /mde/ - Original Message From: Astghik To: users@tomcat.apache.org Sent: Fri, August 13, 2010 4:03:43 AM Subject: DB connection error and broken images while changing webapp context pat

Re: DB connection error and broken images while changing webapp context path

2010-08-13 Thread David Smith
HI Astghik 1. Don't put elements in server.xml. They should go into files named ROOT.xml in /etc/tomcat6/Catalina/localhost and /etc/tomcat6/Catalina/www.myip.com. While your at it, drop the docbase and path attributes ... they aren't needed when the Context element is in it's own xml file. 2.

Re: DB connection error and broken images while changing webapp context path

2010-08-13 Thread Astghik
Gonzalez > > Max-Planck-Institut für Meteorologie (MPI-M) > Deutsches Klimarechenzentrum (DKRZ) - German Climate Computing Centre > Room 108 - Bundesstrasse 45a, D-20146 Hamburg, Germany > > Phone: +49 (40) 46 00 94-126 > E-Mail: estanislao.gonza...@zmaw.de > > > --

Re: DB connection error and broken images while changing webapp context path

2010-08-13 Thread Estanislao Gonzalez
Hi Astghik, I don't really have a clue on your problem as I think you are creating a virtual host within your tomcat installation. What I do when I want to have myapp at the root directory of server (so you access it with http://myip:8080) is to install your application in webapps/ROOT inste

DB connection error and broken images while changing webapp context path

2010-08-13 Thread Astghik
this message in context: http://old.nabble.com/DB-connection-error-and-broken-images-while-changing-webapp-context-path-tp29427611p29427611.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe