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 associat
Original Message
Subject: Re: Tomcat application folder created in /tmp?
From: Anthony Biacco
To: Tomcat Users List
Date: Wed, 8 Jun 2016 14:21:39 -0600
On Wed, Jun 8, 2016 at 1:51 PM, Scott Derrick wrote:
Tomcat7
Java 1.8.0_51
Running on CentOS 6(Linux)
When I deploy
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 c
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 folder
I'll keep trying 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...
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?
-
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.
-
fig'd, i.e. tcnative-1.dll isn't loaded) isn't
handling the sockets. Is this true? Does anyone have some experience
they can share?
Thanks,
Derrick
bsite <http://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
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 sni
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %>
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
Subject: Tomcat and
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
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
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
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
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 connec
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 made
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);
request.setCharacterEn
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
-Xmn=1
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 commons-loggi
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 se
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
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
-1.2.15-src\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
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 uni
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 an
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.
*
* IMPLEMENTATION NOTE: The ref
istributed 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
> > han
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
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 username/pa
30 matches
Mail list logo