• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Not able to see the generated servlet from jsp.

 
Ranch Hand
Posts: 83
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I am not able to see the generated servlet while running jsp.
I did a bit of google search but not succeed .
I also configured the web.xml in conf folder of tomcat

kindly help on this.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. Which version of Tomcat?
2. Where did you look for the generated servlet?

Bill
 
upanshu vaid
Ranch Hand
Posts: 83
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks,
I am using version apache-tomcat-6.0.37 ,
I am looking in the following path
C:\Program Files (x86)\apache-tomcat-6.0.37\work\Catalina\localhost
and under the localhost folder there is no folder getting generated for the mine webapp name.
Thanks again
 
William Brogden
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hmmm - in my Tomcat 6.0.14 I find the following under work: ( note, .......... added to create indent )

Catalina
.....Localhost
........._ (thats a single underscore character)
............ org
................. apache
.......................jsp (has index_jsp.java and index_jsp.class

Where index.jsp sits in the ROOT directory.

Since the default for keepgenerated is true, my web.xml does not change the default.

Bill
 
That new kid is a freak. Show him this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic