hello,
the information you gave us is not sufficient to say for sure where the problem is.
First check in the admin web interface if the deployed application is shown there. Maybe it will also show the context root. Is it the same one you tried?
Did you use the right port? Glassfish runs many HTTP servers with different purposes simultaneously on different ports. I think the default server for your own web applications uses port 3370, so yourwebapp would be at
http://yourserver:3370/yourwebapp/ Did you set the correct content-root in the application.xml? Here is an example:
You could also try to deploy the war only first. That doesn't help so much for debugging, though.
Kai
[ February 22, 2007: Message edited by: Kai Witte ]