|
but urls dont seem to work..here is my web.xml
which is in my root/web-inf folder..
<?xml version="1.0"
encoding="ISO-8859-1"?>
<!DOCTYPE
web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"> <web-app>
<welcome-file-list> <welcome-file> http://260.102.10.1:8080/ephome/news/ep_infozone.jsp </welcome-file> </welcome-file-list> </web-app> but when i use just a static file..Login.html in
the welcome-file tags
then it works perfectly..
any more suggestions??
anoop
|
- Re: URL hiding in Tomcat Chen, Gin
- Re: URL hiding in Tomcat anoop
- Re: URL hiding in Tomcat Chen, Gin
