articles?
Thank you
Joseph X.
-Original Message-
From: Rainer Jung
Sent: Thursday, October 17, 2024 1:54 PM
To: Tomcat Users List
Subject: Re: Supportability of Tomcat 9.0.90 and above with JDK 8
Caution: This email originated from outside of the organization. Review for
Phishing!
Am
you
Joseph X.
you
Joseph X.
SNIP
> >>
> >> I think the answer is 'no', but I'll ask anyway Is there a global-level
> ErrorReportValve capability? Or some facility to easily remove the version
> information from an 'invalid URL' error report? (I'm aware of modifying the
> ServerInfo.properties file, but that affects more
As I understand it, an ErrorReportValve is an application-level filter. An
HTTP request error (like an unknown URL) that reaches it will be processed.
With the ErrorReportValve I can modify the information presented in the report.
However, an *invalid* URL is not assignable to any application
> Joseph,
>
> On 7/25/19 11:53, Joseph Dornisch wrote:
> > Hello,
> >
> > I have a CRL configured in my tomcat server configuration. If I
> > update it and want to have Tomcat refresh it, I can login into
> > https://127.0.0.1/manager/html and click the &q
Hello,
I have a CRL configured in my tomcat server configuration. If I update it
and want to have Tomcat refresh it, I can login into
https://127.0.0.1/manager/html and click the "Re-read" button under
"Configuration->Re-read TLS configuration files" and this causes my CRL to
be reread. It works g
Does this group have any recommendations for merging multiple external CRLs
into one CRL for use with Tomcat, or just making Tomcat aware of multiple
CRLs?
It appears that it is possible to have tomcat refresh it's CRL specified in
the Connector from reading:
https://bz.apache.org/bugzilla/show_bug.cgi?id=60762
The bug/feature request seems to have been fixed/implemented, but I haven't
found any documentation about how to tell Tomcat when to update t
Hi Team,
Our application is deployed in google cloud and the back end instances are
tomcat servers. Now our load balancer is returning 502 errors with status
details “backend-timeout” for some requests and it is impacting our
production in a huge way. The instances are healthy when the error occ
ing-spring-boot-applications
>
> Hope it helps,
>
> Luis
>
> 2018-08-03 7:06 GMT+02:00 noel joseph :
>
> > Hey Chris,
> >
> > This is my code...
> >
> > package com.TomCat.EmbTC;
> >
> > import java.io.File;
> > import javax.ser
Hey Chris,
This is my code...
package com.TomCat.EmbTC;
import java.io.File;
import javax.servlet.ServletException;
import org.apache.catalina.LifecycleException;
import org.apache.catalina.startup.Tomcat;
public class App {
public static void main(String[] args) throws LifecycleException,
Int
Hey Chris,
I am having a little difficulty in logging. As mentioned before I am new
to tomcat and don't exactly know how to enable logging.
Could you please instruct me on how to do so.
Thanks,
Noel
On Tue, Jul 31, 2018 at 7:49 PM, noel joseph wrote:
> Thank you so much Cris I will
gt;
> On 7/31/18 2:54 AM, noel joseph wrote:
> > Hi, I am rather new to tomcat, I've been trying to embed tomcat in
> > a java application. I further want to convert this into a java web
> > start file so that on deploying it I can have a separate tomcat
> >
Hi, I am rather new to tomcat, I've been trying to embed tomcat in a java
application.
I further want to convert this into a java web start file so that on
deploying it I can have a separate tomcat server for my application.
The error I am facing is...
org.apache.catalina.LifecycleException: A c
On 18 April 2018 15:14:09 BST, Joseph Mokos wrote:
>Mark
>
>I have the changes in a git branch I forked off of the trunk. Is there
>some way I can push that branch up to you?
PRs against github.com/apache/tomcat work too.
We have to manually apply them to svn (until we migrate to g
Mark
See bug 62312.
Joe
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Wednesday, April 18, 2018 10:11 AM
To: Tomcat Users List
Subject: Re: Proxy authentication support for the Tomcat Websocket Client
On 18/04/18 14:59, Joseph Mokos wrote:
> Mark
>
>
support for the Tomcat Websocket Client
On 18/04/18 14:59, Joseph Mokos wrote:
> Mark
>
> Thank you for confirming.
>
> Proxy authentication is a requirement for the project I am working on so I
> went and added it. You are welcome to the code if you want it. I pass the
>
Proxy authentication support for the Tomcat Websocket Client
On 13/04/18 17:44, Joseph Mokos wrote:
> I'm writing a websocket client using the Tomcat JSR356 compliant websocket
> library. My client must connect through a proxy that requires
> authentication. I've successful
I'm writing a websocket client using the Tomcat JSR356 compliant websocket
library. My client must connect through a proxy that requires authentication.
I've successfully connected through the proxy without authentication using the
JDK ProxySelector. But I can't figure out how to configure p
From: Mark Eggers [mailto:its_toas...@yahoo.com.INVALID]
Sent: Thursday, October 29, 2015 7:38 PM
To: Tomcat Users List
Subject: Re: X-FRame-Option
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joseph,
As per list conventions, I'm posting at the bottom. I'll copy over the relevant
parts
...@gmail.com]
Sent: Thursday, October 29, 2015 3:43 PM
To: Tomcat Users List
Subject: Re: X-FRame-Option
2015-10-29 22:35 GMT+03:00 Walsh, Joseph :
> good afternoon all...
>
> I have been recently been "relocated" within our IT dept and now
> tasked with supporting Apache
good afternoon all...
I have been recently been "relocated" within our IT dept and now tasked with
supporting Apache Tomcat on windows... Our cyber dept scanner has identified
my app as vulnerable to clickjacking ...
Anyone have any luck adding the X-Frame-Option in a windows environment?
I hav
Hi Sanaullah,
When I run the command, it creates the keystore successfulle. I saw all the
steps that u mentioned and I am not able to find the created keystore file. I
am not getting the location of the file created. That is my problem.
Joby J. Joseph
-Original Message-
From
I got the error as Keystore file
does not exist.
Joby J. Joseph
Systems Engineer - Application Support
-Original Message-
From: Sanaullah [mailto:sanaulla...@gmail.com]
Sent: 12/07/2015 12:37 PM
To: Tomcat Users List
Subject: Re: Setting SSL in Tomcat 7.0
Hi Joby,
Whe
shows an error.
keytool -list -keystore .keystore
and it gives..
keytool error: java.lang.Exception: Keystore file does not exist: .keystore
Any suggestion this error.
Where is the keystore file located.
Thanks in advance...
Joby J. Joseph
Systems Engineer - Application Support
I would probably use jdk with mission control to record and analyze the hot
class in your conf.this often works and gives me idea where to tune
Regards
> 在 2014年5月11日,19:34,Akash Jain 写道:
>
> Hi,
>
> i recently tried to migrate from tomcat 7.0.53 to 8.0.5
>
> I did some StopWatch ( Spring c
Hello
I have a strange architecural problem , I am running the following versions:
Processor and arch version
[root@evl3301581 java]# file /sbin/init
/sbin/init: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for
GNU/Linux 2.6.9, dynamically linked (uses shared libs), stripped
Tomca
Or you could just use a simple socketappender from log4j and let all instances
write to configured host port
在 2012-9-25,0:29,André Warnier 写道:
> John Rellis wrote:
>> On Mon, Sep 24, 2012 at 10:57 AM, André Warnier wrote:
>>> John Rellis wrote:
>>>
On Mon, Sep 24, 2012 at 10:12 AM, Alex
Try jmap , jps,they will tell you about the usage of memory if you have doubt
and monitor network data transfered
在 2012-9-6,13:59,kharp...@oreillyauto.com 写道:
> Alright, I did some more testing with another application and found the
> following:
>
> SessTime (sec
> 100.101
> 1250.1
do you think that maxwait should be tuned? and you can also monitor live
session in oracle by query db,what does it tell you (both before 20s and
after 20s)? and by using oracle 11g driver(use ojdbcXX_g.jar with log
enabled), you can turn on logging for driver and have a look when does the
request
probably a log level FINE or DEBUG might help if the app had any,and you
might be able to turn on debug level log with your JDBC driver,so that you
could capture SQLs.after all this ,you got lots of info with
timestamps,those might help you find the problem.
it might have a SQL performance problem
Make script to print sys pros before final call to java exe,compare printed
info with previous working one,probably issue with java lib path,class path
etc., which makes classloader not able to load ,just a guess,hope it helps
在 2012-8-28,15:18,irfan pasha 写道:
> Hi,
>
> I have recently instal
Have u tried to use regex to filter URL ,use concurrent hash map and atomic int
to count?
在 2012-8-27,13:30,"rathinasamy@snovabits.net"
写道:
> Hi everyone,
>
> Please give me some ideas to achieve maxtry concept.
>
> I want to destroy the url path after some amount of access.
>
> For eg.
nd make sure the init target
> is executed e.g.
> ant init
>
> Martin Gainty
> __
> "I know a little about Orson's childhood and seriously doubt if he
> ever was a child..." - Joseph Cotton
>
3. That's Joseph Cotten
&
ot no answers on the NetBeans list?
Nor the Ant list?
On Tue, 2012-07-24 at 15:11 -0400, Cotton, Joseph B wrote:
> This question concerns a Project that used to work nicely. Now it
> will not build.
> I am using NetBeans IDE 7.1.1 with Apache Tomcat 7.0.22 I left this
> project alone
This question concerns a Project that used to work nicely. Now it will
not build.
I am using NetBeans IDE 7.1.1 with Apache Tomcat 7.0.22
I left this project alone for a few months.
Now when I come back and try to build or run, it errors with this
message:
Copying 1 file to D:\Documents and S
Try jdk build in block queue in concurrent pkg
在 2012-6-30,7:57,Brian Braun 写道:
> Hi,
>
> First of all, I'm using Ubuntu 11.1 + Tomcat 7.0.22.
>
> I created a RESTfull service. My clients are sending me HTTP requests, and
> I return them responses. Usually, a client makes at the most 1-2 reque
A link to the Tomcat documentation:
http://tomcat.apache.org/tomcat-7.0-doc/appdev/deployment.html#Shared_Li
brary_Files
-Terence Bandoian
Thanks, Terence. Now I have a related question...
This is perhaps more a Java question than a Tomcat question. I have
copied a jar file into the shared lib
I found a really good explanation for what I want to do in "Java Servlet
Programming", Jason Hunter et al, chapter 11 "Servlet Collaboration".
Thanks to all.
Joe
-Original Message-
From: Cotton, Joseph B [mailto:bcot...@dpscs.state.md.us]
Sent: Tuesday, June 26, 201
26, 2012 12:16 PM
To: Tomcat Users List
Subject: Re: Wish to use an independent class module in Tomcat
2012/6/26 Cotton, Joseph B :
> My question may be covered by the Tomcat documentation and I am just
> confused by all the new terminology. I have spent hours in reading
> and still I am
I looked at the Realm documentation for a few minutes, but it appears to
be intended for User ID and Password verification.
-Original Message-
From: Martin Gainty [mailto:mgai...@hotmail.com]
Sent: Tuesday, June 26, 2012 11:28 AM
To: Tomcat Users List
Subject: RE: Wish to use an indep
My question may be covered by the Tomcat documentation and I am just
confused by all the new terminology. I have spent hours in reading and
still I am looking to an answer.
We wish to have a class running on Tomcat that contains system wide info
and multiple database connections into DB2 on the
This was a false alarm. My apologies.
Paul
On 1/12/2012 8:24 AM, Pid wrote:
On 11/01/2012 21:50, Paul Joseph wrote:
Hi there,
I am running the Cocoon (2.11) servlet in Tomcat 7.0.23 (64 bit version)
on Windows 2008 R2 (and also in 32 bit on Redhat linux). I am using the
Java 1.6 JRE.
I
Hi there,
I am running the Cocoon (2.11) servlet in Tomcat 7.0.23 (64 bit version)
on Windows 2008 R2 (and also in 32 bit on Redhat linux). I am using the
Java 1.6 JRE.
I have my session timeout set in web.xml to 60 minutes.
However I find that with about 44 minutes of inactivity that my se
Currently, Fedora 16 does not support starting/stopping tomcat with
jsvc. systemd starts tomcat directly using an unprivileged account.
This means the only options supported out-of-the-box are: 1) using
something like apache mod_proxy as a front-end, or 2) using an iptables
entry to forward port
like this ?
var wshshell=new ActiveXObject("wscript.shell");
var username=wshshell.ExpandEnvironmentStrings("%username%");
2011/7/27 Vibhor Kumar Agarwal
>
> Hello Folks,
>
> Looking for an option to find the user name opening the web server portal.
> Don't want to authenticate via LDAP, NIS,
I think that what Anne want is the hot swap of classes ,replace loaded
classes with new version in hotfix jars.That might break the security of
java,I reckon. am I right ?
2011/7/27 Pid
> On 27/07/2011 06:19, Anne, Radhakrishna (NSN - IN/Bangalore) wrote:
> > Hello,
> >
> > Can I use virtualWebA
LOL
check it out,Sri Lalitha
http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
2011/7/27 André Warnier
> Sri Lalitha wrote:
>
>> Kindly provide the configurations in detail to have high availability of
>> tomcat servers.
>>
>
> Sure. How much are you paying ?
>
>
>
Alexis,
We do this exact same thing all the time. I solve the concurrency on
the image problem by adding a small session hash value to the image
name. It does mean we may get 10 of the same images if 10 concurrent
access are happening, but it also allows us clean things up without
worry of destr
We're Apache->Tomcat->MySQL all in separate Cent-OS VM's with no
problems. It wouldn't be Tomcat anyway, right? One might say that
something is up with the drivers used by the connection pool, but,
that's still not Tomcat, and to be accurate, the driver used by Tomcat
or an app inside Tomcat does
: Re: Tomcat 7 Startup Problems
2011/4/11 Joseph Morgan :
> Yep.. the entirety of the Java parameters was blank
>
I understand that as the service was not actually installed, i.e.
nothing was written into the registry.
You would better to uninstall it and then reinstall (and now be s
daemon procrun stdout initialized
Commons daemon procrun stderr initialized
And... I don't see logs anywhere...
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Monday, April 11, 2011 8:40 AM
To: Tomcat Users List
Subject: Re: Tomcat 7 Startup Problems
Josep
onday, April 11, 2011 7:40 AM
To: Tomcat Users List
Subject: Re: Tomcat 7 Startup Problems
Joseph Morgan wrote:
> We have a newly installed Tomcat 7 64bit in Windows 7 (quad-core w/8gb
> ram, 322GB free disk space)
>
From where did you download / install it ?
How did you install it ?
We have a newly installed Tomcat 7 64bit in Windows 7 (quad-core w/8gb
ram, 322GB free disk space)
We copied the msvcr71.dll into the bin directory, and have Java
1.6.0_23-b05 64 bit.
Tomcat doesn't start, and all we get from it is:
Service 'tomcat7' is missing the ImageFile
None of
ou mean by restarting webapp?
From: Joseph Morgan
To: Tomcat Users List ; Jinal Dhruv
Sent: Wednesday, 30 March 2011 12:36 AM
Subject: Re: Please Help
You can 1) Restart Tomcat or your web app, or 2) read this:
http://stackoverflow.com/questions/415520/how-do-i
: Joseph Morgan
To: Tomcat Users List ; Jinal Dhruv
Sent: Wednesday, 30 March 2011 12:08 AM
Subject: Re: Please Help
So. *what* is it not showing? Is it a JSP? If so, what is the time on
your tomcat server compared to the time of the JSP. We have this sometimes
when we deploy and find we
So. *what* is it not showing? Is it a JSP? If so, what is the time on
your tomcat server compared to the time of the JSP. We have this sometimes
when we deploy and find we have to update a JSP within a very short period of
time, and our Tomcat server in our COLO is 2 time zones off. The
a:689)
at java.lang.Thread.run(Thread.java:534)
sslsocket: SSLServerSocket.close()
sslsocket: SSLSocket.isClosed()
Thanks,
_
Joseph Walters
Joseph Walters | Mincron Software Systems | 281-999-7010 ext 3061 |
jwalt...@mincron.com <mailto:281-723-8497jwalt...@mincron.com>
John,
Think about what the browser is doing. When the browser sees
file:///C:/Users/OEM/Desktop/testa.text, it wants to load a file from
the local system where it is running, which is NOT your Apache + Tomcat
server, but the user's machine.
For so many reasons we cannot get into here, you do n
>You must import signed certficate request under same alias you used to
>generate request. So, instead of "-alias tomcat2" use "-alias tomcat".
Ognjen,
When I ran it that way, it gave an error (blew those notes away) and a search
led me to see someone suggesting you couldn't reuse that alias, so
I have setup a keystore as follows:
keytool -genkey -alias tomcat -keyalg RSA -dname CN=,OU="Company
Name",O=" Company Name ",L=city,ST=province,C=CA \
-keystore /path/keystore -keypass phrase -storepass phrase
I then generated a CSR:
keytool -certreq -keyalg RSA -alias tomcat -file /path/certreq
wara Rao M [mailto:mail2m...@gmail.com]
Sent: Thursday, February 17, 2011 12:38 PM
To: Tomcat Users List
Subject: Re: 500 Internal Server Error after 5 minutes
No specific information in the log.
On Thu, Feb 17, 2011 at 1:10 PM, Joseph Morgan <
joseph.mor...@ignitesales.com> wrote:
> What do th
What do the client's server's Tomcat logs for that app show?
-Original Message-
From: Uma Maheswara Rao M [mailto:mail2m...@gmail.com]
Sent: Thursday, February 17, 2011 11:40 AM
To: users@tomcat.apache.org
Subject: 500 Internal Server Error after 5 minutes
Hi ,
Need help in resolving be
Chuck,
So are you saying it will reduce the upper consumed heap? I have -Xms =
-Xmx, so maybe that's why I never see a reduction. Our core load is
from 9am - 7pm CST, and we have virtually nothing from 11pm to 5am. So
if low heap usage should ever cause the JVM to drop the consumed heap,
that i
I have a JVM heap monitor that sends emails when the upper limit
changes, and this appears to be true. The GC still works, that is, used
heap continues to fluctuate up and down within the current upper limit,
but if the server experiences a hit on load and increases the heap, it
remains at that le
/Coyote to deliver a P3P Header on Every
Request
Joseph Morgan wrote:
> Using Tomcat 6.0.13, how do we configure the Coyote server to deliver a
> P3P header on every request, even if for a JavaScript, Image, CSS, etc?
>
I don't know about the Coyote server, and it won't work fo
[mailto:ronald-mailingl...@base.nl]
Sent: Friday, January 14, 2011 5:11 PM
To: Tomcat Users List
Subject: Re: How to configure Tomcat/Coyote to deliver a P3P Header on
Every Request
We do this with a filter mapped to /*.
Ronald.
Op vrijdag, 14 januari 2011 21:32 schreef Joseph Morgan
:
>
>
>-Original Message-
>From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
>Sent: Friday, January 14, 2011 3:05 PM
>To: Tomcat Users List
>Subject: RE: How to configure Tomcat/Coyote to deliver a P3P Header on
Every Request
>> From: Joseph Morg
Using Tomcat 6.0.13, how do we configure the Coyote server to deliver a
P3P header on every request, even if for a JavaScript, Image, CSS, etc?
Joseph M. Morgan
Ignite Sales, Inc.
Director of Technology and Operations
Office 972-789-5523
Email: joseph.mor
Why can't you use process scheduling of your OS?
-Original Message-
From: Brian [mailto:bbprefix-tom...@yahoo.com]
Sent: Thursday, December 02, 2010 1:52 PM
To: users@tomcat.apache.org
Subject: How to schedule events on Tomcat?
Hi,
I have a regular app in my Tomcat server, based on the
This has nothing to do with Tomcat it has to do with Java,
serialization and OO.
What are you trying to persist because it looks like you are persisting
what amounts to be an inner class to a JSP? Consider changing that to a
simple JavaBean not considered an inner class to the compiled JSP
Mark... on that thought, Java 1.5+ has the java.net.CookieHandler class... is
there a way to insert a CookieHandler into Tomcat???
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Thursday, September 16, 2010 8:26 AM
To: Tomcat Users List
Subject: Re: HtttServletReque
Charles... in his defense (though I'm not saying he shouldn't understand
the spec), this actually stems from a series of misunderstandings,
mostly brought on by "poser" authors, "grad and teach" college
"professors", and instructors who regurgitate slides rather than
actually knowing anything. Man
For java, you'll do something like this:
Runtime runtime = Runtime.getRuntime();
long maxMemory = runtime.maxMemory();
long totalMemory = runtime.totalMemory();
long freeMemory = runtime.freeMemory();
Maximum memory is the total memory the JVM will allocate.
Total Memory is the total amount of m
What's wrong with providing instructions to the customer on how to
install the "plugin" with a particular web app?
-Original Message-
From: Goren Il [mailto:gore...@hotmail.com]
Sent: Monday, July 05, 2010 2:44 AM
To: users@tomcat.apache.org
Subject: How to call an external class from a
JVM is 1.5.0.07
From: "Caldarale, Charles R"
To: Tomcat Users List
Sent: Sun, May 9, 2010 8:14:28 AM
Subject: RE: 100% CPU when Tomcat 5.5.20 is run on Windows Server 2003 on VM
machine
> From: Joseph Freemaker [mailto:joseph_freema...@yahoo.c
Hi,
Tomcat immediately goes to 100% CPU usage after starting on a VM machine. Have
disabled AJP.
The war file application starts, however the Windows tomcat process is at 100%
CPU usage.
The messages (they all are the typical messages) in the Tomcat log provide no
hints on what the issue ma
rom this page.
Thanks, - Dave
Joseph Morgan-2 wrote:
>
> http://jcp.org/en/jsr/detail?id=303
>
>
> -Original Message-
> From: laredotornado [mailto:laredotorn...@gmail.com]
> Sent: Thursday, April 22, 2010 12:22 PM
> To: users@tomcat.apache.org
> Subject: Where i
http://jcp.org/en/jsr/detail?id=303
-Original Message-
From: laredotornado [mailto:laredotorn...@gmail.com]
Sent: Thursday, April 22, 2010 12:22 PM
To: users@tomcat.apache.org
Subject: Where is this class?
Hi,
I"m running Tomcat 6.0.26. In my app, I'm getting a
"java.lang.ClassNotFo
cally? Again, my memory
is really fuzzy on this stuff and I don't remember where these
techniques are described.
--
Rhino
Joseph M Morgan wrote:
> Did you configure your servlets in your web.xml properly? Also...it
> sounds as though you are deploying each servlet in its own app.
Did you configure your servlets in your web.xml properly? Also...it sounds as
though you are deploying each servlet in its own app. Make sure you are
invoking the servlet through the proper app.
-Original message-
From: Rhino
To: tomcat-user
Sent: Fri, Apr 16, 2010 01:07:29 GMT+00:
Add Windows Vista 32 Bit and 64 bit to that
-Original Message-
From: David kerber [mailto:dcker...@verizon.net]
Sent: Wednesday, March 31, 2010 2:07 PM
To: Tomcat Users List
Subject: Re: Tomcat Supported Windows Operating Systems
On 3/31/2010 2:57 PM, Curtis LaPrise wrote:
> Hi All,
>
>
>> I'm getting 404s for everything
Is it your tag not being accessed, or files accessed from your tag, or
the whole webapp missing?
If it is just an issue of your tag not being able to find files as you
think they should,
Just create a File (new File("xxx")) within your tag and System.out the
ab
On Wed, Mar 10, 2010 at 7:46 AM, Christopher Schultz
wrote:
>> Just for the sake of mental mast... er, fun! you could write a
>> javascript event handler that ...
>..would work until the user switched off JavaScript? or kicked off
`wget`
>with the image URL? :-)
... or someone is using screen
Everyone is right... but... I think the OP has to better describe the need at
hand.
-Original Message-
From: David kerber [mailto:dcker...@verizon.net]
Sent: Tuesday, March 09, 2010 8:35 AM
To: Tomcat Users List
Subject: Re: Secured photo rendering
Caldarale, Charles R wrote:
>> From: A
I think the OP is asking how to prevent an image from being cached by a
client and, I cannot imagine there is a way if the image is to display in a
client at all, the image is now there, and the client can do anything it
wants...
Angelo... am I correct? You want to prevent the image from be
Joseph Morgan wrote:
> I think the OP is asking how to prevent an image from being cached by
a client and, I cannot imagine there is a way if the image > is to
display in a client at all, the image is now there, and the client can
do anything it wants...
>
>>But it should not
.
Redirect stdout and stderror AUTO
and other question that may be help is that I can start only whit:
*start
tomcat5*, because startup.bat open Tomcat console but close it
inmediatelly... (I obviously I can't see the log!!)
2010/3/3 Joseph Morgan
> What is your logging leve
>> and that any people here who have actually used it are probably over 50
>> years old.
>> And you know that after 35, it is downhill all the way : you start
>> forgetting things and so on.
Hey... I resemble that remark! They always say that the 2nd thing to go is
memory. I don't remember
,
and
the logs are empty allways.
2010/3/3 Joseph Morgan
> These may not be as empty as they appear. For example. Startup Tomcat
> and, once up, open the catalina log file... Windows may not be
reporting
> their actual size. However, shutdown Tomcat and you will usually see
> the
"scalable" also seems to be a relative term here, and there are well
documented strategies for scalability. So, the question is, are you
just looking for strategies for scalability or do you have a real
problem with load?
-Original Message-
From: Bharath Vasudevan [mailto:bharath@gmai
These may not be as empty as they appear. For example. Startup Tomcat
and, once up, open the catalina log file... Windows may not be reporting
their actual size. However, shutdown Tomcat and you will usually see
the size update.
-Original Message-
From: Miriam esteve [mailto:miesvesa...@
Oops.. should have read the thread... I spoke too soon
-Original Message-
From: Joseph Morgan [mailto:joseph.mor...@ignitesales.com]
Sent: Monday, March 01, 2010 7:06 AM
To: Tomcat Users List; p...@pidster.com
Subject: RE: Java programm to Shutdwon the tomcat server
True...we still
True...we still don't have a clue what the OP's really trying to do...
-Original Message-
From: Pid [mailto:p...@pidster.com]
Sent: Friday, February 26, 2010 5:44 PM
To: Tomcat Users List
Subject: Re: Java programm to Shutdwon the tomcat server
On 26/02/2010 18:40, Joseph Mo
And... if you are writing a java program do to this for you, such as a UI, then
you'll need to essentially reverse this to start it. PID's idea to connect to
the port to send the shutdown command will work for shutting it down, but to
start it back up... you'll still need to do Runtime.getRunti
Even better!
-Original Message-
From: Pid [mailto:p...@pidster.com]
Sent: Friday, February 26, 2010 8:00 AM
To: users@tomcat.apache.org
Subject: Re: Java programm to Shutdwon the tomcat server
On 26/02/2010 12:59, Joseph Morgan wrote:
> You can send any system command through a J
You can send any system command through a Java program. Are you developing or
working with some kind of management tool and you want to know how to program
it to stop Tomcat???
It depends on if you are running tomcat as a service or not, but either way,
you're going send your commands from jav
I doubt this is due to code-size actually causing this, and suspect the servlet
is filling up memory with data. Can you check the servlet code for a large
data load and optimize that loading per request?
-Original Message-
From: Torsten [mailto:twisted2...@yahoo.de]
Sent: Friday, Febru
server
Joseph Morgan-2 wrote:
>
> Albert,
>
> This is a topic for a web programming forum, not a Tomcat forum.
>
> In the meantime, just copy the file to your local machine, create an
> HTML page with a link to the file, and test your JS. If in tomcat,
> stick the
1 - 100 of 212 matches
Mail list logo