Monday, June 18, 2007

war file

to create war file go to the directory where is WEB-INF and the rest of the application and issue this:
jar cvf mywar2.war *
Then deploy it with Tomcat manager.
http://localhost:8080/manager/html (forgot password ? - you shouldn't )
The application will have name of the war file ie: http://localhost:8080/mywar2/

Blog start

Because I needed to repeat the steps I did two months ago. I decided to create this blog, where I will put notes from my road to Java.