Upgrading Tomcat from 7.0.34 to 8.0.53

2020-11-19 Thread Nelligan, Steven M
I am in the process of upgrading our systems from Tomcat 7.0.34 to Tomcat 8.0.53 and Java 7 to Java 8 I'm not sure if this is a java 8 or a Tomcat 8 issue. We have several application which use EJBs. These are not working. I have no experience in EJB's and having problems trying to figure ou

RE: Tomcat is throwing an error Invalid byte tag in constant pool:19

2019-12-09 Thread Nelligan, Steven M
owing an error Invalid byte tag in constant pool:19 On 09/12/2019 00:57, Nelligan, Steven M wrote: > > I am trying to rebuild my applications and all of a sudden, I am getting the > following error: > > Our backend application (from third party has been updated) It is using Java &

Tomcat is throwing an error Invalid byte tag in constant pool:19

2019-12-08 Thread Nelligan, Steven M
I am trying to rebuild my applications and all of a sudden, I am getting the following error: Our backend application (from third party has been updated) It is using Java 11. My tomcat servers are running version 7.34 of tomcat and version 1.7.0_45. I have rebuilt and deploy a large number of

Re: Trust Cert File Location

2018-10-12 Thread Steven Feinstein
Thanks Chris > It's worth stopping here to note that > Tomcat's keystore and truststore > configuration only effect the connections > coming into Tomcat.over > whatever > is being configured with those stores. I thought that may be the case, but needed someone to confirm. I assumed I would h

Trust Cert File Location

2018-10-12 Thread Steven Feinstein
Hi, I am using Tomcat 8.0.32 running on Windows 2012 R2 as a Service. My application is running under https port 8443 Part of my application opens an HttpsURLConnection back to the same app A cert was created for each server and the keystore file updated with the information. On my dev server,

RE: Receive HTTP 413 Request Entity Too Large on Tomcat 8.5.24

2018-03-20 Thread Kerckhof, Steven
Many thanks Mark. Steven Kerckhof Senior Software Engineer OneContent Software Development O: +1.678.722.3738    M: +1.770.880.1037 steven.kerck...@allscripts.com | @allscripts Allscripts: Building open, connected communities of health

Receive HTTP 413 Request Entity Too Large on Tomcat 8.5.24

2018-03-20 Thread Kerckhof, Steven
fine. My question is this: Can someone tell me for certain whether or not my original Connector configuration (which resulted in the Tomcat creating a default ["https-openssl-nio2-443"] PotocolHandler) *should* work? If this *is* a supported configuration, I would prefer to use it over

RE: tomcat apr openssl logging

2013-04-30 Thread Adamus, Steven J.
Jeremy, I've been down the same road and never found any acceptable logging solution within the APR. Every APR/OpenSSL issue we've had over the last 3 years has been resolved using WireShark. Wireshark is indispensable. Steve -Original Message- From: users-return-241544-STEVEN.J.ADAMUS

RE: SSL Session Caching

2013-02-13 Thread Adamus, Steven J.
Nothing is going on. When the smartcard is removed, nothing goes across the wire, so how could Tomcat possibly invalidate the session? -Original Message- From: users-return-239719-STEVEN.J.ADAMUS=saic@tomcat.apache.org [mailto:users-return-239719-STEVEN.J.ADAMUS=saic@tomcat.apach

RE: tomcat question

2012-10-22 Thread Adamus, Steven J.
Maxie, You're probably referring to a DoD or similar security requirement. In the Web Server STIG, Rule ID SV-2236r8 says, "Installation of compilers on production web server is prohibited." The explanation provided is, "The presence of a compiler on a production server facilitates the malicious

RE: How to check whether a SSL certificate has been correctly installed

2012-10-08 Thread Adamus, Steven J.
Tom, Most if not all browsers let you view the certificate that was received from the web server. You won't receive one unless you have an https connection. If you can view it and verify it's the correct one, then it's been installed correctly and the connection is encrypted. Steve -Origin

RE: Installing CA cert on SSL enabled webserver

2012-09-26 Thread Adamus, Steven J.
Users List Subject: RE: Installing CA cert on SSL enabled webserver The browser says the cert is issued by the server itself and it should be "issued" by the 3rd party CA (in this case, GoDaddy), right? -Original Message- From: Adamus, Steven J. [mailto:steven.j.ada...@saic.c

RE: Installing CA cert on SSL enabled webserver

2012-09-26 Thread Adamus, Steven J.
Mike, Sounds like you installed it perfectly, otherwise no https connection to your web server would be possible. The problem with trust is on the client/browser side. You need to install the 3rd party Root CA cert on your client so your browser will trust your server's certificate. Regards, S

Re: Tomcat DBCP Connection pool issue

2012-06-25 Thread Steven Sinclair
在 2012-6-26,13:11,Kiran Badi 写道: > Hi All, > > While testing the pagination links ,I am getting below error, > > SEVERE: null > org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot get a connection, pool > error Timeout waiting for idle object >at > org.apache.tomcat.dbcp.dbcp.PoolingDa

Re: Datasources in Spring-JPA-Tomcat 6.0.29

2012-03-15 Thread Steven Xiong
Hi Konstandin, It is due to incomplete cleanup: a stale copy with same user causes the issue. Thanks a lot Steven From: Konstantin Kolinko To: Tomcat Users List Sent: Thursday, March 15, 2012 9:27:51 AM Subject: Re: Datasources in Spring-JPA-Tomcat 6.0.29

Re: Datasources in Spring-JPA-Tomcat 6.0.29

2012-03-15 Thread Steven Xiong
/15 Steven Xiong : > I have a Spring/JPA application running on Tomcat 6.0.29 accessing two > schemas of a single Oracle database. Each schema is configured as a seperate > datasource. If we config the datasources as spring beans of > "com.mchange.v2.c3p0.ComboPooledDataSour

Re: Datasources in Spring-JPA-Tomcat 6.0.29

2012-03-15 Thread Steven Xiong
Hi Stevo, I checked many times, the users are different in context.xml Thanks From: Stevo Slavić To: Tomcat Users List ; Steven Xiong Sent: Thursday, March 15, 2012 9:21:58 AM Subject: Re: Datasources in Spring-JPA-Tomcat 6.0.29 Hello Steven, Just a

Datasources in Spring-JPA-Tomcat 6.0.29

2012-03-15 Thread Steven Xiong
However if we use two JNDI datasources configured in META-INF/context.xml, the both autowired datasources point to only ONE same schema. Any thoughts? Thanks Steven

RE: SSL connect to APR fails - "bad version"

2011-11-08 Thread Adamus, Steven J.
Hi Kobe; I can see why it looks like the server is sending the message, but I think there's some reference that's being missed. The SSL debug should show Client messages and Server messages. One thing that's certain, the SSLv2 ClientHello is a client message sent by the client. This mess

RE: SSLSession invalidate

2011-09-06 Thread Adamus, Steven J.
Don't assume your SSL session or connection hasn't been invalidated just because you aren't asked to choose a certificate from your browser certs when you log in again. In our system (Tomcat 5.5.33), I know that our HTTP session and Single Sign-on session are invalidated upon logout, and we see

RE: My web application to use SSL (JSSE - RSA)

2011-06-10 Thread Adamus, Steven J.
We switched from JSSE to the APR and OpenSSL about 6 months. We converted all existing keys and certs to the format required by OpenSSL. It was not hard. Some people say it can't be done, but they're wrong. After 6 months with openSSL, I say it's easier to use than JSSE. We use not only server-s

Lack of shutdown port (port="-1") behavior does not appear to match documentation

2011-03-25 Thread Steven Schlansker
that shutdown.sh hangs for the "timeout" period and then sends a kill -9 to the tomcat. Not the most graceful shutdown! I would expect that the script would attempt to send a kill -TERM to tomcat if Bootstrap shutdown fails, but it does not appear to do that. Thoughts? Is this a k

Re: 7.02 on Windows XP: An instance of "Tomcat7" is already running

2010-08-31 Thread Steven Woody
On 1 September 2010 12:10, Mark Eggers wrote: > Sometimes when I boot into Windows/XP I don't get some icons in the system > tray. > I've not seen this happen with the Tomcat monitor, but I have seen this happen > with the Apache httpd monitor. What I do is bring up the process list, search > for

Re: 7.02 on Windows XP: An instance of "Tomcat7" is already running

2010-08-31 Thread Steven Woody
On 1 September 2010 01:52, Pid wrote: > On 31/08/2010 17:16, Steven Woody wrote: >> On 31 August 2010 23:48, Jonathan Rosenberg wrote: >>> Is something else listening on the port Tomcat wants to use (8080?)? >>> >> >> I think no.  I can open the http://lo

Re: 7.02 on Windows XP: An instance of "Tomcat7" is already running

2010-08-31 Thread Steven Woody
abby's Place > http://www.tabbysplace.org/ > > > > -----Original Message- > From: Steven Woody [mailto:narkewo...@gmail.com] > Sent: Tuesday, August 31, 2010 11:43 AM > To: users@tomcat.apache.org > Subject: 7.02 on Windows XP: An instance of "Tomcat7" is

7.02 on Windows XP: An instance of "Tomcat7" is already running

2010-08-31 Thread Steven Woody
Hi, I just installed tomcat 7.0.2 on Windows 7.0.2. But when I tried to launch the "Configure Tomcat" or "Monitor Tomcat", I always got the error message: "An Instance of 'Tomcat7' is already running". What's wrong with that? I tried to stop the tomcat service, but the error did not go away. T

Re: Fwd: username/password being logged in clear text

2009-04-23 Thread Steven Yates
Jithu, I would be inclined to confirm whether your deployment is utilising System.out, System.err or a logging api to print your incoming FORM request attributes? RGS SY Filip Hanik - Dev Lists wrote: Tomcat doesn't print any usernames passwords to any logfiles. So most likely, your applicati

RE: I WANT Tomcat to die when a given servlet fails to initialize

2008-08-22 Thread COHEN, STEVEN M (ATTSI)
m a servlet's init method, that servlet won't run. If you do app initialization in a ServletContextListener and throw an exception from the contextInitialized method, the webapp won't run. But in both these cases the Tomcat server keeps running. -- Len On Fri, Aug 22, 2008 at 15:08, C

RE: I WANT Tomcat to die when a given servlet fails to initialize

2008-08-22 Thread COHEN, STEVEN M (ATTSI)
.exit(0); > } > > ?? > > :-) > > > -lg > > > On Fri, Aug 22, 2008 at 3:42 PM, COHEN, STEVEN M (ATTSI) > <[EMAIL PROTECTED]> > wrote: > > This may seem like an odd request and I'm sure it is nonstandard, > > but it nonetheless som

RE: I WANT Tomcat to die when a given servlet fails to initialize

2008-08-22 Thread COHEN, STEVEN M (ATTSI)
initialize try { [...] } catch (Exception e) { System.exit(0); } ?? :-) -lg On Fri, Aug 22, 2008 at 3:42 PM, COHEN, STEVEN M (ATTSI) <[EMAIL PROTECTED]> wrote: > This may seem like an odd request and I'm sure it is nonstandard, but > it nonetheless something I'd like to b

I WANT Tomcat to die when a given servlet fails to initialize

2008-08-22 Thread COHEN, STEVEN M (ATTSI)
This may seem like an odd request and I'm sure it is nonstandard, but it nonetheless something I'd like to be able to do. We have an instance of Tomcat running. It runs one application. This application is NOT an application serving content over the www. It is basically a straight java applicat

Need to upgrade to Tomcat 5.5.26 in JBoss 4.0.5

2008-03-14 Thread Adamus, Steven J.
Greetings; We're using JBoss 4.0.5.GA, bundled with Tomcat 5.5.20. Security vulnerabilities were found in Tomcat 5.5 and Tomcat 6.0 and fixed in Tomcat 5.5.26 and 6.0.16, and users are advised to upgrade. The design of Tomcat folders/files in JBoss 4.0.5.GA doesn't match the full (or embedd

Re: Sporadic Errors in catalina log

2008-02-15 Thread Steven
st. Thank you guys for all your help so far. I'm going to keep digging and I'll let you guys know if I find anything. On Thu, Feb 14, 2008 at 2:13 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Caldarale, Charles R wrote: > >> From: Steven [mailto:[EMAIL PROTECTED

Re: Sporadic Errors in catalina log

2008-02-14 Thread Steven
g the > request is bogus. > -- > Len > > > On Feb 13, 2008 6:15 PM, Steven <[EMAIL PROTECTED]> wrote: > > Hi Chuck, > > > > Ok so I got wireshark all setup and was able to capture the request that > are > > generating empty reponses. But looking a

Re: Sporadic Errors in catalina log

2008-02-13 Thread Steven
not clear on what you mean when you say that. Is hte URI that is used to send the request to my tomcat instance cleared out somehow? The strange thing is sometimes the error occurs and sometiems it doesn't. I really do appreciate your help on this! Thanks! Steven On Feb 12, 2008 2:

Re: Sporadic Errors in catalina log

2008-02-12 Thread Steven
When you say empty URI, you mean after the root address? because its getting to my tomcat server so it must at least have that. On Feb 12, 2008 2:17 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Steven [mailto:[EMAIL PROTECTED] > > Subject: Re: Sporadic Erro

Re: Sporadic Errors in catalina log

2008-02-12 Thread Steven
PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Steven [mailto:[EMAIL PROTECTED] > > Subject: Sporadic Errors in catalina log > > > > When I restart tomcat, I get a large number of these errors > > in my catalina output log: > > Are you sur

Re: Sporadic Errors in catalina log

2008-02-12 Thread Steven
Sorry for the incomplete information. jdk 1.5.0 tomcat v5.5.25 -Steven On Feb 12, 2008 1:03 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Steven [mailto:[EMAIL PROTECTED] > > Subject: Sporadic Errors in catalina log > > > > When I restart tomcat,

Sporadic Errors in catalina log

2008-02-12 Thread Steven
, but not when i hit it directly with a web browser. Has anyone else seen this issue before?Any help would be greatly appreciated! -Steven

Re: servlet-api.jar jsp path is empty

2007-11-26 Thread Steven Crosley
Doesn't look like I have the jsp-api.jar anywhere else. Could there be another reason why it can't find the class? Thanks, Steven On Nov 26, 2007, at 1:05 PM, Caldarale, Charles R wrote: From: Steven Crosley [mailto:[EMAIL PROTECTED] Subject: Re: servlet-api.jar jsp path is emp

Re: servlet-api.jar jsp path is empty

2007-11-26 Thread Steven Crosley
Ah, ok. It is in the jsp-api.jar. Unfortunately, that makes it harder for me to determine why the error is occurring. Thanks, Steven On Nov 26, 2007, at 12:37 PM, Martin Gainty wrote: jsp-api.jar comes with TC6 binary distro and is located in $CATALINA_HOME/lib do you not have it? M

servlet-api.jar jsp path is empty

2007-11-26 Thread Steven Crosley
as by design, but can someone tell me what jar would contain the tagext classes? Are custom JSTL tags deprecated since Java 5? Thanks, Steven - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [

log4j error

2007-11-16 Thread Steven Crosley
E log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout log4j.appender.CONSOLE.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c{1}:%L] %m%n Thanks, Steven - To start a new top

Re: Clustering Tomcat with multiple machines

2007-11-08 Thread Steven Crosley
Thanks Clifford, So if I'm setting up 3 servers, each tomcat instance needs to have this element twice? Is the mcastAddr, the IP for the other machines? Thanks, Steven On Nov 8, 2007, at 11:04 AM, Clifford Bryant wrote: Here are some links that I used to cluster 2 machines.

Clustering Tomcat with multiple machines

2007-11-08 Thread Steven Crosley
omcat on 3 machines instead of 3 instances on 1 machine? Thanks, Steven - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problems Exporting Private Key from Tomcat's JKS keystore for use in MS ISA Server

2007-07-03 Thread Steven Hirschorn
the format required. The formats which MS will accept for import are listed on this page: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sag_cmimportexport.mspx?mfr=true Any help appreciated! Steven

Deploying single .war file for use by multiple contexts - how do i override web.xml

2007-06-24 Thread Steven Probetts
Hi all,The problem is we have 4 different sub companies which we want to deploy a particular web app for.What we want to do is stick a single .war file onto the server which all companies point to,and set up different context.xml files for each (since they have different context data).The problem i

RE: User-password from the HttpServletRequest

2007-05-02 Thread Steven Rock
I use form based authentication backed by a Database Realm. After the user logs in I can get the user info on top of every JSP page with this code snippet. <% Principal principle = (Principal)request.getUserPrincipal(); User loggedInUser = JSPUtils.loadUser(session, principle.getName()); // fet

RE: Log files always locked

2007-05-02 Thread Steven Rock
I use tomcat and jboss on windows. I have installed cygwin Unix shell for windows and put all the commands in my PATH env variable. Then I can run: tail -f log.out This continuously shows me the log file as it gets updated. -Steve -Original Message- From: Fargusson.Alan [mailto:[EMAIL

Form based authentication giving 400 error - strange behavior

2007-05-02 Thread Steven Rock
Sorry for the long explanation but this is a tricky problem that has me stumped. I hope someone else has experienced this. We are having a strange problem with FORM based authentication that we can't figure out. It seems to be an issue with the tomcat org.apache.catalina.authenticator.FormA

Re: Re: A newbie question

2007-03-25 Thread Steven
10.100) What else can be the problem? Steven --- Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > Most likely your router is blocking port 8080, or not forwarding it. > to change tomcat to run on port 80 > > TOMCAT_HOME/conf/server.xml, just search for 8080 > > Fil

Re: Upgrade from 2000 to 2003

2006-09-19 Thread Steven Bell
the URIMap file. I wouldn't change this. I hope this helps out. If you have any questions, or would like to see some sample configs, please let me know I would be happy to share the information with you. Steven. Charles Morris wrote: *** Your mail has bee

Re: do I need Apache httpd?

2006-08-19 Thread Steven Bell
The answer mainly depends on your plans for the future. If the machine currently serving up your web app is not going to do anything else web related (requiring a web server such as Apache) then you are probably ok with shutting down Apache and changing Tomcat over to port 80. However, if you

Re: Tomcat windows service terminated expectedly

2006-06-11 Thread Steven Elliott
c:C:\tomcatgc_log.txt to work though. I hope this helps you out. There are a number of problems with Tomcat at least on Windows. have fun! Steven

RE:Blank Page after tomcat install

2006-04-28 Thread Steven Peacock
of Tomcat, opened a browser and typed in the 4 urls above. Thanks, Steven Peacock catalina.date.log (same as catalina.out) Apr 28, 2006 8:50:14 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native library which allows optimal performance in

Blank page after tomcat install

2006-04-27 Thread Steven Peacock
/j2sdk1.5-sun/ java -version yields java version "1.5.0_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05) Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing) I am running on Linux Thanks, Stev

Relative Link Question

2006-04-14 Thread Steven Huey
Hello, I've got a setup with Apache 2.2, Mod_Jk 1.2.15, and Tomcat 5.5.16 and things are working pretty well except for relative links in my webapp. When accessing my webapp at http://myserver.com/mywebapp/index.jsp any relative links within subdirectories of the mywebapp directory don'

RE: How to setup Tomcat as a service on W2K3 with special arguments

2006-04-04 Thread Stuart, Steven G (SStuart) [Contractor]
0\bin\catalina.bat" start -config "E:\Apache\Tomcat 5.0\dsis_webapps\dsis_server.xml" The First line I have in, it is the second line, mainly pointing to a different xml file then normal. Thanks, Steven Stuart -Original Message- From: Tim Lucia [mailto:[EMAIL PROTECTED] Sent: Mond

How to setup Tomcat as a service on W2K3 with special arguments

2006-04-03 Thread Stuart, Steven G (SStuart) [Contractor]
ace this second line in. I am pretty sure it would go into the Startup Tab of Configure Tomcat and most likely in the arguments section.However everything I have put in there does not allow the tomcat service to start. Please let me know what and how I should add this in. Thanks, Steven Stuart

Remove Excess whitespace from jsp

2006-02-21 Thread Steven Pannell
Hi, Is there a way to configure tomcat to remove the excess whitespace that is left over when tomcat parses the jsp tags. There is lots of blank lines left over in my html were the jsp tags use to be and I want to remove them. sometimes I get stuff like (this is just an example): hello

Re: How do I log to file jasper compile error messages?

2006-01-10 Thread Steven Peterson
I am migrating from version 4.1 to 5.5 and am wrestling with the logging. How do I get compile errors from jasper to go to a log file instead of the console? I have set swallowOutput to true in the context config, and added the below entries to the {catalina_home}/conf/logging.properties fil

IIS Tomcat integration question.

2005-12-15 Thread Steven Bell
Silly question I guess, but... How do I map the ROOT and Manager pages in the urimapworker.properties files? I added /ROOT/*=worker But that didn't work. Thanks! This email message and any files transmitted with it contain information which is confidential and intended only for the addressee(s).

Load class from different web app

2005-11-03 Thread Steven Nakhla
I'm writing a web application (a portal app, to be specific) that needs to be able to load a class (using Class.forName(...)) that was deployed in a different web application from the one I am developing. I've deployed the target web app containing the class I want to load, but whenever I call Clas

problems connecing apache to tomcat

2005-11-03 Thread Steven Pannell
Hi, I'm running apache 2.0.54 under windows XP with tomcat 5.5.7 and keep getting this error: trying to connect socket 772 to 127.0.0.1:8009 connect to 127.0.0.1:8009 failed with errno=61 Failed opening socket to (127.0.0.1:8009) with (errno=61) Error connecting to the Tomcat process. I can co