Add new comment

Want to support HowtoForge? Become a subscriber!
Submitted by lwpro2 (not registered) on Tue, 2010-10-05 05:05.

for me, the easy to overlook part is that, apache forward the request to tomcat ajp1.3 connector port 8009(by default), not the container service port 8080(most of the time).

 so workers.properties should be carefully as,

 worker.worker1.type=ajp13

worker.worker1.host=localhost

worker.worker1.port=8009


Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.