[JBoss-user] [Beginners Corner] - Re: Unable to see a deployed JSP

2006-06-20 Thread skourangi
Thank you for your response and the link. It's working now! I had the helloworld.jsp in the Helloworld.war folder and used the http://localhost:8080\Helloworld\helloworld.jsp But, It seems I had "Helloworld.jsp" and an extra "<" in the web.xml file. View the original post : http://www.jb

[JBoss-user] [Beginners Corner] - Re: Unable to see a deployed JSP

2006-06-20 Thread PeterJ
What is the contents of Helloworld.war? If Helloworld.war is a file, list its content using jar -l, otherwise do a dir, and post the results. What URL ar you using? Based on your post, it order for things to work, Helloworld.war should contain a file named helloworld.jsp and you should access