yes that possible. for this u need to add a port to listen in the server
configuration file. I have dun that for jswdk but since i dun know for
apache and IIS i'll enclose the code that needs to be added for the addition
for port.
Add this code to webserver.xml file
<WebServer id="webServer">
<Service id="service0">
<WebApplication id="examples" mapping="/examples"
docBase="examples"/>
</Service>
<Service id="service1" port="8082">
<WebApplication id="map" mapping="/map" docBase="map"/>
</Service>
</WebServer>
After this create a directory "map" in the webserver root folder in my case
it was c:\jswdk\jswdk-1.0.1\
Hope this helps.
Regards
Tripat
----- Original Message -----
From: amit <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 21, 2000 5:17 PM
Subject: Urgent !!!
> Hi ALL,
>
> I'm interested to test a E-Com Site.
> Currently ,I'm interested to test it's performance
> and overall deployment concerned issues.
>
> With this regard please try to provide answer of my
> following query :
>
> *************************************************************
> Is it possible to run two servers (Server Softwares) on a single
> machine on single hard disk ,with same IP address but with
> DIFFERENT port numbers ?
> *************************************************************
> e.g.
> Say IIS (Internet Information Server From Microsoft) and Apache
> Server (for Win NT) from Apache Foundation) are running , without
> interference , on the same machine with same IP address but with
> different port numbers(say 80 for IIS and 8080 for Apache).
>
> With This Regard Please Provide the needful info and co-operate
> with me.Thanking You.
>
> Any Resources / URLs / Book Names With This Regard
> Are WEL-COME !!!
>
> With Luv,
> -Amit
> [EMAIL PROTECTED]
> Sansui Software Pvt. Ltd.,Pune
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets