Where should I put the .so files in Linux for Tomcat?

2004-11-11 Thread Christopher Cheng
I am struggling to have Tomcat load the additional .so file. I have a few
files such as librxtxSerial.so I want Tomcat to locate. I copied all the
.so files to /usr/java/j2sdk1.4.2_06/jre/lib/i386. Java classes run from the
command are fine, but the servlet returns:

 

javax.servlet.ServletException: librxtxSerial: librxtxSerial.so: cannot open
shared object file: No such file or directory

 



Internationalization

2002-02-12 Thread Christopher Cheng

I am struggling with double byte characters in  JSP

On the struts jsp form, I am putting 

%@ page contentType=text/html; charset=UTF-8 % on the top META
http-equiv=Content-Type content=text/html; charset=UTF-8 in the
head

I got some question marks when I print the characters in the console by 
System.out.println(request.getParameter(parameter1)
Or save those character to file

The same thing happens with the data retrieved from MySQL displayed on
JSP.

Anybody helps?


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]