After wrestling with a similar problem for hours, I found a simple but annoying anomoly in
the application.xml in the booking example.
In the following line
<context-root>/seam-booking</context-root>
the / character means the URL will need two /'s in a row after the port number, as
in
http://localhost:8080//seam-booking/
The best fix is to remove the / character from the context name in application.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068505#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...