> Probably a bug in the version of Tomcat 5.?.? that you were using. See this
> bugzilla entry:
5.26
Is there a way in tomcat 7 to mention the roles outside of web.xml.
Bijesh.
On Fri, Aug 12, 2011 at 4:14 PM, Caldarale, Charles R
wrote:
>> From: Bijesh Vijayan [mailto:bije.
Hi,
I was having the following entry in my application web.xml in tomcat 5.
*
I was getting all the roles from the Database.
When I migrated to tomcat 7, I need to mention all the roles in
application web.xml.
he
context path in URL )
/home/bijesh/tomcat/conf/Catalina/localhost/Employee.xml
/home/bijesh/tomcat/conf/Catalina/localhost/Employee#Reports.xml
Thanks,
Bijesh
On Fri, Aug 12, 2011 at 1:37 PM, Mark Thomas wrote:
> On 12/08/2011 18:23, Bijesh Vijayan wrote:
>> Thanks Charles,
>>
&
red". I think I am getting
this message as docBase directory is inside appBase directory.
Thanks,
Bijesh.
On Fri, Aug 12, 2011 at 1:04 PM, Caldarale, Charles R
wrote:
>> From: Bijesh Vijayan [mailto:bije...@gmail.com]
>> Subject: nested context issue in tomcat 7
>
>> file n
side the appBase(/home/bijesh/webapps)
my absolute context directories are
/home/bijesh/webapps/Employee
/home/bijesh/webapps/Employee/Reports
my tomcat directory is in
/home/bijesh/tomcat
Thanks,
Bijesh
On Fri, Aug 12, 2011 at 12:51 PM, André Warnier wrote:
> Bijesh Vijayan wrote:
> ..
I have a appBase(/home/bijesh/webapps/) outside by CATALINA_BASE(same
as CATALINA_HOME - /home/bijesh/tomcat).
I have 2 context files, one
file name = CATALINA_BASE/conf/Catalina/localhost/Employee.xml
file name = CATALINA_BASE/conf/Catalina/localhost/Employee#Repo