|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
apache...
I'm thinking about learning JSP. I need to know if apache1.3(windows) can run JSP?
Thanks in advance ![]() |
|
#2
|
||||
|
||||
|
Not Apache, but Tomcat (http://jakarta.apache.org)
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins |
|
#3
|
|||
|
|||
|
Correction:Apache 1.3 can run JSP/Serverlets, download ApacheJServ from http://java.apache.org
|
|
#4
|
||||
|
||||
|
No, Tomcat, or the older jserv are the servlet containers (that run servlets or jsp), mod_jk, mod_jser, mod_webapp is the module which lets apache communicate with the servlet/jsp engine. Apache is an http server.
Read www.apache.org |
|
#5
|
|||
|
|||
|
Quote:
erm, i know its a http server ApacheJServ is an JSP engine module for Apache but its very outdated |
|
#6
|
|||
|
|||
|
Hello,
so is Tomcat a module for apache to allow it to run JSP? I just want to be able to run the latest version of JSP on apache because I also use apache to run PHP.If it is a module, then all I have to do to run JSP is to install the module and configure it right? Thanks ![]() |
|
#7
|
||||
|
||||
|
You have to install tomcat (a jsp/servlet container) then you have to establish a connection between Apache and Tomcat, so that Apache passes jsp/servlets to tomcat (mod_jk, or mod_webapp), after many words read tutorials here or at webmasterbase.com or at jguru (tomcat faq)
|
|
#8
|
|||
|
|||
|
Thanks!
![]() |
|
#9
|
|||
|
|||
|
hello there,
please someone confirm that whether i can set up jsp to work with existing my server environment ( = apache+php+mysql+redhat7.2). recently i reconfigured apache w/ DSO to accomodate modules, and installed the followings over existing server: jdk, tomcat, mod_webapp, and mm.mysql.jar result: jsp works fine but the new system doesn't render php. question: is it possible to work jsp and php together under the same apache. If yes, where should i start look into for a solution?? daniel - |
|
#10
|
|||
|
|||
|
Re: jsp revisited
Quote:
yup its possible ![]() go to http://rpms.arvin.dk and get some php rpms (main php 1 and mod_php_to reload php then restart apache then see |
|
#11
|
|||
|
|||
|
rverlander, thanks for the cofirm & a link!
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > apache... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|