From: "Jyothi Palvai" <[EMAIL PROTECTED]> > But I am on a linux box and I am unable to get it to start by using the socket. > I set the socket to 8000 but it does not seem to work, JPDA_ADDRESS=8000 > and JPDA_TRANSPORT=dt_socket is already set in catalina.sh, > so I just run using catalina run jpda. And when I run tomcat it starts > and after that nothing happens.
You're going to have to be more specific than "it does not seem to work." What did it do, and what did you think would happen? I'm not sure if you're expecting Tomcat to "do something" when you start it in debug mode. It doesn't. It acts normally until you connect to it with the debugger you've chosen to use. (Which one is that?) I'm also unsure of the difference between 'run' and 'start'. If you just type 'catalina.bat' with no parameters, it prints out a usage statement that lists 'jpda start' but not 'run jpda'. Since it lists both 'run -security' and 'start -security' separately I have to wonder if 'run jpda' is even a valid option. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
