• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

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!
 
no wonder he is so sad, he hasn't seen this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic