Re: Tomcat & Http 103 Early Hint

2024-04-08 Thread xulin y
Kind Regards Mark Thomas 于2024年4月8日周一 19:24写道: > 8 Apr 2024 10:26:23 xulin y : > > > Hi, > > I would like to ask about whether Tomcat has support for http 103 early > > hint response status? > > Not at the moment. > > > I have checked the latest > >

Tomcat & Http 103 Early Hint

2024-04-08 Thread xulin y
Hi, I would like to ask about whether Tomcat has support for http 103 early hint response status? I have checked the latest doc that https://tomcat.apache.org/tomcat-11.0-doc/servletapi/jakarta/servlet/http/HttpServletResponse.html does not have 103 response status. If not, do we have any plan to

Re: TLSCertificateReloadListener Detects Expiration But Never Reads New Cert & Key Files

2024-03-18 Thread Justin Y
homas wrote: On 17/03/2024 15:26, Justin Y wrote: Hi Everyone --    I've spent a few hours scratching my head and then diving into the source code of 10.1.19 to figure out what's going on. Could you test with 10.1.18? I'm wondering if the user provided SSLContext changes in

TLSCertificateReloadListener Detects Expiration But Never Reads New Cert & Key Files

2024-03-17 Thread Justin Y
Hi Everyone --   I've spent a few hours scratching my head and then diving into the source code of 10.1.19 to figure out what's going on.   I'm using the /TLSCertificateReloadListener/ to reload files that wil

Re: Fedora 20 Yum and tomcat setup

2015-04-08 Thread Salam Y. Elias
ps Thanks again Salam On Tue, 2015-04-07 at 17:07 +, Caldarale, Charles R wrote: > > From: Salam Y. Elias [mailto:salamli...@free.fr] > > Subject: Fedora 20 Yum and tomcat setup > > > I used Yum to setup which installed Apache Tomcat/7.0.52. > > You should pr

Fedora 20 Yum and tomcat setup

2015-04-07 Thread Salam Y. Elias
Hi, Hi, I used Yum to setup which installed Apache Tomcat/7.0.52. I am trying to define CATALINA_HOME and really confused and don't know where are the tomcat directoris. I use this sudo yum install tomcat-native.x86_64 tomcat-admin-webapps.noarch tomcat-servlet-3.0-api.noarch tomcat-webapps.noarc

Re: SSL issue in tomcat

2015-02-02 Thread Jason Y
Thanks for your reply, Chris. I am providing solr search service on Linux server. My java version is 1.7_67(64bit) and tomcat version is 7.0.55 and tomcat Connector is: In my service I provide both REST and WSDL servie to call solr search by https. Everything worked well until one day(about in No

Re: How-to disable SSL V3 on Tomcat 6.0.18.0

2015-01-30 Thread Jason Y
Hi Jammy, Please refer to https://access.redhat.com/solutions/1232233 When using Tomcat with the JSSE connectors, the SSL protocol to be used can be configured via $TOMCAT_HOME/conf/server.xml. The following example shows how the sslProtocol in an https connector is configured. Tomcat 5 and 6 (p

Re: SSL issue in tomcat

2015-01-23 Thread Jason Y
h the developer's code(it is .NET code on which I have 0 knowledge), I will keep on watching this. On Thu, Jan 22, 2015 at 11:01 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > ason, > > On 1/22/15

Re: SSL issue in tomcat

2015-01-21 Thread Jason Y
What I changed in server.xml is adding sslEnabledProtocols="TLSv1.2,TLSv1.1,TLSv1". BUT I noticed that I am using JSSE instead of APR, so I remoeved the listener is this causing my error? On Wed, Jan 21, 2015 at 11:39 PM, Jason Y wrote: > You mean here maxThreads="1

Re: SSL issue in tomcat

2015-01-21 Thread Jason Y
e: > > -Original Message- > > From: Jason Y [mailto:day...@gmail.com] > > Sent: Wednesday, January 21, 2015 12:44 AM > > To: Tomcat Users List > > Subject: Re: SSL issue in tomcat > > > > Got another issue...Tomcat is working fine after restart but i

Re: SSL issue in tomcat

2015-01-21 Thread Jason Y
> > try to connect the server from localhost using " openssl s_client -connect > hostname:8443 -debug " may be you will found something use full. > > On Wed, Jan 21, 2015 at 11:43 AM, Jason Y wrote: > > > Got another issue...Tomcat is working fine after restart but

Re: SSL issue in tomcat

2015-01-20 Thread Jason Y
ssary to have ciphers properties but if you want to restrict > the ciphers then you can use this property. > > On Wed, Jan 21, 2015 at 6:53 AM, Jason Y wrote: > > > Thank you all. Now it is working fine. > > > > >maxThreads="150"

Re: SSL issue in tomcat

2015-01-20 Thread Jason Y
Thank you all. Now it is working fine. By the way, do I need "ciphers" properties here? On Tue, Jan 20, 2015 at 11:22 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jason, > >

Re: SSL issue in tomcat

2015-01-20 Thread Jason Y
an block the ports 8443, 8080 etc... > Is there any exception in catalina.out? > > -Utkarsh > > On Tue, Jan 20, 2015 at 2:47 PM, Jason Y wrote: > > > Hi folks, > > > > Recently my application cannot be accessible in browser with https > version. > > I

Re: SSL issue in tomcat

2015-01-20 Thread Jason Y
eral hours, I failed to access my https link again. Anyone has any ideas about this? please share your suggestions...My tomcat version is 7.0.55 Thank you all very much. On Tue, Jan 20, 2015 at 3:56 PM, Jason Y wrote: > Hi folks, > > Recently my application cannot be a

RE: Packet misses in Tomcat

2014-01-15 Thread Divyaprakash Y
-Original Message- From: Stefan Mayr [mailto:ste...@mayr-stefan.de] Sent: 13 January 2014 23:26 To: users@tomcat.apache.org Subject: Re: Packet misses in Tomcat Am 13.01.2014 07:22, schrieb Divyaprakash Y: > -Original Message- > From: Stefan Mayr [mailto:ste...@mayr-ste

RE: Packet misses in Tomcat

2014-01-12 Thread Divyaprakash Y
-Original Message- From: Stefan Mayr [mailto:ste...@mayr-stefan.de] Sent: 10 January 2014 23:26 To: users@tomcat.apache.org Subject: Re: Packet misses in Tomcat Hi Am 09.01.2014 14:21, schrieb Divyaprakash Y: > > > -Original Message- > From: Divyaprakash Y > Sent:

RE: Packet misses in Tomcat

2014-01-10 Thread Divyaprakash Y
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: 10 January 2014 03:46 To: Tomcat Users List Subject: Re: Packet misses in Tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Divyaprakash, On 1/8/14, 4:06 AM, Divyaprakash Y wrote

RE: Packet misses in Tomcat

2014-01-09 Thread Divyaprakash Y
-Original Message- From: Divyaprakash Y Sent: 08 January 2014 14:35 To: Tomcat Users List Subject: RE: Packet misses in Tomcat -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 08 January 2014 02:52 To: Tomcat Users List Subject: Re: Packet misses in Tomcat

RE: Packet misses in Tomcat

2014-01-08 Thread Divyaprakash Y
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 08 January 2014 02:52 To: Tomcat Users List Subject: Re: Packet misses in Tomcat Christopher, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > André, > > On 1/7/14, 5:09 AM, André Warni

RE: Packet misses in Tomcat

2014-01-07 Thread Divyaprakash Y
Issue: Few packets do not reach the application servlet but tomcat receives them. The missing packets reach the HTTP layer and thereafter they disappear. This issue is not frequent but occasionally consistent. For the POSTs of missing packet I am not able to find th

RE: Packet misses in Tomcat

2014-01-06 Thread Divyaprakash Y
>>> Issue: Few packets do not reach the application servlet but tomcat receives >>> them. The missing packets reach the HTTP layer and thereafter they >>> disappear. >>> >>> This issue is not frequent but occasionally consistent. For the POSTs of >>> missing packet I am not able to find the entr

RE: Packet misses in Tomcat

2014-01-06 Thread Divyaprakash Y
>> Issue: Few packets do not reach the application servlet but tomcat receives >> them. The missing packets reach the HTTP layer and thereafter they disappear. >> >> This issue is not frequent but occasionally consistent. For the POSTs of >> missing packet I am not able to find the entry in local

RE: Packet misses in Tomcat

2014-01-06 Thread Divyaprakash Y
> Issue: Few packets do not reach the application servlet but tomcat receives > them. The missing packets reach the HTTP layer and thereafter they disappear. > > This issue is not frequent but occasionally consistent. For the POSTs of > missing packet I am not able to find the entry in localhost_

Packet misses in Tomcat

2014-01-06 Thread Divyaprakash Y
Hi, I have been experiencing missing packets during my application testing using Tomcat Server. If someone can help me to identify what is happening, it will be of great value. Issue: Few packets do not reach the application servlet but tomcat receives them. The missing packets reach the HTTP

Re: how to setup HOME_PATH for Java and CATALINA_HOME

2010-11-18 Thread Salam Y. ELIAS
ple Java versions > 2. Install Tomcat from ASF into my home directory for development > 3. Install IDE of choice from that vendor. > > This makes getting help from the various mailing lists (Java, IDE, Tomcat) > much > easier. > > The only downside is that you will have to

RE: Tomact does not see log4j-6.0.26.jar while it is there

2010-11-18 Thread Salam Y. ELIAS
OK thanks On Thu, 2010-11-18 at 11:19 -0600, Caldarale, Charles R wrote: > > From: Salam Y. ELIAS [mailto:salamli...@free.fr] > > Subject: Re: Tomact does not see log4j-6.0.26.jar while it is there > > > It is the Apache Tomcat shipped with Fedora 13 > &g

Re: Tomact does not see log4j-6.0.26.jar while it is there

2010-11-18 Thread Salam Y. ELIAS
Chris, here is the output, I highlighted the log4j lines Thanks -rw-r--r-- 1 root root 15232 Oct 12 22:43 annotations-api-6.0.26.jar lrwxrwxrwx 1 root root26 Nov 16 19:41 annotations-api.jar -> annotations-api-6.0.26.jar -rw-r--r-- 1 root root 1182597 Oct 12 22:43 catalina-6.0.26.jar

Re: Tomact does not see log4j-6.0.26.jar while it is there

2010-11-18 Thread Salam Y. ELIAS
It is the Apache Tomcat shipped with Fedora 13 Salam On Thu, 2010-11-18 at 15:14 +, Mark Thomas wrote: > On 18/11/2010 14:24, Salam Y. ELIAS wrote: > > I managed to make Apache Tomcat work and created a dynamic web project. > > However, the inside the ide is flagged with a

Tomact does not see log4j-6.0.26.jar while it is there

2010-11-18 Thread Salam Y. ELIAS
I managed to make Apache Tomcat work and created a dynamic web project. However, the inside the ide is flagged with a red exclamation mark. Checked the problems pane, it seems it is related to log4j jar file, I found -- Description ResourcePathLocation

how to setup HOME_PATH for Java and CATALINA_HOME

2010-11-18 Thread Salam Y. ELIAS
I need to set up the environment variable JAVA_HOME and and CATALINA_HOME to start some web and Java EE, am little bit confused with conflicting information. When I run java -version ie get java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8.2) (fedora-43.1.8.2.fc13-x86_64) OpenJ

RE: Tomcat 5.5: Why can't I see the applications?

2008-06-18 Thread Y Shiva
And what applications do you expect to see. --- On Wed, 6/18/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: From: Caldarale, Charles R <[EMAIL PROTECTED]> Subject: RE: Tomcat 5.5: Why can't I see the applications? To: "Tomcat Users List" Date: Wednesday, June 18, 2008, 9:49 AM > From: André

Re: running servlet from java

2008-02-20 Thread david . y . z . wang
Hi, You can change your eclipse setting to invoke a web browser instead of the default internal one. start from eclipse menu. Window -> Preference -> Internet -> Web Browser Thanks & Regards David Goran Jambrović <[EMAIL PROTECTED]> 02/20/2008 08:15 PM Mail Size: 12872 Please respond to "Tomc

How can java do this

2007-09-27 Thread Y Shiva
import java.io.Serializable; public class Accomplice { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub Data d=new Data(); System.out.println(d.getS(4)); System.out.println(Data.count); System.out.println(d.getS(3)); System.

Tomcat startup error

2007-08-08 Thread R Y
I install tomcat 5.5 package on Ubuntu, it run server on port 8180 by default. I start Tomcat 5.5 by running /etc/init.d/tomcat script, it responses: * Starting Tomcat servlet engine tomcat5.5 [ OK ] but when check its running status, it is: * Tomcat servlet engine

Re: Serve a file instead of a page using Tomcat.

2006-04-13 Thread P Y
On 4/13/06, Rob Elliott <[EMAIL PROTECTED]> wrote: > Thanks for your response. > > I placed it under ROOT and I get the message HTTP Status 404 - > video/3gp/video.3gp. > > What's interesting is that if I enter http://localhost:8080/ I get the > admin page and then if I append video I see directory

Re: Serve a file instead of a page using Tomcat.

2006-04-13 Thread P Y
The default webapp is in ROOT/, so, create the directory ROOT/video to be reached through http://localhost:8080/video/ ... On 4/13/06, Rob Elliott <[EMAIL PROTECTED]> wrote: > I understand what you are saying... > > My appbase is the default "webapps" directory. Under webapps I created a > video\

Re: [OT] How to write/use Tomcat's war classloader

2006-04-12 Thread P Y
maybe you could give a bit more context to interpret "very slow" or "quickly". like what version of tc and jvm are you using ... etc On 4/12/06, V D <[EMAIL PROTECTED]> wrote: > > Anyone have an idea about this? > > V D wrote: > > > > We have a sizable war file (|unpacked|) that needs to be run i

Re: how setup landing page in tomcat

2006-04-10 Thread P Y
(not very TC specific) ... Use a "refresh" http://www.html-reference.com/META_httpequiv_refresh.htm On 4/10/06, Bryan <[EMAIL PROTECTED]> wrote: > > Hi > I am new to Tomcat 5 config. I have a webapp running on tomcat, and to > get to it you have to type http://this.com/dir1/dir2/dir3/file.html, a

Re: How to deal with spaces in Tomcat 5.5?

2006-03-20 Thread P Y
This would not conform to RFC2396 (see 3.3 and 3.4) : '+' is not a special character in path element. (Seems TC4.1 was buggy on this... ?) On 3/21/06, Lahiff, Lorinda <[EMAIL PROTECTED]> wrote: > Hi, > > I have a text file with spaces as part of the file name that needs to be > read by Apache Tom

Re: Logging isn't happening in my 5.5.15 install

2006-03-16 Thread P Y
check AccessLogValve directive in conf/server.xml On 3/16/06, James Reynolds <[EMAIL PROTECTED]> wrote: > > I just installed a fresh 5.5.15 and I'm not getting any logs in my > conf/logs directory. I did not use the installer to install this > version (as opposed to my last install that logs jus

Re: what is favicon.ico? what its significance?

2006-03-13 Thread P Y
(not really a tomcat question...) See http://www.chami.com/html-kit/services/favicon/help/ On 3/13/06, Pusukuri, Kishore_Kumar <[EMAIL PROTECTED]> wrote: > > > what is favicon.ico? what its significance? > > thanks, > kishore > > - > > --

Re: install admin ui

2006-03-09 Thread P Y
This one should help : http://forum.java.sun.com/thread.jspa?threadID=596489&messageID=3798801 On 3/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > hi all > > i just installed tomcat 5.5 that ships without admin ui - so i downloaded > that also. > > but: where and how to install?? i do not f

Q: log and output ?

2006-03-04 Thread P Y
Hi, I have 2 pages p0.jsp and p1.jsp ==> f0.jsp <== F0 ... <% System.out.println(" IN F0 "); // goes to catalina.out %> ==> f1.jsp <== F1 ... only the access to f0.jsp is logged in access_log, and only the f0 println is printed in catalina.out. Is this behaviour a bug or per design

Re: Tomcat 5.0 server encountering error while using jsp

2006-02-27 Thread P Y
The log seems pretty clear : >> root cause Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK << On 2/28/06, k satish <[EMAIL PROTECTED]> wrote: > > > getting the follg error after installing > tomcat5.0, j

Re: Forward to another URL

2006-02-27 Thread P Y
hi, You can define multiple in server.xml See http://tomcat.apache.org/tomcat-5.0-doc/config/host.html Best, On 2/27/06, Pauline CANTALOUP <[EMAIL PROTECTED]> wrote: > Hi, > > I have 2 wap sites in one application, and I have to make a homepage which > will forward users to one of them, dependin

Tomcat - blank page problem

2006-02-10 Thread Y
Webpages seem to be loading then usually blank page comes(totaly blank no error messages) on high traffic. This problem started in these days when my website traffic increased a lot.(200 users online at the same time) System configuration..:Windows 2003 server ,1 gb ram ,2.4 celeron Tomcat ver

Tomcat out of memory

2006-02-10 Thread Y
Hi all; I have a web site where 200 users online at average...These user overload started in these days... Webpages seem to be loading sometimes then blank page comes(totaly blank no error messages)...I havent set any memory pool option on Tomcat or havent installed native software support of