apache and jsp


Results 1 to 4 of 4

Thread: apache and jsp

  1. #1
    Join Date
    Apr 2001
    Location
    AZ
    Posts
    254

    apache and jsp

    Is there a way that I can get my apache webserver to compile a jsp file? At the moment I can only view jsp files in tomcat. My webserver shows me the source code of the jsp.

    -Pepper

  2. #2
    Join Date
    Nov 2000
    Location
    Kongsberg, Norway
    Posts
    3,572
    No, Tomcat is the webserver serving JSP files.
    Linux User #181509

    * It can hardly be a coincidence that no language on this planet
    has ever come up with the phrase "as pretty as an airport" *
    -- Douglas Adams --

  3. #3
    Join Date
    Jun 2005
    Posts
    12
    Funny you should ask ... I haven't tried it, but noticed this just the other day:

    http://www.unixdev.net/projects/mod_jsp

  4. #4
    Join Date
    Jun 2005
    Posts
    12
    I should have also mentioned the more traditional way of using tomcat/apache together is to use the mod_jk apache plugin ... i'm not sure from your question if this is what you really had in mind, but it allows you to use apache as a front-end for tomcat. It's very good and stable

    http://jakarta.apache.org/tomcat/faq/connectors.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •