Remote forms and servlet /RdtaServ
Joseph Bernard
JBernard at Parasoft.com.au
Wed Dec 29 02:50:00 EST 2010
Have Happy New Year to All,
Has anyone had experience with using the servlet
RdtaServ.class? I have included some of the settings and details below.
What I am wondering is:
1/ Am I wasting my time using Glassfish server?
2/ Should I stay away from using servlet?
Best wishes
Joseph Bernard
Background
I have been trying to deploy a small remote forms app to a glassfish
server running on windows server 2008 (32 bit).
I Have been using Netbeans IDE 6.9 to setup a small project to run on
glassfish. And I can successfully start 'MyRemoteApp' while testing using
Netbeans IDE and the following settings
owebserverurl=""
owebserverscript="/RdtaServ
Infact the test is successful regardless of the setting used for
'owebserverscript' and seems to bypass the servlet definition altogether to
successfully startup 'MyRemoteApp'
The approach totally fails when
owebserverurl="www.MyDomain.com"
owebserverscript="/RdtaServ
using a dll monitoring program have found error reports as
NAME NOT FOUND
C:\Program
Files\glassfish-3.0.1_OnLine\glassfish\domains\domain1\applications\MyAjaxAp
p\RdtaServ
The web.xml file reads
- <servlet>
<servlet-name>RdtaServ</servlet-name>
<servlet-class>com.ajax.RdtaServ</servlet-class>
</servlet>
- <servlet-mapping>
<servlet-name>RdtaServ</servlet-name>
<url-pattern>/RdtaServ</url-pattern>
</servlet-mapping>
More information about the omnisdev-en
mailing list