I had the same problem with one of my app (no more images) it seems that when you use url mapping, the portion of the url you type after http://localhost:8080/myapp/ is ignored ( if you type http://localhost:8080/myapp/images/the-image-you-want-to-display.gif , you always come back to your app home page ) I didn't find the way to avoid that. If you find where the problem comes from, I'm interested.
Patrice Java Mails wrote: > thanks for the quick response > I tried ur advice... it did worked. > however, it can no longer see the images/picture files i use in the app. and so does >the CSS ive set. > > Patrice Le Cozler <[EMAIL PROTECTED]> wrote: You just add the following lines in >your myapp/WEB-INF/web.xml file > (after the section) : > > myapp > /* > > see > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/catalina/funcspecs/fs-default.html > > or the Java Servlet specification for more informations > > Patrice > > Java Mails wrote: > > > hi all! > > conventionally, I invoke turbine application using the following URL > > http://localhost:8080/myapp/servlet/myapp > > This can sometimes be long and somehow not very friendly. > > How can I make do it in such a way that I can invoke it using only > > http://localhost:8080/myapp > > > > tia > > > > > > --------------------------------- > > Do You Yahoo!? > > Yahoo! Games - play chess, backgammon, pool and more > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > --------------------------------- > Do You Yahoo!? > Yahoo! Games - play chess, backgammon, pool and more -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
