That got part of it, thanks Oktay. Warning to all newbies. The example in the server.xml with 4.04 is wrong. it says WebAppMount (which doesnt work) and not WebAppDeploy (which does)
now they are both running, i just have to figure out where i have mucked up the config file so i will actually start working. thanks again for the assist zonker On Tuesday, April 23, 2002, at 05:16 PM, Oktay Altunergil wrote: > I think you should use WebAppDeploy not WebAppMount > After that you are likely to see two more error messages.. One related > to 'ServerName' the other I don't remember. :) > > Oktay Altunergil > > > On Tue, 23 Apr 2002 17:00:52 -0400 > zonker harris <[EMAIL PROTECTED]> wrote: > >> Hey all, >> >> I've set up Tomcat, I've put mod_webapp.so into apache's libexec >> directory and after i restart Tomcat, when I restart apache it throws >> this error. >> >> # ../bin/apachectl start >> Syntax error on line 1159 of /usr/local/apache/conf/httpd.conf: >> Invalid command 'WebAppMount', perhaps mis-spelled or defined by a >> module not included in the server configuration >> ../bin/apachectl start: httpd could not be started >> >> this is the relevant section of the httpd.conf >> LoadModule webapp_module libexec/mod_webapp.so >> WebAppConnection warpConnection warp 64.105.155.196:8008 >> WebAppMount examples warpConnection /examples >> >> if i comment out WebAppMount, apache will start (but not talk to >> tomcat) >> >> Apache version >> Server version: Apache/1.3.22 (Unix) >> Server built: Oct 10 2001 14:50:42 >> >> Tomcat version >> 4.0-B3 >> >> I am sure I am just missing something stupid, any assist toward >> enlightenment would be appreciated >> >> thanks >> >> zonker >> [EMAIL PROTECTED] >> >> >> -- >> To unsubscribe: <mailto:[EMAIL PROTECTED]> >> For additional commands: <mailto:[EMAIL PROTECTED]> >> Troubles with the list: <mailto:[EMAIL PROTECTED]> >> > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > ------------------------------------------------------------------------------------------- "If people did not sometimes do silly things nothing intelligent would ever get done." - German Philosopher Ludwig Wittgenstein (1889-1951) ------------------------------------------------------------------------------------------- -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
