Re: Starting of Tomcat failed, the server port 8084 is already in use.

2007-09-24 Thread Piero Sartini
> Starting server Bundled Tomcat (5.5.17) > Starting of Tomcat failed, the server port 8084 is already in use. > ... > please give me suggestions,how i can run my program. If there are errors when running tomcat (eg. not enough PermGen space / Out of Memory) netbeans 5.5.x cannot control it anymo

Re: Starting of Tomcat failed, the server port 8084 is already in use.

2007-09-24 Thread Dave Newton
"Cory D. Wiles" <[EMAIL PROTECTED]> wrote: > On 9/24/07, kushi <[EMAIL PROTECTED]> wrote: >> Starting of Tomcat failed, the server port 8084 is >> already in use. > The problem is that the container is out of memory. I could be way off-base here (not using NetBeans or TC6) but isn't it likely tha

Re: Starting of Tomcat failed, the server port 8084 is already in use.

2007-09-24 Thread Vinicius Medeiros Peretti
Hi Kushi, Try to change the server port to 8085 or another number. Select Runtime > Servers > right button and select "properties". On tab "Connection" Change the "Server Port" and restart the "Bundled Tomcat" or try to start. Vinicius kushi wrote: Hello! I have a problem when i want to

Re: Starting of Tomcat failed, the server port 8084 is already in use.

2007-09-24 Thread Cory D. Wiles
The problem is that the container is out of memory. There are a number of different ways to either up the memory for the container, but it might be easier to just kill the embedded tomcat process and then redeploy the app inside of netbeans. Thanks, Cory On 9/24/07, kushi <[EMAIL PROTECTED]> wro