Re: Java Axis and R

2007-06-24 Thread kaustubh shinde
Hi 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

Re: maximum length of form parameter

2007-06-12 Thread kaustubh shinde
Thanks for the response Hassan, I am already using POST. Kaustubh On 6/12/07, Hassan Schroeder <[EMAIL PROTECTED]> wrote: On 6/12/07, kaustubh shinde <[EMAIL PROTECTED]> wrote: > I submit a form from a jsp to another. Some parameters of the form can get > really big

maximum length of form parameter

2007-06-12 Thread kaustubh shinde
Hi, I have a problem I am not even sure if it's related to tomcat or not. I submit a form from a jsp to another. Some parameters of the form can get really big. When a certain parameter, say "genelists", has a huge number of genes, it wouldn't work. For smaller number it still works. so the que

Re: tomcat starts but no welcome page

2006-08-24 Thread kaustubh shinde
problem solved. port 8080 was blocked on my server. oops.. sorry for wasting your time. and thanks for the replies Kaustubh On 8/24/06, kaustubh shinde <[EMAIL PROTECTED]> wrote: This is the log entry when I start tomcat. Apart from the first entry, everything seems to be fine to me. I h

Re: tomcat starts but no welcome page

2006-08-24 Thread kaustubh shinde
spath resource On 8/24/06, David Smith <[EMAIL PROTECTED]> wrote: At first guess, a config problem with the connector element of your server.xml. Have you altered the server.xml at all from initial install? --David kaustubh shinde wrote: > webapps is installed. > i have followi

Re: tomcat starts but no welcome page

2006-08-23 Thread kaustubh shinde
means? I have added the relevant directories to CLASSPATH. Thanks for your help Kaustubh On 8/23/06, Lung Chan <[EMAIL PROTECTED]> wrote: Is webapps installed??? in my windows configuration, I have tomcat-XXX ---server --webapps --lib --classes On 8/23/06, kaustubh shinde &

Re: tomcat starts but no welcome page

2006-08-23 Thread kaustubh shinde
tomcat is installed on 8080. apache is on 80. so there is no conflict. On 8/23/06, Lung Chan <[EMAIL PROTECTED]> wrote: Is tomcat install on the port 8080?? How about Apache, is it on port 8080 too?? maybe a conflit. On 8/23/06, kaustubh shinde <[EMAIL PROTECTED]> wrote: >

tomcat starts but no welcome page

2006-08-23 Thread kaustubh shinde
Hi, I am trying to install tomcat 5.5.17 on suse 9.2 I have jdk 1.5 which is required by tomcat 5.5.17 After following the steps mentioned in docs I do following. ./startup.sh Using CATALINA_BASE: /usr/local/apache-tomcat-5.5.17 Using CATALINA_HOME: /usr/local/apache-tomcat-5.5.17 Using CAT