• 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

Struts with Apache and Tomcat Combination??

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Is there anybody experienced with struts on apache and tomcat combination.

I've two webservers, apache on port 80 and tomcat on port 8080.

I used apache for every web app on my site including php.

also i used tomcat for java web app for background process.

Normally it is working very well. it means all of my java web app (jsp and servlet) on apache.

But I can't call my struts from my apache server.

Could you please help me?


Thanks in advanced

Dennis
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello "Dennis"-

You may have missed that we have a policy on screen names here at JavaRanch. Basically, it must consist of a first name and a last name. Since yours does not conform with it, please take a moment to change it, which you can do right here.

As to your question, one doesn't "call struts from my apache server" - httpd couldn't care less about what kind of frameworks Tomcat uses. Can you access other Tomcat URLs through httpd? Can you access the URLs handled by Struts directly, without going through httpd? Are there any error messages in either the httpd or Tomcat logs?
 
reply
    Bookmark Topic Watch Topic
  • New Topic