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

iPlanet 6 and JSP

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

I'm trying to deploy a JSP based webpage on iPlanet WebServer 6.0. However, I seem to be having no luck at all with JSP pages. With normal HTML pages, it works fine. However, when I put in just a simple JSP page for example, just to print something on the screen, all I get is HTTP 500 Internal Server Error. I was wondering if there's any particular setting which I might have missed out?

Hope to hear from you all soon regarding this..thanks in advance everyone..
 
Wong Kok Choy
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all, I managed to get the JSP page to run. However, in my code, I have a line which is:

<%@ page contentType="text/html; charset=big5" %>

From what I can see the error log indicates a problem with the big5 charset. When I remove this line the page displays properly. Do I need to get some sort of language pack to solve this issue?
 
Author
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Wong Kok Choy:
Hi all, I managed to get the JSP page to run. However, in my code, I have a line which is:



How did u manage to make it work...??..I m still unable to do it...

TIA
MB
 
What's that smell? I think this tiny ad may have stepped in something.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic