include directive or include action are now make the same effect ?

2004-12-11 Thread Altug B. Altintas
I thing in the new versions of Tomcat these below to code %@ include file=time.html % jsp:include page=time.html flush=true/ make the same effect. When i make changes in time.html; i always see the main page uptodate whether using include directive or include action spec changed ?

Re: OutOfMemoryError

2004-03-15 Thread Altug B. Altintas
Hi, Use jvmstat (google it) tool to analyize it. Maybe your application memory needs can break down Tomcat Regards. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 15, 2004 8:18 AM Subject: OutOfMemoryError Hi, I am getting the following

tomcat_install is not set

2004-02-17 Thread Altug B. Altintas
What is the meaning of tomcat_install is not set properly ?? Regards... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

request timeout - page cannot be displayed

2004-01-29 Thread Altug B. Altintas
Hi We have got a page which process a request for a long time (because of algoritm) so we set session-timeout = 1000 in web.xml but if the user request this page, it starts to process and then after a time (~30 min) browser gives page cannot be displayed but the request is still be processed in

Re: request timeout - page cannot be displayed

2004-01-29 Thread Altug B. Altintas
' and 'disableUploadTimeout' but neither seems to have any effect. Sorry to answer your question with a question, but maybe we can pursue this together. -Rob --- Altug B. Altintas [EMAIL PROTECTED] wrote: Hi We have got a page which process a request for a long time (because of algoritm

RemoteHostValve and RemoteAddrValve

2003-12-09 Thread Altug B. Altintas
Hi, i couldn't understand what does RemoteHostValve and RemoteAddrValve do ? i changed manager.xml like this * Context path=/manager docBase=../server/webapps/manager debug=0 privileged=true Valve

Re: RemoteHostValve and RemoteAddrValve

2003-12-09 Thread Altug B. Altintas
11:49 AM Subject: Re: RemoteHostValve and RemoteAddrValve On 12/09/2003 08:17 AM Altug B. Altintas wrote: i couldn't understand what does RemoteHostValve and RemoteAddrValve do ? i changed manager.xml like this * Context path

Re: RemoteHostValve and RemoteAddrValve

2003-12-09 Thread Altug B. Altintas
-constraint on the manager. I haven't tried this myself so make sure you test the RemoteHostValve thoroughly to make sure it is protecting your manager app as you wish, before you put it in production! Adam On 12/09/2003 11:25 AM Altug B. Altintas wrote: No, i try http://localhost:8081

Re: Restarting tomcat from web page

2003-12-08 Thread Altug B. Altintas
PROTECTED] Sent: Thursday, December 04, 2003 6:03 PM Subject: RE: Restarting tomcat from web page Howdy, Restarting all of tomcat or just selected webapps? Yoav Shapira Millennium ChemInformatics -Original Message- From: Altug B. Altintas [mailto:[EMAIL PROTECTED] Sent: Thursday, December

Re: Restarting tomcat from web page

2003-12-05 Thread Altug B. Altintas
or just selected webapps? Yoav Shapira Millennium ChemInformatics -Original Message- From: Altug B. Altintas [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:57 AM To: Tomcat Users List Subject: Restarting tomcat from web page Hi How can i restart Tomcat which is running

Restarting tomcat from web page

2003-12-04 Thread Altug B. Altintas
Hi How can i restart Tomcat which is running as service, from a web page 1 - calling bat file ? (not working) 2 - calling http://localhost:8080/manager/html/start?path=/engine (asking password) any clean way ? Regards Altug.

Nt Service and Sax Parser

2003-12-01 Thread Altug B. Altintas
Hi, I have got very strange problem. Here is the problem If i write a bat file to start Tomcat like this set TOMCAT_HOME=C:\tomcat set JAVA_HOME=C:\j2sdk1.4.1 set RTDIR=c:\rt set PATH=%RTDIR%\bin;c:\tomcat\;c:\tomcat\bin;. set CATALINA_OPTS=-Xmx1024m set

Tomcat - JNI

2003-07-08 Thread Altug B. Altintas
Hi, i am using Tomcat 4.1.24 and in our web application we use JNI like below static { System.loadLibrary(optimizer_dll); } optimizer_dll.dll resides in c:\code\bin; This path is also in the the PATH environment When i start Tomcat, every think is fine but after some times passes, tomcat

ticketing system

2003-06-10 Thread Altug B. Altintas
Hi; Any free or commercial ticketing system written in Java. Regards. Altug - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Java version

2002-10-22 Thread Altug B. Altintas
Hi, I need j2sdk-1_3_1_03-windows-i586.exe because of nohup bug, formally i need java1.3.1_01, java1.3.1_02 or java1.3.1_03 for windows.. I couldn't find these releases on java.sun.com, any one who know the exact URL of these relases ?? Regards Altug. -- To unsubscribe, e-mail:

changing default home page

2002-06-13 Thread Altug B. Altintas
How can i change Tomcat's default home page ? Now it looks at a.. /path/to/tomcat/webapps/ROOT/index.html Regards Altug. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Error: Connection reset by peer: socket write error

2002-05-22 Thread Altug B. Altintas
Hi , we have this error message too, our Tomcat version is 3.2.1 which is running on Window 2000 Server. If we switch to 3.3.1 or 4.0x maybe it is going to be ok ?? any idea ? and one more question how can i add new jar files to Tomcat 3.3.1. I paste all need jar files (for example :

RE: servlets work but JSPs not!

2002-01-24 Thread Altug B. Altintas
did u set your CLASSPATH correctly ? -Original Message- From: Elif Zeynep Buyukduman [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 2:48 PM To: Tomcat Users List Subject: RE: servlets work but JSPs not! thanks Randy, but isn`t this variable line correct? set