• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem deployingTomcat project on Eclipse

 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, Guys:
I really need you guys help on this. I installed Sysdeo Tomcat plugin on Eclipse. I have tried to deploy a Tomcat project on Eclipse (using a servlet),
but failed many many times. I do not know what is wrong with my setup. If anyone knows how to successfully deploy a tomcat project, please teach me how to do it. Its really a pain in the butt.
Thanks a bunch!
Rick
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What I've done to be able to debug servlets is to configure the classloader to load classes from my workspace/bin in addition to WEB-INF/classes or WEB-INF/lib. That way, I do not need to deploy anything.
If you meant deploying the classes to the tomcat_home; just use ant and the copy task.
Gavin
 
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What type of error are you getting?
 
rick collette
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for giving late reply, I have been really busy.
Hi, Chad:
Since I used tomcat-plugin, I have not been able to even start up tomcat normally, it always gives me
ClassNotFoundError in URLClassLoader class. I am not why I am getting this. Thanks.
rick

Originally posted by Chad McGowan:
What type of error are you getting?

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic