My Netscape Enterprise 3.6 webserver instance runs on port 1130. I connected this external webserver to JRun. I can successfully run a JRun demo servlet (Jrun server=default, application=demo-app) thru my Netscape instance. Note: demo-app is mapped to /demo in the JMC config. tool, and can be invoked with the following sample URL: eg: http://1.2.3.4:1130/demo/servlet/SnoopServlet This is executing the servlet located at: /opt/JRun/servers/default/demo-app/WEB-INF/classes/SnoopServlet.class However, under MY Jrun server (myserver), I have created a new application called "my-app", (which is mapped to /myapp) I have copied 2 test servlets from the default Jrun server: /opt/JRun/servers/myserver/my-app/WEB-INF/classes/HelloWorldExample.class /opt/JRun/servers/myserver/my-app/WEB-INF/classes/SnoopServlet.class Note: my-app is mapped to /myapp in the JMC config. tool and should be invoked with the following URL (I think) http://1.2.3.4:1130/myapp/servlet/SnoopServlet However, when I try to invoke that servlet (server=myserver, application=my-app) I get a "The page cannot be found" error. Am I just invoking the wrong URL? Could it be that my netscape instance is connected to the wrong JRun server (default vs efgdesk) ? Do you need more information? Any help on this matter would be greatly appreciated!! _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
