NSAPI Redirector in SOLARIS 8
Hi:
I'm trying to fordward request from iPlanet 6.0 (Solaris 8) to Tomcat 5.5 using NSAPI Redirector.
When I load the plugin mod_jk-1.2.15-solaris8-sparc-apache-1.3.33.so I obtain this message:
[09/Jan/2006:17:22:09] failure (18615): Configuration initialization failed: Error running init function load-modules: dlopen of /uni2/produccion/iws60sp2/plugins/nsapi/mod_jk-1.2.15-solaris8-sparc-apache-1.3 .33.so failed (ld.so.1: ns-httpd: fatal: relocation error: file /uni2/produccion/iws60sp2/plugins/nsapi/mod_jk-1.2.15-solaris8-sparc-apache-1.3 .33.so: symbol ap_null_cleanup: referenced symbol not found)
I checked that the requeried libraries are in the Path.
Any idea?
[718 byte] By [
jmochon] at [2007-11-25 21:30:27]

# 1
As its name implies, mod_jk-1.2.15-solaris8-sparc-apache-1.3 .33.so is an Apache module, not an NSAPI plugin. Web Server cannot load Apache modules, much as the Apache HTTP Server cannot load NSAPI plugins.
# 3
I've never and used it, but I imagine you'll need to compile it from source yourself. (Perhaps it's worth pointing out that Web Server has built-in Servlet support based on the same Catalina code as Tomcat, so you don't really need an external Servlet container.)
# 5
jmochon - I am trying to do exactly the same as you. I want sun one 6 (sp6) to forward requests to my tomcat server, but I get this error:
Configuration initialization failed: Error running init function load-modules: dlopen of /home/gmoh/jk/lib/mod_jk.so failed (ld.so.1: ns-httpd: fatal: relocation error: file /home/gmoh/jk/lib/mod_jk.so: symbol ap_null_cleanup: referenced symbol not found)
Have you managed to resolve this?
Has anyone else?
Thanks
gmoh_kk
# 6
hi
i was reading through your posts but still don't understand why you would need or loose your sleep in getting to work with tomcat when sun java system web server can do the job in house.
also, if you r interested in having different entry point, why not have multiple instances of web server or multiple virtual servers to do the job .
pl. note that sun java system web server derives the better performance and is able to put some good numbers in Spec Web because of its wonderful integration.
just my 2c
# 7
One reason to get Sun One 6 to work with Tomcat 5.x is in cases where you need to develop a web app based on the Servlet 2.4 specification. If I'm not mistaken, Sun One 6 still uses the 2.3 specification. So why not just upgrade the web server to one that supports the 2.4 spec? Dunno, ask my IT section.