dev@glassfish.java.net

Re: --contextroot

From: Kedar Mhaswade <Kedar.Mhaswade_at_Sun.COM>
Date: Thu, 05 Mar 2009 18:50:13 -0800

Does the "runner" folder have a sun-web.xml under WEB-INF?

Arun Gupta wrote:
> Two questions on --contextroot ...
>
> 1). On a fresh b39, I tried:
>
> -- cut here --
> >~/tools/glassfish/v3/b39/glassfishv3/bin/asadmin deploy --contextroot
> runlog --force=true runner
>
> Command deploy executed successfully.
> -- cut here --
>
> Here http://localhost:8080/runlog gives 404 and
> http://localhost:8080/runner shows the expected page.
>
> Is --contextroot switch expected to work ?
>
> 2). On another fresh instance I tried:
>
> -- cut here --
> >~/tools/glassfish/v3/b39/glassfishv3/bin/asadmin deploy runner
> Command deploy executed successfully.
>
> >~/tools/glassfish/v3/b39/glassfishv3/bin/asadmin deploy --contextroot
> runlog --force=true runner
>
> Command deploy executed successfully.
> -- cut here --
>
> But accessing http://localhost:8080/runner and
> http://localhost:8080/runlog both give 404.
>
> Why so ?
>
> -Arun