Re: Struts Context problem

2007-12-18 Thread jignesh(india)
Hi, That is ok,but i am using war deployment not ear architecture. Actually I am not having any problem with default context assign by war archive same as project name. But once i am going to host my application with apache web server my web master suggested to eliminate extra names from url

Re: Struts Context problem

2007-11-29 Thread Omkar Patil
Jignesh, XYZ seems to be the context root for your web application. Context root comes from application.xml of your application. Here is the snippet from application.xml myapp.war XYZ If that's the case, then it's outside of Struts2, and it will be there in the URL. Ch