I have been doing a lot of work with Tomcat 3.x and the Nsapi redirector. Yes, it works.
Your problem is probably one of configuration in obj.conf. It is VERY sensitive to ordering. In the default object you need to define ALL of the items being redirected prior to the default Ns handler. Please attach your obj.conf and I will take a look at it. And one of the things that I seem to recall from the documentation is to NOT use localhost, but instead use the FQDN (Fully Qualified Domain Name). --- Thierry Boucheny <[EMAIL PROTECTED]> wrote: > > Hello, > > I t seems like I am not the only one with this > problem but I did not > find any solution. I try to get iPlanet WebServer > 4.1 and Tomcat 4.0.2 > connected throught nsapi_redirector.so. Those > applications runs on Red > Hat Linux 7.2 on the same machine. > > I have compiled a new nsapi_redirector.so using th > jakarta-tomcat-connector sources and I have made all > the configurations > in obj.conf, workers.properties ( which actualy used > to run on apache > before). I have started iPlanet and it says that > everything is ok. Even > in the nsapi.log, everything seems ok. > > When I try the URL http://localhost/examples, > iPlanet Web Server says > that the requested object does not exists on this > server. > There is no message in the catalina.out log file. > > My conclusion is that iPlanet does not redirect the > URL to Tomcat. > > Does somebody has ever tried this configuration ?? > or does somebody > could tell me if this configuration is possible ?? > > Thanks for any idea or information. > > Thierry Boucheny > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
