• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Configuring Apache with Tomcat

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello i am working with jsp,
Can you tell me how can i configure Tomcat with Apache web server
and running a sample page, where to save that JSP Page, either in Tomcat or Apache
Thanks
------------------
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi
Its a pretty simple setup u need to do for configuring Tomcat as a web server. Make sure u have java run time environment set on ur computer, u can download it from apache.org or java.sun.com Go for the standard edition of jdk.
Once u have this u can run the following script to set the path for java environment and tomcat.
set CLASSPATH=%CLASSPATH%;drive:\jakarta-tomcat-3.2.1\lib\servlet.jar;drive:\jakarta-tomcat-3.2.1\lib\jasper.jar;
set JAVA_HOME=drive:\Program Files\jdk1.3 (if u install jdk1.3)
set TOMCAT_HOME=drive:\jakarta-tomcat-3.2.1
and then finally run this script.
U shud be able to c the tomcat index.html page, if u have configured correctly. Else u need to do some brain storming.
 
Cool Impression
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Again I was Asking A Question that I want to configure Tomcat for "Apache" web server.
Not Standalone Tomcat server, It Means Apache with Tomcat Support Process.
complete detail of configuration.
Thank you
------------------
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Cool Impression",
The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements.
Thanks.
 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
check this page http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-apache-howto.html
Regards
Beksy
 
You have to be odd to be #1 - Seuss. An odd little ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic