• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

jk_mod issue

 
Ranch Hand
Posts: 41
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

So I've ran into a weird mod_jk issue. Or So I think it's mod_jk causing the problem. If I use the glassfish port 7070 i set for this apps domain the issue on accessing this action doesn't display the problem.

When I go to the site directly by port their is a link that executes a stripes action summary.action and it returns the page. However with mod_jk turned on it kicks me back to the login page because as you can see by the mod_jk
debug below I get a 404 on this action page then i have a 302 that happens twice and then I'm redirected to the fail over page which is the login page.

What would cause it to show as a 404 when you access it by the port directly you get no such error.

Thank you,
Joe

 
We can walk to school together. And we can both read this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic