Vikas,
you can uninstall the welcome-jetty module either via the
console or by removing or stop loading it from the config.xml
when the server is not running.
<module name="geronimo/welcome-jetty/1.1/car" load="false" />
Thanks,
Mario
vikas patil wrote:
> Hi,
> Well thanks for that Mario.I got it up and working now. Can I do
> away with the welcome-file and have the server configured to my servlet
> for all the requests.
> Thanks Mario,
> Vikas
>
>
> On 8/10/06, *Mario Ruebsam* <mario.ruebsam@googlemail.com
> <mailto:mario.ruebsam@googlemail.com>> wrote:
>
> Vikas,
>
> using the wildcard in url-pattern in the web.xml should work in 1.1
>
> <url-pattern>/*</url-pattern>
>
> Do you have the leading forward slash included?
>
> Thanks,
> Mario
>
> vikas patil wrote:
> > Hi,
> > Its version 1.1
> > I found out the problem.I was using wild card (*) in the
> url-pattern
> > for the servlet. Well its working fine now.
> > But still I am unclear of why cant we use wild cards to specify
> the
> > url-pattern.
> > Thanks for the reply.
> >
> >
> >
> > On 8/10/06, *Kanchana Welagedara* <kanchanas@gmail.com
> <mailto:kanchanas@gmail.com>
> > <mailto: kanchanas@gmail.com <mailto:kanchanas@gmail.com>>>
wrote:
> >
> > Hi Vikas
> >
> > What is the geronimo version your are using?
> > Regards
> > Kanchana
> >
> >
> > On 8/10/06, vikas patil < vikas.a.patil@gmail.com
> <mailto:vikas.a.patil@gmail.com>
> > <mailto:vikas.a.patil@gmail.com
> <mailto:vikas.a.patil@gmail.com>>> wrote:
> > > Hi all,
> > > I have tried deploying this war file amany times.
> But it
> > just does
> > > not happen. The strange thing is when I remove the
> > geronimo-web.xml file
> > > from the WEB-INF directory, it gets deployed. But the
> servlet is
> > not running
> > > when observed. Please help me out with this.
> > >
> > > Yours ,
> > >
> > > Vikas A Patil
> > >
> > >
> >
> >
> >
> >
> > --
> > Yours ,
> >
> > Vikas A Patil
>
>
>
>
> --
> Yours ,
>
> Vikas A Patil
|