• 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

Invalid path /CognosAction was requested (works on the local system

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I see that lot of people have faced this problem, but i fail to see any reasonable solution to it.
My action is being called from a jsp as below:



The entry in my struts config is:



The error on the page is : Invalid path /CognosAction was requested
The request sent by the client was syntactically incorrect (Invalid path /CognosAction was requested).

Surprisingly this works on my local (Eclipse & Tomcat server). But doesnt work when i deploy it in the unix environment.
Please let me know for any suggestions/solutions.

Thanks in advance,
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic