|
 |
pro_java_server thread: Re: Apache Configuration
Message #1 by "Kharal" <kharal@v...> on Sat, 13 Jan 2001 11:15:41 +0500
|
|
Hello Gautam,
Here are the configuration for apache web server.
1. installation of apache is to the default path c:\programe files\apache
group\apache
2. if you have another server installed on your computer, then open
httpd.conf in
c:\programe files\apache group\apache\conf using notepad
3.find the line that reads
Port 80
change it to Port 8000
4.find the line that reads
#servername new.host.name
a) If you are on LAN change it to
Servername <DSNname> where DSN is the name of your computer.
b) If you have an IP address change it to <IP Address>
c) If you have URL then change it to
servername www.servername.com
To start apache server open Ms DOS prompt and enter
c:\programe files\apache group\apache then enter apache
to test apache is correctly installed :
in browser window write
http:// yourservername:8000/
I hope this will help you, you are welcome for any further query,
Ghulam Mustafa Kharal
Pakistan.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++
----- Original Message -----
From: gaurav khanna <gaurav_khanna25@y...>
To: Java Server <pro_java_server@p...>
Sent: Thursday, February 01, 2001 1:57 PM
Subject: Re: TomCat with IIS/PWS Reqs Urgent Help pls clear the doubts
> hi Kharal,
>
> First of all thanks to u for clearing doubts abt PWS
> well i tried to use PWS with Tomcat ....
>
> well as u suggested abt Apache Server well i have
> downloaded it too ...
>
> could u help me in Configuring Plz i would appreciate
> if u can
>
> as u aware i m using Win 98 now i m changing to Apache
> now as u suggested ....
> Do i need to change http.conf file for tomcat & as i
> already mentioned u that i have dowloaded all the zip
> files from win32/i386 if u can tell me which file i
> need to edit in order to display my JSP pages
>
> i would be really thanksfull if u can take some time
> for me ............
>
> Regard Gautam
> mail me at gaurav_khanna25@y...
> or at gauravkhanna_25@y...
>
>
>
>
>
>
>
>
>
> --- Kharal <kharal@v...> wrote:
> > Hi Gautam,
> >
> > Tomcat has its own web Server so you don't need any
> > external web server,if
> > you need then use any one else except PWS because it
> > does not work with PWS.
> > You may use apache etc.
> >
> > Kharal,
> > Pakistan.
> > ----- Original Message -----
> > From: gautam khanna <gaurav_khanna25@y...>
> > To: Java Server <pro_java_server@p...>
> > Sent: Wednesday, January 31, 2001 5:22 PM
> > Subject: Re: TomCat with IIS/PWS Reqs Urgent Help
> >
> >
> > > Hi all,
> > >
> > > i m newbie to Jsp Progmg...
> > > well i went to the Jakarta site - and i have
> > downloaded all zips
> > > attachments for windows (win32/i386/* )
> > > well i m using Win 98 with PWS as a Web Server...
> > > But unfortunately i m unable to locate Readme.txt
> > for PWS if any one of u
> > > can help me in this regard i would be quite
> > thankful to him/her ...
> > >
> > > My Queries are : --
> > >
> > > 1> well can a tomcat work with PWS or do i need to
> > switch over to NT for
> > > that.... plz help
> > > 2> when i tried to install jk_nt_service.exe
> > (Assuming that it will work
> > for
> > > Win 98 with PWS )
> > > it asked me i have to specify the service name &
> > conf properties
> > >
> > > jk_nt_service.exe -i "service name" <conf prop>
> > >
> > >
> > > Plz , ?? what exactly it means by that ....
> > >
> > > 3> for jni do i need to download more files if yes
> > ??? whats the URL
> > >
> > > 4> i had already dowloaded all zip files from
> > >
> > > /win32/i386/* ,,,,,,,,,,,,,
> > >
> > > plz help me i m a bit new to this Langage ....
> > >
> > > i knew this will take u r precious time but i will
> > be quite thankful if u
> > > can help me
> > >
> > > Thanks in Advance (for writing a bit Lengthy but
> > this is very important to
> > > me )
> > >
> > > Regards Gautam
> > > Mail Id : gaurav_khanna25@y...
> > > gauravkhanna_25@y...
>
|
|
 |