Configure you webserver to do that.
For Example use Apache with TomCat.  Configure Apache
so it listens on you IP address and map the IP address
to what ever you want for example.

http://111.111.111.111 = http://111.111.111.111:8081


--- Kim <[EMAIL PROTECTED]> wrote:
> hi carlos & everyone,
>
> how about in tomcat?
> do you know how i can change the port number?
> or do you know what i can do to omit typing the port
> number in my url?
> e.g.
> instead of http://132.111.1.1:8080/mywebsite
> i only type http://132.111.1.1/mywebsite in my
> browser.
>
>
> kim.
> ----- Original Message -----
> From: Carlos Vasquez <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, October 05, 2000 8:04 AM
> Subject: Re: JSWDK
>
>
> > Edit the webserver.xml file.  In the file you can
> > change what port it listens on.
> >
> > -Carlos Vasquez
> > --- kal inuganti <[EMAIL PROTECTED]> wrote:
> > > Hello All!
> > >
> > > I am trying to use the JSWDK-1.0.1 to set up my
> web
> > > server and when I start it
> > > using the command ./startserver I am getting an
> > > error message that says:
> > >
> > > Can not start endpoint on
> localhost/127.0.0.1:8080
> > > due to exception
> > > java.net.BindException: Address already in use
> > >
> > > Can anyone please tell me how I can change the
> > > default settings so that I can
> > > get my web server started.
> > >
> > > ONE more help please: sometimes I am able to get
> the
> > > web server started using
> > > the same command and once it is started, I try
> to
> > > access the file (HelloWorld)
> > > in the browser and it is giving me an error
> message
> > > that says something like
> > > 404 error.
> > >
> > > My servlets directory is under jswdk-1.0.1 where
> I
> > > start the web server and my
> > > class file is in the servlets directory. I tried
> to
> > > start the servlet using
> > > the command:
> > >
> > >
> >
>
http://saltwater.cecs.missouri.edu:8080/servlet/HelloWorld.
> > >
> > > Can someone tell me what is missing?
> > >
> > >
> > > Thanks
> > > Kalyan
> > >
> > >
> > >
> > >
> > >
> > >
> >
>
____________________________________________________________________
> > > Get free email and a permanent address at
> > > http://www.netaddress.com/?N=1
> > >
> > >
> >
>
===========================================================================
> > > 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
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Photos - 35mm Quality Prints, Now Get 15
> Free!
> > http://photos.yahoo.com/
> >
> >
>
===========================================================================
> > 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


__________________________________________________
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
http://photos.yahoo.com/

===========================================================================
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

Reply via email to