mod_webapp and NetBSD

2001-11-20 Thread Robert Schmid
I've got Tomcat running on a macppc NetBSD 1.5Y box with Linux emulation. However, when I try to run apache with mod_webapp.so I get Cannot load /usr/local/apache/libexec/mod_webapp.so into server: /usr/local/apache/libexec/mod_webapp.so: Unsupported relocation type 10 in non-PLT relocations I

mod_jk vs. mod_webapp tomcat4

2001-11-20 Thread Robert Schmid
Which connector is the preferred or suggested connector for tomcat 4? I've seen some people saying they switched back to mod_jk. Is mod_jk more desireable until mod_webapp is more advanced? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

Re: Apache 1.3.22 Tomcat 4.0.1-- Connector issue

2001-11-19 Thread Robert Schmid
Since I've just been through this, I guess it's my turn to assist. Send me your connector code from server.xml and the appropriate lines from httpd.conf. Hi, Just wondering if anybody had success in tying Tomcat4 with Apache. I tried looking at the archive, but could not get any helpful

Trouble connecting Apache 1.3 Tomcat 4 w/ mod_webApp

2001-11-15 Thread Robert Schmid
FreeBSD, Tomcat 4, Apache 1.3.19 Here's my config; Alias /myapp /usr/local/jakarta-tomcat-4.0/webapps/myapp/ WebAppConnection tomcat4 warp localhost:9090 WebAppDeploy myapp tomcat4 /myapp WebAppConnection conn warp localhost:9090 WebAppDeploy examples conn /examples

Status? Mod_jk as static module

2001-08-04 Thread Robert Schmid
Back in April someone said that it was inadvisable to compile mod_jk as a static module because it was changing too quickly. In June someone said it was possible but didn't illustrate the best method to do so. Is it stable enough to be compiled as static module now? What's the best way to

Virtual Host Confusion

2001-08-01 Thread Robert Schmid
I swear I've read the documentation! I have Virtual Hosts Contexts defined; Server.xml Host name=www.raptor.net Context path= docBase=/home/net/foobar/htdocs debug=0/ /Host Host name=www.blackgryphongraphics.com Context path= docBase=/home/com/barfoo/htdocs