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

Apache Server

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

From where I can download Apache server?
I wanted to use this for servlet and JSP.

thanks,
-padmashree
 
Ranch Hand
Posts: 569
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can download apache web server from http://httpd.apache.org/dist/
To run servlets and jsp you might need Tomcat which is available
at http://jakarta.apache.org/site/binindex.html
Refer to Roseanne's list on how to make your jsp/servlets work, which is available at http://www.webappcabaret.com/javachina/tomcathowto.htm
Hope this helps,
hmenon
 
padmshree Patil
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I tried to Download Apache server but I am not finding
apache_1_3_14_win32.exe at http://www.apache.org .
I downloded apache_1_3_17 Zip .But is doesn't have
httdp.conf
What to do??


[This message has been edited by padmshree Patil (edited February 15, 2001).]
 
Hema Menon
Ranch Hand
Posts: 569
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Search and you will find it!
Follow this link please http://httpd.apache.org/dist/binaries/win32/
Hmenon
 
padmshree Patil
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Hmenon,
I downloded Apache server and Tomcat.
Apache server installed successfully but I am getting problem
when I start tomcat,I mean startup.bat.it say
" You must set JAVA_HOME to point at your Java Development Kit installation"
though path is :
C:\>path
PATH=C:\TOMCAT;C:\JDK1.2.2
I also tried to set it to c:\jdk1.2.2\bin
where I am wroung??
-padmashree
 
Hema Menon
Ranch Hand
Posts: 569
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Padma,
You need to set environment variables JAVA_HOME to point to JDK folder and TOMCAT_HOME to point to Tomcat Folder.
Refer to the instructions given in the following link http://www.webappcabaret.com/javachina/tomcathowto.htm
Hmenon
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic