Hi,
When you deploy it in the server do you have a separate web.xml?

In the web.xml, Do you have the GWT shell servlet as the mapped to /*
url?

Are you using any security filters, mapped to the service urls?

Is there any other services working in your app or do you see the same
issue with all the remote services?

Is the server started in debug mode?... if so try putting break points
in the RemoteServiceServlet.doPost(...) and
RemoteServiceServlet.processCall(...) methods.

On Feb 14, 7:22 pm, BobM <[email protected]> wrote:
> Yes.  It certainly seems to be a glasfish message, but it is hosted
> mode.  I am using netbeans 6.5 and glassfish v3 prelude.  When I click
> "Debug main project" in NB, it deploys to glassfish but brings up the
> hosted mode shel and runs the app in a sub shell.
>
> On Feb 14, 5:28 pm, gregor <[email protected]> wrote:
>
> > That looks like a glassfish message? Are we talking about hosted mode
> > here or web mode?
>
> > On Feb 14, 8:07 pm, BobM <[email protected]> wrote:
>
> > > This is how the service is called:
>
> > >     selectionSearchService.findAllLikeThis(serviceProvider,
> > > selectionSearchCallBack);
>
> > > How the service is setup in the module xml file:
>
> > >   <servlet path="/selectionSearchService"
> > >            class="org.bcs.server.SelectionSearchServiceImpl" />
>
> > > this is the report from caught.getMessage():
> > > !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
> > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html><head><title>GlassFish/v3
> > > - Error report</title><style type="text/css"><!--H1 {font-
> > > family:Tahoma,Arial,sans-serif;color:white;background-
> > > color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-
> > > serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-
> > > family:Tahoma,Arial,sans-serif;color:white;background-
> > > color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-
> > > serif;color:black;background-color:white;} B {font-
> > > family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}
> > > P {font-family:Tahoma,Arial,sans-
> > > serif;background:white;color:black;font-size:12px;}A {color : black;}
> > > HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - </
> > > h1><hr/><p><b>type</b> Status report</p><p><b>message</b></
> > > p><p><b>description</b>The requested resource () is not available.</
> > > p><hr/><h3>GlassFish/v3</h3></body></html>
>
> > > There are no log entries showing on the hosted mode shell window; it
> > > is clear.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to