• 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

Runnig jsp in Websphere

 
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,
Iam new to Websphere.Iam using IBM Websphere application developer 5.0.How can i deploy(run) JSP files in websphere.

i created a jsp file in websphere

when i click run on server , iam getting same source code in the web browser. what i need to do now .



Thanks
Lakshmi
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Lakshmi,
Did you create your JSP in a web project? If so, right click it and select "run on server."
 
Lakshmi siri
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes .I created jsp file in web project.
 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And what happened when you selected "run on server" ?
 
Lakshmi siri
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,
I am trying simple HellpWorld.jsp program .When i select run on server ,iam getting same source code(tags) on web browser.

What i need to do now.is it necessary to copy the jsp class file to somewhere.Please help me

Thanks
Lakshmi
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First, you need to get the update to 5.1.2 version of WebSphere. Version 4.0.3 was like Alpha, and version 5 is almost beta. 5.1.2 is barely usable, but I'd see if you can't get up to that rev. Also, I've heard the patch is bad news and you should do a clean install of 5.1.2 if possible.
 
Lakshmi siri
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,
Now i got it.

Thanks
Lakshmi
reply
    Bookmark Topic Watch Topic
  • New Topic