Caldarale, Charles R wrote:
> 
>> From: hetal [mailto:[EMAIL PROTECTED] 
>> Subject: RE: create[8005]: java.net.BindException: error 
>> occured whilestartingtomcat on Ubuntu Plateform
>> 
>> I have checked on my machine only one tomcat is running and I 
>> have also tried netstat command it is not listing 8005 port.
> 
> Do you have a firewall installed that might be blocking the port?  Or
> has it been disabled or rerouted with iptables?
> 
>  - Chuck
> 
> 

I have figured out my problem.

I don't have entry in my routing table for lo interface.

With the use of this command 
route add -net 127.0.0.0 gw 127.0.0.1 netmask 255.0.0.0 dev 10
I have set lo interface.

now my tomcat is running fine.

Thanks
Hetal
-- 
View this message in context: 
http://www.nabble.com/create-8005-%3A-java.net.BindException%3A-error-occured-while-starting-tomcat-on-Ubuntu-Plateform-tf3325087.html#a9248979
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to