• 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

Noob: Tomcat, Sysdeo, Eclipse

 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do servlets & JSPs all the time in a WSAD environment all set up for me, but I've never set up a new one for myself. To try it at home, I got Tomcat & Sysdeo plugged into my Eclipse environment but don't know where to set up applications.

The Tomcat sample app sets up like this in the Tomcat directory:

In Eclipse doing File/New/Tomcat Project got me an empty WEB-INF folder and that's about it. Following instructions from an IBM page I made an index.jsp in the project folder and //localhost:8080 shows it. Wow.

I'd like to set up my own projects to the standards used in sample with a webapps folder, web.xml file, etc. Can I put these folders into my Eclipse workspace somewhere or is Eclipse going to have a different structure for development? Is Sysdeo the best choice for this?

Thanks!!

Eclpise 3.1.0
Tomcat 5.5.16
Sysdeo 3.1
JDK 1.5.0_06
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic