• 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

Resin - links to JSP pages not working?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I just installed/upgraded to Resin 2.1.4 on Win2k server with Sun JVM 1.4 and find that my web-apps not have a strange bug that did not exist with the previous Resin.
If I have a hyper link to a JSP page in another directory Resin will not display the page, it will either display the default page (as defined in the web.xml) or it will display the directory listing! On the other hand if I link to a static page everything works as it should. I have tested in with Resin alone and Resin behind IIS5.
Any ideas?
Thanks,
Stef
 
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Stefan,
JavaRanch has a naming policy which is strictly enforced. Please read the policy and change your display name if you wish to continue posting here.
You can change your name: here
 
Stefan Mischook
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I solved the problem. Code that works in 2.0 may not work in 2.1.4. I did not look at my code since I was upgrading and I thought that the rendering of JSP code would be consistent across versions. As it turned out it was some minor element in my code that caused the strange behavior in 2.1.4.
 
reply
    Bookmark Topic Watch Topic
  • New Topic