RE: Help on setup https on Tomcat in linux

2007-07-03 Thread Yifan (Eric) Jiang
Perhaps the firewall setting for your Linux if your Linux is on a remote server? Thanks Eric -Original Message- From: Jack Wang [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 July 2007 3:48 p.m. To: users@tomcat.apache.org Subject: Help on setup https on Tomcat in linux I try to setup

RE: How to find Tomcat config and log path?

2007-07-03 Thread Yifan (Eric) Jiang
Setup your environment variable CATALINA_HOME (if you are using Windows, make sure it is a system environment rather than a user environment variable), and then use System.getenv(CATALINA_HOME); to get the tomcat path. Hope this can help Cheers Eric -Original Message- From: Joe

How to add -Djava.library.path to tomcat

2007-06-25 Thread Yifan (Eric) Jiang
Hi, I would like to load a library (.dll in windows and .so in linux) in a Java application, so I have to add the path of the library to LD_LIBRARY_PATH (Linux) or PATH (Windows). In addition, I also need to add -Djava.library.path=. However this is only for a standalone java application. But

Java Axis and R

2007-06-24 Thread Yifan (Eric) Jiang
Hi all, I've been asked to develop a Java Axis web service to call R program (http://www.r-project.org/). There is a Java/R interface (http://www.rforge.net/rJava/) has been developed and allows to call methods and access R object from Java. So my application is running fine as a normal Java

RE: Java Axis and R

2007-06-24 Thread Yifan (Eric) Jiang
there, Check out CGIwithR package. http://www.omegahat.org/CGIwithR/ I have been using it for a while. You can execute R scripts and post the output to using RHTML package or using simple print. hope it helps, Kaustubh On 6/24/07, Yifan (Eric) Jiang [EMAIL PROTECTED] wrote: Hi all, I've been asked

Tomcat pausing by some strange error

2007-05-31 Thread Yifan (Eric) Jiang
Hi all, I've installed Tomcat 5.5.23 on a RedHat AS 4. Tomcat is communicating Apache by mod_jk. It just stop running last night and I have to run it again today's morning. I've found some messages from Tomcat log file, catalina.out. 31/05/2007 20:22:40

RE: mod_jk problem

2007-05-21 Thread Yifan (Eric) Jiang
a good fit). Regards, Rainer Yifan (Eric) Jiang wrote: Hi all, Not quite sure if this list is the best place to send this question. But I can't find anywhere else to send it to... I am trying to install Shibboleth (http://shibboleth.internet2.edu/) Identity Provider with Cosign

RE: mod_jk problem

2007-05-21 Thread Yifan (Eric) Jiang
. Why aren't you simply using apache httpd rotatelogs, as suggested in my last post? http://httpd.apache.org/docs/2.0/programs/rotatelogs.html Regards, Rainer Yifan (Eric) Jiang wrote: Hi Rainer, Thanks for all your helps. I know that is a very outdated version of httpd, But since

mod_jk problem

2007-05-20 Thread Yifan (Eric) Jiang
Hi all, Not quite sure if this list is the best place to send this question. But I can't find anywhere else to send it to... I am trying to install Shibboleth (http://shibboleth.internet2.edu/) Identity Provider with Cosign protection on a RedHat Linux production server. Well, Shibboleth