Missing catalina.bat

2005-08-09 Thread Kees Broenink
Hi,

I just downloaded and installed Tomcat 5.5.9. When i wanted to configure
JPDA I saw that catalina.bat is missing in the bin directory. 

So now I am starting Tomcat by running the tomcat5.exe.

I scanned all config files, registry settings, release notes,
documentation, mailing lists and did not find a answer to my question:

- how to configure JPDA (and other JVM settings)

The most appropriate way I could image was the registry setting:

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Procrun
2.0\Tomcat5\Parameters\Java]

adding the following to the Options key:

-Xdebug -Xrunjdwp:transport=dt_socket,address=5678,server=y,suspend=n

But this does not work.

Changing something else like -Dcatalina.home will influence the startup!

I have seen somebody else also asking this question to the mailing list.
But I did not see any answers. So please if somebody knows tell us and
let's put this info in the FAQ.

Thanks,

Kees


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



RE: Missing catalina.bat

2005-08-09 Thread David Thielen
Hi;

I hit the same problem. So I then downloaded the .zip install also and
pulled the bat files from the .zip install and copied them to the bin
directory.

- dave


David Thielen
303-499-2544
www.windwardreports.com


-Original Message-
From: Kees Broenink [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 09, 2005 7:39 AM
To: 'Tomcat Users List'
Subject: Missing catalina.bat

Hi,

I just downloaded and installed Tomcat 5.5.9. When i wanted to configure
JPDA I saw that catalina.bat is missing in the bin directory. 

So now I am starting Tomcat by running the tomcat5.exe.

I scanned all config files, registry settings, release notes,
documentation, mailing lists and did not find a answer to my question:

- how to configure JPDA (and other JVM settings)

The most appropriate way I could image was the registry setting:

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Procrun
2.0\Tomcat5\Parameters\Java]

adding the following to the Options key:

-Xdebug -Xrunjdwp:transport=dt_socket,address=5678,server=y,suspend=n

But this does not work.

Changing something else like -Dcatalina.home will influence the startup!

I have seen somebody else also asking this question to the mailing list.
But I did not see any answers. So please if somebody knows tell us and
let's put this info in the FAQ.

Thanks,

Kees


-
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]



[SOLVED] Missing catalina.bat

2005-08-09 Thread Kees Broenink
Hi,

After some extra efforts I solved the problem of setting JPDA. In fact I
was very close to the solution. 

-Xdebug 
-Xrunjdwp:transport=dt_socket,address=5678,server=y,suspend=n

You need an Enter after the -Xdebug.

Easiest way is to use the tool provided Configure Tomcat (tomcat5w.exe
//ES//Tomcat5)
Go to the Java Tab
Change the Java Options into the following:

-Xdebug 
-Xrunjdwp:transport=dt_socket,address=5678,server=y,suspend=n
-Dcatalina.home=d:\tomcat5.5
-Djava.endorsed.dirs=d:\tomcat5.5\common\endorsed
-Djava.io.tmpdir=d:\tomcat5.5\temp
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager

That's it.

Kees

-Oorspronkelijk bericht-
Van: Kees Broenink [mailto:[EMAIL PROTECTED] 
Verzonden: Tuesday, August 09, 2005 3:39 PM
Aan: 'Tomcat Users List'
Onderwerp: Missing catalina.bat


Hi,

I just downloaded and installed Tomcat 5.5.9. When i wanted to configure
JPDA I saw that catalina.bat is missing in the bin directory. 

So now I am starting Tomcat by running the tomcat5.exe.

I scanned all config files, registry settings, release notes,
documentation, mailing lists and did not find a answer to my question:

- how to configure JPDA (and other JVM settings)

The most appropriate way I could image was the registry setting:

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Procrun
2.0\Tomcat5\Parameters\Java]

adding the following to the Options key:

-Xdebug -Xrunjdwp:transport=dt_socket,address=5678,server=y,suspend=n

But this does not work.

Changing something else like -Dcatalina.home will influence the startup!

I have seen somebody else also asking this question to the mailing list.
But I did not see any answers. So please if somebody knows tell us and
let's put this info in the FAQ.

Thanks,

Kees


-
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]