• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

https and jsp - urgent please

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have developed a website with JSP front end which has to work for both http and https requests.
The site works perfectly for http request. But, for https request, it throws 500 error when we submit the page. i.e, form.submit() throws 500 error. Has anyone come across this strange problem?
Trying to figure out this problem for more than 4-5 days now. No luck yet.
Application server is weblogic 7.
MVC architecture -> JSP - Servlet - Model - Backend.
Thanks a loot.
[ March 30, 2003: Message edited by: pavan in ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic