Re: Tomcat Connection refused :-(

2005-04-04 Thread gaurav
Peter Crowther wrote:
From: gaurav [mailto:[EMAIL PROTECTED] 
I am using tomcat 5.5.7 on Fedora 3 with jdk1.5.0_02
   


 

my i have disable firewal and stopped Iptables !!
   

OK.
 

netstat -a | grep tomcat or 8080- nothing , zero , blank
   

You already said that you had moved the Tomcat port from 8080, though?
If so, I wouldn't expect anything on 8080.  And I would expect something
on Tomcat's shutdown port as well (check your server.xml for its port
number) - is that not starting either?
- Peter
 

I dont whats the wrong here... I have just installed Jboss .its 
tunning fine ...what the problem tomcat ??
Why o Why tomcat says connection refused is there any hidden lock or 
temp files thats is causing proble ??

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat Connection refused :-(

2005-04-04 Thread Hari Mailvaganam
Did installing Oracle or jBoss change your JVM path?

On Apr 4, 2005 5:49 AM, gaurav [EMAIL PROTECTED] wrote:
 Peter Crowther wrote:
 
 From: gaurav [mailto:[EMAIL PROTECTED]
 I am using tomcat 5.5.7 on Fedora 3 with jdk1.5.0_02
 
 
 
 
 
 
 my i have disable firewal and stopped Iptables !!
 
 
 
 OK.
 
 
 
 netstat -a | grep tomcat or 8080- nothing , zero , blank
 
 
 
 You already said that you had moved the Tomcat port from 8080, though?
 If so, I wouldn't expect anything on 8080.  And I would expect something
 on Tomcat's shutdown port as well (check your server.xml for its port
 number) - is that not starting either?
 
- Peter
 
 
 
 I dont whats the wrong here... I have just installed Jboss .its
 tunning fine ...what the problem tomcat ??
 Why o Why tomcat says connection refused is there any hidden lock or
 temp files thats is causing proble ??
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat Connection refused :-(

2005-04-01 Thread Peter Crowther
 From: gaurav [mailto:[EMAIL PROTECTED] 
   My tomcat server is not working !! no matter what I do 
 every thing I going till I day installed oracle 9i :-(

What Tomcat version?

What operating system?  I assume some UNIX variant given the trace.

Did you install anything else on the machine at the same time as Oracle
9i?  Any operating system changes?  Any firewall changes?  Any reboot
that could have brought into operation a pending change that someone had
made at some earlier time?

What does 'netstat -a' show?  With Tomcat shut down, it should show
nothing on Tomcat's ports; with Tomcat running, it should show Tomcat's
ports as LISTENING.

- Peter

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat Connection refused :-(

2005-04-01 Thread gaurav
Hi Peter ,
Peter Crowther wrote:
From: gaurav [mailto:[EMAIL PROTECTED] 
 My tomcat server is not working !! no matter what I do 
every thing I going till I day installed oracle 9i :-(
   

What Tomcat version?
What operating system?  I assume some UNIX variant given the trace.
 

I am using tomcat 5.5.7 on Fedora 3 with jdk1.5.0_02
Did you install anything else on the machine at the same time as Oracle
9i?  Any operating system changes?  Any firewall changes?  Any reboot
 

my i have disable firewal and stopped Iptables !!
that could have brought into operation a pending change that someone had
made at some earlier time?
What does 'netstat -a' show?  With Tomcat shut down, it should show
 

netstat -a | grep tomcat or 8080- nothing , zero , blank
nothing on Tomcat's ports; with Tomcat running, it should show Tomcat's
ports as LISTENING.
 

what to do !!
Regards,
Gaurav
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat Connection refused :-(

2005-04-01 Thread Hassan Schroeder
gaurav wrote:
what to do !!
Basic troubleshooting.
1) look in your logs (and if this problem seems associated with the
   Oracle install, look in its log(s) and the syslogs, too).
2)
prompt export JAVA_OPTS=-verbose
prompt $CATALINA_HOME/bin/catalina.sh run
   watch the console and see where and why Tomcat stops initializing
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
  dream.  code.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Tomcat Connection refused :-(

2005-04-01 Thread Peter Crowther
 From: gaurav [mailto:[EMAIL PROTECTED] 
 I am using tomcat 5.5.7 on Fedora 3 with jdk1.5.0_02

Thanks.

 my i have disable firewal and stopped Iptables !!

OK.

 netstat -a | grep tomcat or 8080- nothing , zero , blank

You already said that you had moved the Tomcat port from 8080, though?
If so, I wouldn't expect anything on 8080.  And I would expect something
on Tomcat's shutdown port as well (check your server.xml for its port
number) - is that not starting either?

- Peter

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]