• 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

PHP+Mod_SSL+JSP+Apache

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,
I already install PHP, modssl, apache & Tomcat (with JSDK2) but when I make script in JSP and try to run that ... it cant work ? I think that I have problem in Tomcat (with JSDK2) installation. Can anybody help me or give me guide how to install that ? are there anything that I miss ? I already put Include tomcat.conf to httpd.conf.
Please guide, Thanks.
Regards,
Wilson
 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not without a lot more info. Run the checklist on the tomcat-apache howto. Make sure tomcat's up and running and responding to requests on http://localhost:8080. Make sure you have the ajp3 or ajp2 service directives in your http.conf file (or a file included by it). I recommend ajp3 over 2 - much less frustrating. Don't forget that you have to alias things BOTH in apache AND tomcat - the first screens for tomcat eligibility, the second resolves from virtual to real directory contexts.
 
This is my favorite tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic