[java ee programming] Help on Tomcat port 80 and IIS configuration

2010-02-24 Thread Ramesh A
Hi All, I need a following configuration. I have a project which i have deployed in Tomcat When i have port no. set to 8080 in the Tomcat 6.0\conf\server.xml, i am able to access it thru http://localhost:8080/myproject When i have port no. set to 80, i am able to access it thru

Re: [java ee programming] Help on Tomcat port 80 and IIS configuration

2010-02-24 Thread Mansee Mongia
Hi Ramesh, Maybe you can try the following link : http://www.endofnow.com/?p=60 which describes a way to use port 80 for both IIS and tomcat by assigning multiple IP addresses to the box and configuring each web server to only listen to one IP address... Hope it helps. -- Mansee Mongia Have

[java ee programming] Re: javac??

2010-02-24 Thread JKid314159
Hi again! I have the following directories on my machine: Computer\OS(C)\Program Files Computer\OS(C)\Program Files(x86) - I went into the Environmental Variables and have two windows: Environment Variables 1)-User variables for Family 2)-System

[java ee programming] Re: javac??

2010-02-24 Thread JKid314159
Re: SUCCESS!!! Hi! I found my javac in the following folder: C:\Program Files\Sun\SDK\jdk\bin Went into the Environmental Variables and in the System Variables I edited Path. I ammended this path as ;C:\Program Files\Sun\SDK\jdk\bin I restarted the machine. I was able to compile at the

Re: [java ee programming] Re: javac??

2010-02-24 Thread Hari Prasad
Hi Alex, Cool !! Whenever we modify things in environment variable, do not restart the machine, just restart the command prompt ;-) Regards Hari On Thu, Feb 25, 2010 at 5:32 AM, JKid314159 lucky314...@gmail.com wrote: Re: SUCCESS!!! Hi! I found my javac in the following folder: