On 4 Jan 2013, at 04:39, ana kando <anaka...@yahoo.com> wrote:

> Hi all,
>
> I just installed a software that bundled with apache tomcat. I successfully 
> installed the software and can run the software at 
> http://localhost:8080/myapps/
>
> However, when i remove /myapps from browser, it will go directly to apache 
> tomcat default page. Cau you help me to remove this page from being display 
> when i go to http://localhost:8080/ ??
>
> Here is my tomcat version and operating system spec.
>
>
> Apache Tomcat 5.5.20

#fail

Go back to the vendor and ask them when they'll update Tomcat to a
supported version that is secure.


p


> windows server 64 bit

>
>
> I found an article from somewhere in the world to commented out these line at 
> file tomcat/conf/web.xml
>
>
> <servlet-mapping>
>         <servlet-name>jsp</servlet-name>
>         <url-pattern>*.jsp</url-pattern>
>     </servlet-mapping>
>     <servlet-mapping>
>         <servlet-name>jsp</servlet-name>
>         <url-pattern>*.jspx</url-pattern>
>     </servlet-mapping>
>
> <welcome-file-list>
>         <welcome-file>index.html</welcome-file>
>         <welcome-file>index.htm</welcome-file>
>         <welcome-file>index.jsp</welcome-file>
>     </welcome-file-list>
>
>
> I also have commented out this line from file 
> tomcat/webapps/root/WEB-INF/web.xml
>
> <welcome-file-list>
> <welcome-file>index.htm</welcome-file>
> </welcome-file-list>
>
> But still not working. Tomcat default page still there.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to