facebook

deploying/debugging on a remote tomcat server through conne

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #295995 Reply

    john jimenez
    Member

    Hi,

    I’m trying to use the server connectors to deploy, etc. into a remote tomcat whose home directory has been Samba’d. The deployment is successful but running it pointing to a local JDK gives

    java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap
    Caused by: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstrap
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Exception in thread “main”

    I’ve tried setting the Tomcat JDK to the remote one but myeclipse is not accepting it. Should I give up using server connectors and just follow the MyEclipse Remote Debugging Tutorial instead?

    #296019

    Loyal Water
    Member

    Yes, you should launch remotely, deploy the way your doing it, and use the remote deployment guide. Your exactly right.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: deploying/debugging on a remote tomcat server through conne

You must be logged in to post in the forum log in