Hi there !!! er... I tried it, but my application dos not work, I'm starting to think that my computer has a course or something...
Now im thinking ih just having one application, but I-d like to know if there is a way to split my application at runtime, I mean, if a request comes from a determined URL, then use an specific DB so the data is safe from changes and mixtures. does anybody know the secret to achieve this ? TIA "Weaver, Scott" escribi�: > Hi Emmanuel, > > Try adding these context entries: > > <Context path="/application" docBase="application1" reloadable="true"/> > <Context path="/application2" docBase="application2" reloadable="true"/> > > This should fix your problems. > > Scott > > -----Original Message----- > From: Emmanuel Cuevas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 15, 2001 3:30 PM > To: Turbine Users List > Subject: Re: problems calling the application > > Hello Scott !! > > I've checked the server.xml file and I didn't noticed anything wrong, but > line > 284, where I thought that "site" had to be replaced with the name of my > application, so I wrote the name of my app and ran Catalina, but the error > remains the same. > > I send my server.xml file in order to be checked by you (if you want to, of > course) and tell me what am I doing wrong.... > > In the other hand the mappings in web.xml seem to be ok... > > Thanks in advance > > "Weaver, Scott" escribi�: > > > 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]> > > -- > 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]> -- 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]>
