It sounds like a Tomcat mis-configuration issue to me. Do you have: a Context set up in the server.xml for your second app? servlet and servlet mappings setup correctly in web.xml for the second app?
Scott -----Original Message----- From: Emmanuel Cuevas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 3:21 PM To: Turbine Users List Subject: problems calling the application Hello everyone !!!! A couple of days ago I asked is it was possible to have the same application running in the same server at the same time, but today I have a very big problem with it. I have my apps like this: /usr/java/tdk/webapps/application1 /usr/java/tdk/webapps/application2 so, the way to see the application running is via web browser, using the following URL: http://localhost:8080/application/servlet/application, well, my two application are identical, I just changed the source code so the packages don't represent a problem, in fact I compile evrything very nice, but when I call my application2 the browser says that it is not available, so the question is, what can I do in order to run this application ? Any thoughts ??? Thanks in Advance !!!! -- Emmanuel Cuevas Senior Developer [EMAIL PROTECTED] "If you gotta go, go with a smile" The Joker -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
