hi
how to disable the url in browser.for ex:http:\\localhost:8080\webapp\one.jsp;
but i need http:\\localhost:8080\webapp.user must not know the wat jsp he is using.
Iam not using frames.plz reply.thankx in advance

Recommended Answers

All 2 Replies

If I'm correct you should be able to do it in through web.xml in your project directory. Search for Tomcat mapping...

that's one way, but that would just map each JSP to another URL.

The only real solution is to use HTTP request forwarding rather than the response redirection usually shown in tutorials (because it was once the only thing possible, and the tutorials haven't usually been thoroughly revised in a decade).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.