• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts Global forward not recognized

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to cobine 2 application into one application and original applications were built in struts 1.1(struts-config_1_1.dtd), servelets2.3(web-app_2_3.dtd) and deployed server i snot known. New application is successfully running with same specifications on websphere 7.0. But when i try to deploy and run the app on server which is 6.1.0.21
and i could be able to pull the login page and when i enter the credentials and click submit i am getting the following error and URL shows http://serername:port/contextroot/j_security_check.
I googled little bit and found similar posts and tried to set the container properties for the forward slash and still the app did not work.

For some reason login in global forwards is not identified(may be due to struts version incompatable etc???)..does any one came across this kind of issue before?




below is my web.xml



Struts-config.xml



 
I think he's gonna try to grab my monkey. Do we have a monkey outfit for this tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic