Re: Re: Trouble starting Tomcat4.1.18 on linux.

2004-07-07 Thread Kamaleshwaran Sivalingam
 Hi,
   The error was "Bind  error: Address already in use". I solved the problem. 
The port setting in my "server.xml" file was set to "80" and not "8080". Apache 
server is already running on port 80. So I changed the port setting to "8080". 
Now i get the home page when i hit "http://localhost:8080";.

But l I have another new problem. I am not able to  run the servlets. I think it is 
because the servlets are handled by apache server on port 80. How do i make 
tomcat to serve the servlets on port "8080". Can u help me out?

Thanks,
Kamaleshwaran Sivalingam


On Wed, 07 Jul 2004 QM wrote :
>On Tue, Jul 06, 2004 at 07:21:56PM -, Kamaleshwaran Sivalingam 
wrote:
>: But then, I could not get the page when i gave "http://localhost:8080"; in
>: mozilla web
>: browser.  Can u guys help me out?.
>
>There are innumerable reasons why Tomcat would fail to start.
>
>What error messages do you see in the logs?
>
>-QM
>
>--
>
>software  -- http://www.brandxdev.net
>tech news -- http://www.RoarNetworX.com
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


Re: Trouble starting Tomcat4.1.18 on linux.

2004-07-06 Thread QM
On Tue, Jul 06, 2004 at 07:21:56PM -, Kamaleshwaran Sivalingam wrote:
: But then, I could not get the page when i gave "http://localhost:8080"; in
: mozilla web 
: browser.  Can u guys help me out?. 

There are innumerable reasons why Tomcat would fail to start.

What error messages do you see in the logs?

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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