[jboss-user] [JBoss Seam] - Re: examples didn't work
rbergerpa
do-not-reply at jboss.com
Sun Jul 29 00:13:59 EDT 2007
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#4068505
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068505
More information about the jboss-user
mailing list