day, July 19, 2008 2:18 PM
> To: Tomcat Users List
> Subject: Re: Unable to run tomcat in Eclipse
>
> I am using the tomcat version downloaded from apache site only...
> I just cant figure out what the problem is...
>
> Kanika
>
> --- On Sat, 7/19/08, Ken Bowen <[EMA
I am using the tomcat version downloaded from apache site only...
I just cant figure out what the problem is...
Kanika
--- On Sat, 7/19/08, Ken Bowen <[EMAIL PROTECTED]> wrote:
From: Ken Bowen <[EMAIL PROTECTED]>
Subject: Re: Unable to run tomcat in Eclipse
To: "Tomcat
Are you running a version of Tomcat supplied by your Linux distribution?
Often these cause many problems. You might try downloading a clean
version of Tomcat from the Apache site,
unzipping that, and trying it.
On Jul 19, 2008, at 12:37 AM, KANIKA GUPTA wrote:
Hi
I am using tomcat V6.0.1
hecking?
Or why the apxCreateJava(..) is failing why?
/Per Jonsson
-Original Message-
From: Ken Menzel [mailto:[EMAIL PROTECTED]
Sent: den 5 februari 2007 21:10
To: Tomcat Users List
Subject: Re: Unable to run Tomcat 5.5.20 as a Windows service under jdk
1.6
- Original Message
- Original Message -
From: "Grassi Fabio" <[EMAIL PROTECTED]>
To:
Sent: Monday, February 05, 2007 6:15 AM
Subject: Unable to run Tomcat 5.5.20 as a Windows service under jdk
1.6
On some machines only and only under jdk 1.6 I'm not able to run
Tomcat
as a Windows service. Installati
The connector (essentially the configured port of the connector) is already
'bound' on Port 9000
You want to determine who is bound on that port such as
ps -ef | grep 9000
and eradicate the process using the Pid or
for a more complete solution
cycle the Tomcat server
M-
***
Bansal, Tarun wrote:
> Actually I have metaframe server running on the client machine on port
> 8080 but there is nothing running on port 9000
And
netstat -ano -p TCP
(assuming the machine is running WinXP or newer) verifies this?
Regards
mks
---
Actually I have metaframe server running on the client machine on port
8080 but there is nothing running on port 9000
-Original Message-
From: Johan van den Berg [mailto:[EMAIL PROTECTED]
Sent: Monday, July 17, 2006 1:55 PM
To: Tomcat Users List
Subject: Re: Unable to run tomcat
This
This could mean that a previous startup is still busy, or that you
actually have another tomcat running on the same machine?
I would suggest rebooting, starting tomcat, and monitoring the logs very
closely.
Regards
Johan
On Mon, 2006-07-17 at 13:51 +0530, Bansal, Tarun wrote:
> Hi
>
> I tried t