• 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

Servlet when we compile JSP.

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI.,

1.What servlet will get Generated when we deployed JSPs.
2.I have 10 jsps pages in my application,so there will be 10 servlets will be there..?
3.where can i found the servlets that are generated by JSPs..?(in WSAD).

regards
KIM.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Mortin kim:
1.What servlet will get Generated when we deployed JSPs.

One that implements the JSP. I'm no sure what else you are looking for.

2.I have 10 jsps pages in my application,so there will be 10 servlets will be there..?

Most probably, but this is an implementation artifact that JSP authors do not need to be concerned with.

3.where can i found the servlets that are generated by JSPs..?(in WSAD).

I'll move this to the Websphere forum.
 
Mortin kim
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI.,
thanks for the reply.
I am Having sample.jsp,what is the servlet name generated by the container..?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic