• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

How to run JSP in WTE

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I wrote a simple JSP file in VAJ and tried to run it using WTE.when tried to load the JSP file in Browser,It says page not found.What should be the URL?I read in the online help that the URL must match the file structure of your Document root.What does that exactly mean.I am not clear where these JSP files are stored and how does WTE look for them.Can you please explain me about this.
Thanks
Sumana
 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is the default directory where WTE looks into for HTMLs and JSps:
<VAJ_Install_dir>->ide->project_resources->IBM WebSphere Test Environment->hosts->default_host->default_app->web
And you would access it by typing <a href="http://localhost:8080/<i rel="nofollow">yourjsp.jsp</i>" target="_blank">http://localhost:8080/yourjsp.jsp
assuming it is on your localmachine. Using ViisualAge for Java - WTE is a short pdf file that might be what you're looking for.
 
So there I was, trapped in the jungle. And at the last minute, I was saved by this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic