Yet another odd file in /tmp created by tomcat7

2016-06-10 Thread Scott Derrick
Tomcat7 CentOS 6 I see the file ehcache-sizeof-agent2473717668134475820.jar in /tmp It is created when I run one of my applications for the first time. The number part of the file name changes every time I restart the application. I have seen an exception like this a few times that is

Re: Re: Tomcat application folder created in /tmp?

2016-06-10 Thread Scott Derrick
Original Message Subject: Re: Tomcat application folder created in /tmp? From: Anthony Biacco <abia...@handll.com> To: Tomcat Users List <users@tomcat.apache.org> Date: Wed, 8 Jun 2016 14:21:39 -0600 On Wed, Jun 8, 2016 at 1:51 PM, Scott Derrick <sc...@tnst

Tomcat application folder created in /tmp?

2016-06-08 Thread Scott Derrick
Tomcat7 Java 1.8.0_51 Running on CentOS 6(Linux) When I deploy one of my apps using the tomcat manager app, it unpaks the .war file into ../webapp/appName and /tmp/0-appName The files look identical in both folders except the files in the webapp/appName folder have the timestamp of when I

Controlling permissions when creating directories

2013-07-29 Thread Scott Derrick
I am using tomcat7, on centOS6 The app crates a folder, uploads a file to the folder, processes the file and then provides a download link to the resulting file. All this works fine on a tomcat7 server running on my desktop machine. Running tomcat7 on the server, its broke. I create the

Configuring Tomcat to run as a service

2009-07-01 Thread Rosborough, Derrick D.
I need help configuring Tomcat to run as a service in Windows 2003. Terracon provides geotechnical, environmental, construction materials, and facilities consulting engineering services delivered with reliability, responsiveness, convenience, and innovation.

RE: Configuring Tomcat to run as a service

2009-07-01 Thread Rosborough, Derrick D.
as a service From: Rosborough, Derrick D. [mailto:ddrosboro...@terracon.com] Subject: Configuring Tomcat to run as a service I need help configuring Tomcat to run as a service in Windows 2003. Do you have specific questions? If not, what kind of answer do you expect? - Chuck

RE: Configuring Tomcat to run as a service

2009-07-01 Thread Rosborough, Derrick D.
to figure it out. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, July 01, 2009 5:10 PM To: Tomcat Users List Subject: RE: Configuring Tomcat to run as a service From: Rosborough, Derrick D. [mailto:ddrosboro...@terracon.com] Subject: RE

tcnative-1.dll on windows environment questions

2009-06-09 Thread Derrick Koes
://www.openssl.org (see related/binaries). Why would I be concerned security-wise, to use separate dll files? Can I get the separate, compatible binaries for libtcnative and APR? Thanks, Derrick

windows Tomcat 5.5.27 tcnative-1.dll APR poller question

2009-06-09 Thread Derrick Koes
. tcnative-1.dll isn't loaded) isn't handling the sockets. Is this true? Does anyone have some experience they can share? Thanks, Derrick

RE: Tomcat and JSTL 1.2

2007-01-09 Thread Derrick Koes
%@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core; % c:redirect url=/show.html/ Perhaps a missing quote in the url attribute? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ben short Sent: Tuesday, January 09, 2007 12:08 PM To: Tomcat Users List

RE: Tomcat and JSTL 1.2

2007-01-09 Thread Derrick Koes
The .tld file itself should tell you the URL you need in the directive to access the file. The .tld file doesn't need to be in web-inf/lib. These can be accessed from the jar, at least that was true with JSTL 1.1. I would check the .tld, perhaps the uri element value changed. Example: .tld

Tomcat 5.5.20: java.lang.ClassNotFoundException: org.apache.naming.factory.MailSessionFactory

2006-12-13 Thread Derrick Koes
The naming-factory.jar in common/lib is missing the MailSessionFactory class file in Tomcat 5.5.20. Will there soon be another release of 5.5 correcting this problem? For now, the easy fix is to get the naming-factory.jar from build 5.5.17 (at least that's what I did). Derrick

Tomcat 5.5 service.bat

2006-11-06 Thread Derrick Koes
in tomcat 5.0 are missing from the bin directory. Does this have something to do with the procrun 1.0 notice at the top of this doc page? Thanks, Derrick

RE: Tomcat 5.5 service.bat

2006-11-06 Thread Derrick Koes
Where? The windows install does not put them in the bin directory? The only files in the bin dir are: Bootstrap.jar Commons-logging-api.jar Tcnative-1.dll Tomcat5.exe Tomcat5w.exe Tomcat-juli.jar Thanks, Derrick -Original Message- From: Stephan Schöffel [mailto:[EMAIL PROTECTED

RE: cannot load jdbc driver??

2006-09-19 Thread Derrick Koes
These jars must be accessible by tomcat to create the pool. They should be in common/lib. -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 11:38 AM To: 'Tomcat Users List' Subject: cannot load jdbc driver?? Great - not only is the

RE: cannot load jdbc driver??

2006-09-19 Thread Derrick Koes
They will be accessible by your war file code. You do not need the jar in both places. Only common/lib -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 12:03 PM To: 'Tomcat Users List' Subject: RE: cannot load jdbc driver?? did you not

RE: Database connection pooling in Tomcat 5.5

2006-09-18 Thread Derrick Koes
You are likely connecting to the wrong catalog. Is the pool parameter defaultCatalog set? -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 2:00 PM To: 'Tomcat Users List' Subject: RE: Database connection pooling in Tomcat 5.5 I've

RE: URIEncoding and POSTS

2006-09-12 Thread Derrick Koes
Use a servlet filter, like: public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException { logger.debug(set request character encoding to + encoding);

RE: Question about the compress setting MIME-Version: 1.0

2006-09-09 Thread Derrick Koes
Sounds like a bandwidth/throughput problem if you are concerned with the connector compression attribute. You may want to try some performance tuning with the throughput garbage collector. Assuming your problem is an OutOfMemory Error and at least Java 1.4.1, try the following VM settings

RE: Change location of work directory?

2006-04-21 Thread Derrick Koes
Yes, set the workDir attribute on the context element. -Original Message- From: Trevor Miller [mailto:[EMAIL PROTECTED] Sent: Friday, April 21, 2006 9:21 AM To: users@tomcat.apache.org Subject: Change location of work directory? Hi All, I've started working with the Tomcat embbed

RE: Logging?

2006-04-21 Thread Derrick Koes
Try the RequestDumperValve. -Original Message- From: David Rush [mailto:[EMAIL PROTECTED] Sent: Friday, April 21, 2006 5:00 PM To: Tomcat Users List Subject: Logging? Should Tomcat be logging the HTTP requests that it gets? I'm debugging 5.5.16 on Windows. I've installed

RE: Trouble building JK Connector for Win32 from source

2006-04-20 Thread Derrick Koes
Moving the Directories up works great! Thanks again Mladen. -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 2:08 AM To: Tomcat Users List Subject: Re: Trouble building JK Connector for Win32 from source Derrick Koes wrote: Ah yes, I seem

Trouble building JK Connector for Win32 from source

2006-04-19 Thread Derrick Koes
\jk\native\isapi \jk_isap i_plugin.c(490) : error C2065: 'SW_SHOWMAXIMIZED' : undeclared identifier trying to build the source archive located here http://tomcat.apache.org/download-connectors.cgi. Derrick

RE: Trouble building JK Connector for Win32 from source

2006-04-19 Thread Derrick Koes
Ah yes, I seem to remember getting fooled by this in some doc before. However, running the build from the iis directory produces 8 errors. Any ideas on how to fix? Thanks, Derrick jk_isapi_plugin.c D:\JKConnectorBuild\jakarta-tomcat-connectors-1.2.15-src\jk\native\iis\j k_isapi_ plugin.c(673

RE: Where to download mod_jk?

2006-04-13 Thread Derrick Koes
http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/ -Original Message- From: Jana Nguyen [mailto:[EMAIL PROTECTED] Sent: Thursday, April 13, 2006 4:11 PM To: users@tomcat.apache.org Subject: Where to download mod_jk? Hi there, I want to download the mod_jk for linux or

RE: Character Encoding : Unix vs Windows

2006-04-03 Thread Derrick Koes
java.net.URLEncoder.encode -Original Message- From: Nigel Blake [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 5:43 PM To: users@tomcat.apache.org Subject: Character Encoding : Unix vs Windows Problem : Creating a URL type with parameters that have a space between them causes

no listener method called when session restored from serialization

2006-03-27 Thread Derrick Koes
to the session for what is sort of like a new or activate event (i.e. session restore from serialization)? Thanks, Derrick /** * Read a serialized version of this session object from the specified * object input stream. * p * bIMPLEMENTATION NOTE/b: The reference to the owning

Re: Tomcat5 and LDAP authentication

2006-01-20 Thread Derrick
software, but something someone in the department put together. Derrick On 1/9/06, Pulkit Singhal [EMAIL PROTECTED] wrote: Hello, However, if we enter in a correct username/password combination, it binds correctly, however it just hangs there as if it were awaiting response. The LDAP logs

Re: Tomcat5 and LDAP authentication

2006-01-09 Thread Derrick
Nobody? On 1/6/06, Derrick Woo [EMAIL PROTECTED] wrote: I'm having a bit of a tough time getting Tomcat5 to authenticate correctly to our LDAP server. It connects using the service account, and then attempts to bind using the username and password entered at the login page to confirm

Tomcat5 and LDAP authentication

2006-01-06 Thread Derrick Woo
I'm having a bit of a tough time getting Tomcat5 to authenticate correctly to our LDAP server. It connects using the service account, and then attempts to bind using the username and password entered at the login page to confirm if it is valid. As it is set up right now, if an invalid