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?