• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Apache/Tomcat on Suse

 
Ranch Hand
Posts: 280
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
Another question for everyone. I am running Apache 1.3.26, Tomcat 4.1.12, and j2sdk1.4.1 on suse 8.1Pro. I am setting it up the same way I do all of my linux installs but for some reason, I get the following error when I try to start Apache.
Syntax error on line 985 of /usr/local/apache/conf/httpd.conf
Invalid virtual host name

Here are the lines in question.
LoadModule webapp_module libexec/mod_webapp.so
WebAppConnection conn warp Me.MyDomain.com:8008
WebAppDeploy examples conn /examples

This is what I always use to set up the linux installations and it has worked just fine for them. Anything special that Suse needs?
thanks,
-Jason
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic