[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: deploying servlet as a .war file. URL

2007-02-15 Thread mikewang
In other word how do i deploy my servlet to be ROOT under jboss+tomcat. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017136#4017136 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017136 __

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - deploying servlet as a .war file. URL

2007-02-15 Thread mikewang
Hi all, i noticed that when deploying servlet as a .war file, for example, say i named my war file to servlet.war and have /get for url pattern in my web.xml , tomcat likes to set it's url to to /servlet.war/get so that the name of the war file is in the path. What changes do i need to make so t

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Servlet question

2007-02-14 Thread mikewang
Hi, i'm currently using jboss 4.0.5 and i'm trying to deploy a servlet i have created on it. I have build the war file of the servlet and putted it in the server/default/deploy directory but jboss doens't seem to deploy it. What am i doing wrong? thank you View the original post : http://www.