Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

problem while accessing JSPs.

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Iam new to SUNONE application server.
I deployed Helloworld example application and it is working fine.I opened the Helloworld.ear with IAS deployment tool and added a jsp and a html to the ear.Then I deployed the ear using IAS deploy tool.Iam able to access Greetservlet and greeterview.jsp but not able to access the jsp I added.It throws
GX Error (GX2GX)
socket result code missing!!! in the browser.
Do i have to edit the ias-web.xml/application.xml to register the JSP/servlet.
Is it neccessary to mention the JSPs in the xml files.If so ,is it possible to edit using the ias deployment tool?
 
Author
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For JPSs you do not need to edit the web.xml and ias-web.xml. (Although you might want to.)
Make sure that your JSP is placed correctly in the WAR so that it gets extracted into the location for the URL you are accessing it with.
David
 
yogendra babu
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.My JSPs are in the same folder as GreeterView.jsp in the Helloworld.war.I dont understand how my jsps are not working while the GreeterView.jsp of the helloworld example works.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic