• 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

Deploying a servlet

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know I must have this in one of my books, but I can't find it.
I have a Web application (servlet, jsp, java classes, etc) that works in WSAD. (I'm also building and junit testing in Ant.) I have been testing on my machine. I want to put this on another server. I assume I want to "jar" it up, but
1. I'm not sure what it has to have, and
2. When I go through WSAD's export a Jar file, it wants the main class. Is the servlet the main class?

Can anyone point me toward the pinata?

Thanks
Dana
[ May 10, 2005: Message edited by: DK Taylor ]
 
DK Taylor
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, Ben.
WSAD makes a .war for my local server. I may be able to just copy that to the remote.

I'll read some more.

Dana
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic