Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 316992 - Tomcat program arguments not set when creating new launch configuration
Summary: Tomcat program arguments not set when creating new launch configuration
Status: CLOSED DUPLICATE of bug 137822
Alias: None
Product: WTP ServerTools
Classification: WebTools
Component: jst.server (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: jst.server CLA
QA Contact: Larry Isaacs CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-15 21:08 EDT by Steffen Pingel CLA
Modified: 2010-06-16 12:34 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2010-06-15 21:08:03 EDT
Steps:
1. Start with a clean workspace
2. Create an Apache Tomcat 6.0 runtime and server instance
3. Go to Run > Run Configurations
4. Create a new Apache Tomcat configuration

If the launch configuration is saved the Classpath will be set as expected but the Progam arguments and VM arguments remain empty. Launching the new configuration results in the following error:

java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:216)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:391)
Comment 1 Larry Isaacs CLA 2010-06-16 12:34:47 EDT

*** This bug has been marked as a duplicate of bug 137822 ***