Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

About using UTF-8 charset in JSP pages in Web logic

  Asked By: Bogart    Date: Sep 22    Category: Java    Views: 1509
  

I have some problem about compiling the UTF-8 charset JSP pages in WebLogic 7.0. It is not compiled when I call the JSP page. Do you now how I can solve it?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Patty Freeman     Answered On: Sep 22

i have Jdeveloper 9i and with this IDE u can deploy ur EAR files
both directly and with console page  to weblogic.i deploy many unicode
jsp files to weblogic  with this.i recommnd u that download it from
oracle site.it is free of charge.but however i suggest u a point to
do:
ur jsp  header file must be like this:


<%@ page contentType="text/html;charset=UTF-8" %>
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">

Make a WAR file and deploy it.u must get anwser.

 
Didn't find what you were looking for? Find more on About using UTF-8 charset in JSP pages in Web logic Or get search suggestion and latest updates.




Tagged: