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
__
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
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.