• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

display jsp...

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.. I downloaded Apache.. I tried running my jsp on my server but it didnt work. so i downloaded tomcat cuz apparently it is associated with jsp.. and so.. how do i get the jsp on tomcat to work?
here's the site i'm testing it on.. http://rockster.kicks-ass.org
click on the link, and it just displays the code, and not the output..
i'm new to this stuff.. so please guide me. thank you!
 
Ranch Hand
Posts: 180
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you only installed Apache, you will also need to install Tomcat and then configure Apache to forward .jsp requests to Tomcat. Or, if you have a low volume site, you could just use Tomcat.
http://jakarta.apache.org/tomcat
Hope this helps.
 
Rocky Summers
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi!
i installed apache.. and it's running well.. i downloaded tomcat 5, but downloaded a .zip for it.. so i extracted it.. but it doesnt give me a "setup" or "install" files..
also, how do i configure apache to forward jsp requests to tomcat?
thank you so many!
 
Destiny's powerful hand has made the bed of my future. And this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic