cancel
Showing results for 
Search instead for 
Did you mean: 

Import J2EE Tomcat application using struts / struts-menu / authentication

Former Member
0 Kudos

Hi everybody,

I have a J2EE application running on Tomcat using springs, struts, struts-menu, role authentication, ...

I manage to migrate this one on the J2EE Engine.

I manage to migrate role application/management using web.xml and web-j2ee-engine.xml.

web.xml:

-

-


...

...

web-j2ee-engine.xml:

-

-


I have a problem with the use of struts menu:

My application uses struts-menu with permission.

But this persmission seems not to work.

menu-config.xml:

-

-


But in all case, even if the logged user has tracking-manager role, the 2° item is never displayed ...

Has someone depployed a pllication using struts-menu on the J2EE Engine ?

Do I need other configuration ?

All help or information will be very usefull...

Thanks,

Fabien

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Fabien,

You might have more luck with using Appfuse to get Struts Menu to work. Have you considered using AppFuse?

http://today.java.net/pub/a/today/2004/07/15/thefuse.html

James