[SourceJammer-users] Re: Source Jammer on a different Servlet engine
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ho...> - 2001-11-21 15:32:14
|
Hi, Tom. I don't know of anyone who has run the SourceJammer server under an engine other than Tomcat, so I'm anxious to find you how this works out. The only servlets you need are: 1. AppConfigInitServlet -- org.sourcejammer.web.servlet.AppConfigInitServlet. This initializes the application at startup, so this servlet's init method should be called when the application starts. 2. rpcrouter -- org.apache.soap.server.http.RPCRouterServlet. This servlet is called for all SOAP requests from the client. 3. messagerouter -- org.apache.soap.server.http.MessageRouterServlet. Not sure what this is used for. I think the main trick is going to be getting Apache-SOAP to run under your servlet engine. If you can do that, the getting SourceJammer to run should be no problem. AppConfigInitServlet requires an init param. You can see it in the web.xml file in the WEB-INF directory. But here it is anyway: param: baseConfigPath value: path to the conf directory on the server. This is where the conf.xml, users.xml, and userCounter files are located, as well as a filesys directory with some additional files. That should be all you need to know. Let us know how it goes. --Rob >From: Tom Gutwin <gu...@ac...> >To: rob...@ho... >Subject: Source Jammer on a different Servlet engine >Date: Tue, 20 Nov 2001 15:58:21 -0800 > >Hi, I downloaded SourceJammer with the intention of >getting it running on the Caucho/resin servlet engine. >An potentialy Jetty. (I want to use a pure java impl) > >It looks very good. > >I downloaded the win32 server install to take a look at >the Tomcat config... without having to learn tomcat. >What servlets do I need in place >with what url mappings and >what Init params do they need. >(in addition to getting SOAP going) > >Is it as simple as that? > > >tom >(this request is for my personal system not Acterna's) >-- >-------------------------------------------------- >Tom Gutwin P.Eng. Acterna >Sr. Developer t.g...@ie... >-------------------------------------------------- > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |