http connection to an https port?

2003-07-04 Thread Sergio Juan
Hi. My webapp may be configured by the user to have its port set either as HTTP or HTTPS. The trouble is that a user who is not aware of how it is set tries to contact the HTTPS port with an HTTP connection, in his/her browser he/she can only see a little garbage. There is any way to configure

Re: Compensating for applet security restrictions

2003-07-04 Thread Susan Hoddinott
Further to my earlier comment. I would also question whether making the applet trusted would make any difference. It seems that given its current behaviour this would just allow it to freely read and write to the client rather than reading and writing from the server. Regards, Susan Hoddinott

IIS Redirector - Not Refreshing

2003-07-04 Thread YErkan
Hi, I'm using IIS redirector with Tomcat 4.1.24 and everything works fine. However, when I modify the uriworkermap.properties file, the modifications are not recognized unless I reboot Windoz! Am I missing something? Thanks, - Yagiz

Effect of J2SE upgrade on Tomcat

2003-07-04 Thread Govinda Rao, Ragavendiran
Hi, We intend to migrate our Java application to J2SE 1.4.2 from 1.3.1. I would like to know whether I need to upgrade Tomcat 3.2.4 also at the same time. Any pointers would be very much appreciated Thanks, Raga - To

RE: Tomcat-Apache JSP compile error

2003-07-04 Thread Atreya Basu
Okay, I looked at this and it seems to be an Ant script problem. It appears as if Ant can't find the javac executable. I know that this is a common problem because I've found some discussion about it on the Tomcat website. The thing is it almost seems that this problem hits only some people.

Re: Tomcat-Apache JSP compile error

2003-07-04 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#compile -Tim Atreya Basu wrote: Hello, I'm having a problem compiling JSPs dynamically when using mod_jk2. When I change a JSP file and try to access it I get the following error: org.apache.jasper.JasperException: Unable to compile class for JSP

RE: Tomcat-Apache JSP compile error

2003-07-04 Thread Atreya Basu
Hey Tim, Yup, I read through that exact thing. I tried all of the things there without any luck. I'm thinking that it is simply a configuration error. So I will just re-install everything. _ Atreya Basu Developer, Greenfield Research Inc. e-mail: atreya (at)

Forking high loaded servlet

2003-07-04 Thread Diego Castillo
Hi all, I have a servlet that receives a heavy load. I would like to process multiple requests in parallel in order to increase throughput. Tomcat creates one single instance of the servlet. This is right according to servlet specification paragraph 3.2, but it does not suit my needs. I have

Re: Forking high loaded servlet

2003-07-04 Thread Sergio Juan
- Original Message - From: Diego Castillo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 04, 2003 3:05 PM Subject: Forking high loaded servlet Hi all, I have a servlet that receives a heavy load. I would like to process multiple requests in parallel in order to increase

Re: Forking high loaded servlet

2003-07-04 Thread Antonio Fiol Bonnín
I completely agree with Sergio, but do not forget about code optimization, query optimization, database index optimization, ... It is difficult to say where your bottleneck is but, in most cases I have seen, correcting an SQL query which is not doing the exact right thing or adding a few

Application is running slow

2003-07-04 Thread Vikas
Hi My app contains jsp/servlet There is considerable time for persons accesing page from asia,europe,us. For person accessing page from europe it takes 2 time for page to get loaded. I am just wondering what can be the cause.Onereason can be due to bandwith.Is there any other reason

RE: Having a problem with IIS and Tomcat 4.1.24 config (solved)

2003-07-04 Thread Timothée Pourbaix
Hello Jeff, I read carrefully the post about your problem and I'm happy that it's solved. In fact, you just applied another configuration (jk2) between Tomcat and IIS and did not solved your initial config. So, for your info, here is how to solve it: You missed to create the Virtual Directory in

I can no longer start TC from W2k from the

2003-07-04 Thread ThePrahs
Hi All, I can no longer start TC from W2k from the Start Program Apache Tomcat 4.1 Start Tomcat using the parameters E:\j2sdk1.4.1_01\bin\java.exe -jar -Duser.dir=E:\Tomcat 4.1 E:\Tomcat 4.1\bin\bootstrap.jar start Tomcat start by opening a commandline window as usual, but this window

Re: Forking high loaded servlet

2003-07-04 Thread Peter Lin
I haven't followed this thread too closely, but what kind of concurrent requests you looking at? i ask this because the number of concurrent threads in most cases is the result of hardware limitations. if you want to double the concurrent requests, get more cpu and multiple gigabit

Apache Wiki: HowToRedhat8JK2 (Re: The notorious RH8+Apache2.0.4+Mod_jk2(was: Re: HELP with mod_jk))

2003-07-04 Thread Yishay Mor
http://nagoya.apache.org/wiki/apachewiki.cgi?HowToRedhat8JK2 And many thanks to all the good people on this list who helped me get there. - Yishay ** Yishay Mor

JNI with Servlets

2003-07-04 Thread maillists
I'm attempting to use a shared library on Linux thats called from a servlet that I have deployed on Tomcat 4.1.18. Everytime I try to use the servlet it throws an exception with an unsatisfiedlinkerror. I've added LD_LIBRARY_PATH=/usr/lib to my catalina.sh startup.sh, modified the classpath