| Author |
Question about deploy war file in tomcat 4.1
|
Alex Florentino
Ranch Hand
Joined: Dec 12, 2006
Posts: 48
|
|
Hello, I make simple jsp web application in netbeans, first version is: index.jsp and copy to webpp folder in tomcat after I change index.jsp and recrate a new war file and copy again webapp in tomcat, but the don't show any change. it is correct ? how is correct way resolve it ?
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
In order for Tomcat to recognize your folder as a web app, it must have a WEB-INF folder inside it. Does it?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Alex Florentino
Ranch Hand
Joined: Dec 12, 2006
Posts: 48
|
|
|
yes it have, I can access jsp from browse the problem is that it change when I replace war file
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
You put the web app in the webapps folder or you put the jsp file in the webapps folder? If you can explain, exactly what you did it will be easier to help you. [ September 06, 2007: Message edited by: Ben Souther ]
|
 |
 |
|
|
subject: Question about deploy war file in tomcat 4.1
|
|
|