Re: [S2] Creating and calling a servlet in sturts2 app

2009-02-04 Thread Nils-Helge Garli Hegvik
t and then dispatch to a servlet. > > > > If anyone has direct experience with this please let us know. > > > > > >> Date: Wed, 4 Feb 2009 13:01:10 +0100 >> Subject: Re: [S2] Creating and calling a servlet in sturts2 app >> From: nil...@gmail.com >> To:

RE: [S2] Creating and calling a servlet in sturts2 app

2009-02-04 Thread Andy
direct experience with this please let us know. > Date: Wed, 4 Feb 2009 13:01:10 +0100 > Subject: Re: [S2] Creating and calling a servlet in sturts2 app > From: nil...@gmail.com > To: user@struts.apache.org > > I'm not sure I follow you. Are you saying that when you try

Re: [S2] Creating and calling a servlet in sturts2 app

2009-02-04 Thread alee amin
there is no error in logs. and yes .. invoking the servlet calls the struts action. I don't think that servlet configuration has anything to do, since i created it using eclipse wizard. ..alee http://techboard.wordpress.com On Wed, Feb 4, 2009 at 5:01 PM, Nils-Helge Garli Hegvik wrote: > I'm n

Re: [S2] Creating and calling a servlet in sturts2 app

2009-02-04 Thread Nils-Helge Garli Hegvik
I'm not sure I follow you. Are you saying that when you try to invoke the servlet, the struts action is invoked instead? Or is nothing invoked? And again, have you checked your logs for errors or any traces of what's happening? Maybe your servlet is not correctly configured so it's not started? Ni

Re: [S2] Creating and calling a servlet in sturts2 app

2009-02-04 Thread alee amin
This is the entry that i made in web.xml for the servlet > > > > rawData rawData > com.e2e.servlet.rawData > > rawData > /data/rawData > even if i try to call the servlet directly (direct writing the url in the address bar) there is no call going to servlet, rather the struts action is b

Re: [S2] Creating and calling a servlet in sturts2 app

2009-02-04 Thread Nils-Helge Garli Hegvik
> > What should i do ? You could start by providing some more information. How do call the servlet, and how is it configured? Do you get any errors in your log files? Can you invoke the servlet by typing it's url in the browser? Nils-H