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

How to get Tomcat

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
hello There,

I am starting with head first servlets and JSP ,but do not know how to download tomcat
or how to delpoy servlets

Immediate help required

Thanks
Sabeer Bhatia
 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi Sabber,
Use the following link for downloading tomcat. How to configure and deploy is also provided in this site.
http://www.coreservlets.com/Apache-Tomcat-Tutorial/
Regards,
Kiran.
 
Sabber bhatia
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Thanks Kiran

I will try with this and let you know as completed
 
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Also if you use the Netbeans IDE, you will get Tomcat bundled with it


Hope this helps
 
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Check this.

Regards,
 
Sabber bhatia
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hello Amit
but problem with me is I do not know anything about servlets,beans I mean where to deploy them
So it will be better if you tell me from the scratch if possible for you.

Thanks
sabber bhatia
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

So it will be better if you tell me from the scratch if possible for you.


That's a lengthy topic that can't be explained in a forum like this. Work through the tutorial Kiran linked to; it's very extensive.

Also, don't use NetBeans. It has a learning curve all its own, and trying to use it will distract you from learning Tomcat and servlets. You can always start using an IDE once you've mastered the basics.
 
Sabber bhatia
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
scratch means how to download tomcat
Problem is I downloaded tomcat (window installer) but during installation its showing some error
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Sabber,

Please do not post the same question in multiple forums
    Bookmark Topic Watch Topic
  • New Topic