• 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

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
 
Hey, sticks and stones baby. And maybe a wee mention of my stuff:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic