users@glassfish.java.net

Re: JRoR WAR deployment to GF3 fails

From: Dick Davies <rasputnik_at_hellooperator.net>
Date: Sun, 5 Jul 2009 09:42:56 +0100

Did you get any errors when you deployed it? Worth checking your logs etc.

On Mon, Jun 29, 2009 at 3:42 PM, Hassan
Schroeder<hassan.schroeder_at_gmail.com> wrote:
> On Mon, Jun 29, 2009 at 7:15 AM, Dick Davies<rasputnik_at_hellooperator.net> wrote:
>> Probably worth checking what URL is been deployed under.
>>
>> How did you deploy it (did you set a context root)? It defaults to
>> '/${warfilename}/' unless you explicitly set one.
>
> I used the admin gui to set the context as "/", plus added a
> 'sun-web.xml' file to the WEB-INF dir:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE sun-web-app PUBLIC '-//Sun Microsystems, Inc.//DTD
> Application Server 8.1 Servlet 2.4//EN' 'http://www.sun.com/softwa
> re/appserver/dtds/sun-web-app_2_4-1.dtd'>
> <sun-web-app>
>  <context-root>/</context-root>
> </sun-web-app>
>
> And of course I also tried accessing the URL /${warfilename} just
> for grins, but no different result.
>
> Anything else I can check?
>
> --
> Hassan Schroeder ------------------------ hassan.schroeder_at_gmail.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>