servlet.
Is there a way to configure tomcat or weld so that the order of the
called method is correct according to the CDI 2.0 specification in
chapter 19.3.2.
Kind regards,
Roger Wegmann
-
To unsubscribe, e-mail: users-uns
Can you help
us understand why Tomcat is different in this respect than say Apache
httpd?
Roger Marquis
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
less their lack of reliability, makes a little clearer why some devops
might want to avoid the shipped daemon control scripts.
Roger Marquis
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e
;m still curious what
could be wrong.
Any hint is appreciated.
Kind regards,
Roger
[1] Versions
Tomcat 8.5.34
Tomcat Native 1.2.18
APR1.6.3
RedHatLinux7.5
OpenSSL1.0.2p
Java 1.8.0_192
[2] Tomcat startup log
see attachment
[3] Reference and tes
write logs there. Would save many hassles and provisioning issues if
Tomcat (dist and packages) created /var/log/tomcat and, if necessary,
symlinked $TOMCAT_HOME/logs. At least that way you could be assured of
not having an unwritable log
with which connector do you have problems? nio, nio2 or apr?
I ask because we have problems with nio2-openssl when ssl session is reused
e.g. when a request is proxied with nginx.
kind regards,
Roger
Mark A. Claassen schrieb am Mi. 31. Okt. 2018 um 15:32:
> Is there a way to debug the nat
arg 1) or even why a second arg is
needed. Should this be the hash string from the password database? If
so it doesn't appear to work. Do we also need to derive the algorithm,
saltLength and iterations from server.xml?
All I'm looking for
xact version of Tomcat 8
are you running?
8.0.39 now but the plan is to update to 8.5 once this is worked-out.
Thanks,
Roger
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands,
I have a change-password form that must validate the current user's
password and am unable to find a Tomcat (8.0) method to use for this.
It's not in FormAuthenticator or any other class I could find. Pointers
would be appreciat
Hi,
i need to setup CATALINA_OPTS environment variable under windows 7.
I read that in directory *tomcatDir/bin/* should be a file named setenv.bat
for Windows in which i could define the CATALINA_OPTS environment variable.
However after a fresh installation of Tomcat 7.0.33 i discovered that su
Hi,
Where can i find a very good documentation or tutorial/video about users
and roles for tomcat 7.x ?
i'm new and i must say i'm a little bit confused :(
thx
--
Alain
---
Windows 7 x64 / Fedora 17 x64
MySQL 5.5.28
Apache 2.4.3 / OpenSSL 1
Remove
Unsubscribe
Roger Hill | Application Engineer II
SAVVIS
1 Savvis Pkwy, Town & Country, MO 63017
Office: 1-314-628-7643 | 1-800-SAVVIS-1
This message contains information which may be confidential and/or privileged.
Unless you are the intended recipient (or author
Users List"
> Date: Wednesday, September 16, 2009, 3:20 PM
> > From: Roger David Powers
> [mailto:prog...@yahoo.com]
> > Subject: Re: Change redirect to SSL behavior?
> >
> > Second try: any input?
>
> You already got the answer, which you appear to
Second try: any input?
A workaround would seem to be to not configure the ssl
connector till it is needed, but doing that requires
a restart of tomcat (right?) which is too disruptive
in my environment.
--- On Thu, 9/3/09, Roger David Powers wrote:
> From: Roger David Powers
> S
The 'manager' web app status page gives the number of
threads in use by connector.
Try hitting http://a.b.c.d/manager/status to bring up
this page.
I've also used JMX and jconsole to monitor such things.
I used chapter 16 of "Professional Apache Tomcat 6" as
a reference of how to use JMX with T
ubject: RE: Change redirect to SSL behavior?
> To: "Tomcat Users List"
> Date: Thursday, September 3, 2009, 3:24 PM
> > From: Roger David Powers
> [mailto:prog...@yahoo.com]
> > Subject: Change redirect to SSL behavior?
> >
> > Having the ability to not get
The description of redirectPort for HTTP connector says:
If this Connector is supporting non-SSL requests, and a request is received for
which a matching requires SSL transport, Catalina will
automatically redirect the request to the port number specified here.
The default is specified as port
> You may have already figured this out, but just in case:
>
> 1) The path attribute of a element may only
> be used when the element is nested inside a
> element in server.xml - which is strongly
> discouraged.
>
> 2) The docBase attribute of a element may
> only be used when a) the webapp i
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
says, after I removed some unimportant stuff and added
some yellow to highlight:
Context elements
may be explicitly defined:
·
In individual files (with a ".xml" extension)
in the $CATALINA_BASE/conf/[enginename]/[hostname]/
I also tried renaming
/usr/tomcat/conf/Catalina/localhost/t.xml
to
/usr/tomcat/conf/Catalina/localhost/a.xml
and now no exception is thrown, and I see
via tomcat manager that context /a is
created, but whenever I try to access
any pages under /t I get error 404.
--- On Wed, 8/19/09, Roger
Problem:
1) /usr/tomcat/conf/Catalina/localhost/t.xml has:
2) /usr/tomcat/webapps/a exists.
3) /usr/tomcat/webapps/t does not exist.
4) When tomcat starts,
org.apache.catalina.core.StandardContext:resourcesStart() throws
java.lang.IllegalArgumentException: Document base
/usr/tomcat/webapps/
Sorry, I just discovered that catalina.properties can
be used to set variables that can be used in server.xml -
problem solved!
--- On Thu, 7/30/09, Roger Powers wrote:
> From: Roger Powers
> Subject: Setting maxThreads from outside tomcat
> To: users@tomcat.apache.org
> Date: Th
Hi,
I am making tomcat 6 work on different platforms that need different values for
maxThreads in the Connector in server.xml.
Ideally, I would set an environment variable and/or property that could be used
when server.xml is read - is something like this supported?
Or, worse case, it looks li
I started testing the connection pool with our application. I have an
issue with the abandon connection detection.
Looking at the source code the timestamp which is used to check for
abandonment is updated when the connection is created, borrowed, or
returned.
In our application we create a temp
looking at the bash scripts it's: catalina.sh debug
any tips or suggestions?
earch them -- just browse them.
Thanks,
Roger
The following configuration gives me a javax.naming.NameNotFoundException:
However, if I move the JNDI resource up it works as expected:
...
Is that the intended behaviour?
Cheers,
Roger
s may not be my particular problem. I post it to the list as informations
that some library outside of tomcat can munge UTF-8 encoding.
-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED]
Sent: Monday, March 17, 2008 4:10 PM
To: Tomcat Users List
Subject: Re: UTF-8 encoding p
thanks, will try the TcpMon
-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED]
Sent: Monday, March 17, 2008 4:10 PM
To: Tomcat Users List
Subject: Re: UTF-8 encoding problems
Thompson,Roger wrote:
> I saw that--All it really says is to set URIEncoding="UTF-8&q
g problems
Thompson,Roger wrote:
> WHere else besides the connector definition in the server.xml, should
I look to find this. The implementor of the SRW/U code is convinced
that the problem is in tomcat some where as he does not get this same
error.
http://wiki.apache.org/tomcat/FAQ/CharacterEnco
Environment:
Tomcat 5.5.20, no apache frontend.
Running XSLTFIlter and urlrewrite in front of the tomcat.
WE are implementing a RESTful webservice (tspilot) on top of a SRU service
on the connector going into tomcat I have:
Problem:
Somewhere in tomcat the UTF-8 encoded chatacters are ge
I know this has been discussed, but I seem unable to find much about it
other than a comment by Yoav Shapira.
Environment: Tomcat 5.5.20 with no apache front end. The http connector
adds a trailing slash to the top level rerquest to a web app like as
follows:
http://tspilot.oclc.org/gsafd ==> htt
Hi, I have a tomcat server running in a machine. When I enter the IPv4
url of the machine it brings me the tomcat server page, but when i
enter de IPv6 it can't find the server. The machine that has the
tomcat server has OpenSuse installed, and the network interface is
correctly configured (I cant
c, mesh, and fast as well as other that have to respond the
same way.
Ciao,
Roger
Thompson
Hello there,
I wonder if it is possible to move the work-directory to another
location, specifically to another harddrive, and if so, how this can be
done.
Thanks!
Roger
-
To start a new topic, e-mail: users
s 6,0.13 and Java is jre1.6.0_01. Ideally, the Tomcat
app would run on 443. Thanks for any help or links to procedures for doing
this!
Roger Holtom
Systems Administrator
University of Montana
Tel: 406-243-2486
Fax: 406-243-4500
ema
I obviously did not look hard enough in the right places, sorry.
That worked. Specifically:
response.setHeader("Pragma", "cache");
response.setHeader("Cache-Control", "cache");
fixed it.
Thanks for the help.
Roger
Caldarale, Charle
ooking for the difference between the response for the static
file and the response for the dynamic file. I've identified that the
cache headers are being set by default on the dynamic file. Is there a
way to turn these off? I don't know that they are the issue but it is
the one differen
luded that the problem did not need to be solved at the browser end.
Thanks for your help
Roger
Gabe Wong wrote:
Roger Parkinson wrote:
In both cases the URL is invoke with some javascript that looks like
this:
function downloadpdf(url)
{
var pdfWindow = window.open( url
,'pdf',
es a mix of html and servlet requests beforehand.
But the response to the static PDF always works regardless of when it is
called
Regards
Roger
Gabe Wong wrote:
Roger Parkinson wrote:
I am trying to deliver some PDFs to the browser using my tomcat
application. It works, but not always under SSL a
length of the file and
that I need to do something smarter there, but I'll do that when it
starts working.
Version info: Tomcat 5.5, Java 1.5, WinXP SP2
Thanks for your help.
Roger
-
To start a new topic, e-mail: users@
realm.RealmBase| class, passing the cleartext
password and the digest algorithm name as arguments. This method will
return the digested password."
Roger
zhongliang zhang wrote:
> Hi,everyone,
> I got a problem with the DIGEST authentication.
> I conf
We do it because the IIS is already active on the existing server and it
is running a bunch of other stuff we don't want to stop (eg MS Exchange).
So we cannot have tomcat take over handling port 80 requests. It works
fine, though.
Roger
Jacob Rhoden wrote:
Propes, Barry L wrote:
there
races()
(java 5) on demand.
With a stacktrace, you will know exactly where you http thread is waiting :)
En l'instant précis du 28/08/07 23:44, Roger Parkinson s'exprimait en
ces termes:
Sorry this is question is so terse, but general approach kind of help
would be very welcome.
I ge
I'm using form based login (is that right term? throws up a JSP page
with a user/password prompt if you're not logged in, then lets you
proceed). Realm is through JDBC to SQLServer.
O/s: windows 2000
Java: jdk1.5.0_11
Tomcat 5.5.7
T
Unzip the compatibility package (be sure to have the same version as
your Tomcat version), then you'll see several folders (common and lib
I believe). Copy those into the Tomcat install folder, over the
current ones. They replace some of the tomcat jars. That should do it.
Roger
this connector:
keystoreFile="C:\websites\keystore\.keystore", resulting in something
like this:
4) restart tomcat
5) test: https://localhost:8443/
Good luck!
Roger
Peter Stavrinides schreef:
Knock knock... anybody?
Peter Stavrinides wrote:
Hi All
This may be a trivial issue for
nderstand.)
3) I have difficulty understanding the mod_rewrite syntax. It this a
good book on how to learn it? Do you have other suggestions?
http://www.amazon.com/Definitive-Guide-Apache-mod_rewrite/dp/1590595610/
Roger
Op 6 jul 2007, om 11:19 heeft David Smith het volgende geschreven:
But al
it to be used via http. I don't care if this is done using
mod_rewrite or mod_proxy or anything else.
All suggestions are appreciated!
Thanks,
Roger
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscri
that is familiar with Linux or BSD (with good Linux
administrators), that would be a good test case.
Roger
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
/library/reports/windows_vs_linux_part2/index.html
Roger
set
a rule in your mail app that only accepts mails from certain addresses.
Roger
From: Jacob Rhoden [mailto:[EMAIL PROTECTED]
> Slightly off topic, I notice when I post, my email address ends up on
> hundreds of websites on google. How do people get around this? Fake
> email addresses?
java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
Thanks for your input!
Roger
econd instance of Demo called Testapp, but actually Demo itself.
I've looked around for a way to do this but I'm starting to think it
cannot be done so time to ask.
Configuration is IIS talking to Tomcat 5.5
Thanks
Roger
--
/Roger Parkinson
Mob
, May 23, 2007 at 12:20:53PM -0500, Roger Tismeer wrote:
> I've been perusing the wiki and other avenues for some help in regards
> to being able to not Start any of the webapps that I have loaded when
I
> start up Tomcat. Is this possible?
In server.xml the 'host' el
ss, I can do
so.
Thanks,
Roger Tismeer
(480) 570-4987
ns more work. I suppose it's
something you have to do one time.
Cheers, Roger
On 5/23/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: Roger Roger [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat 6 + SSL
>
> I've installed Tomcat 6.0, the default installation
t. If I comment
this out and restart, it still doesn't work.
R.
On 5/23/07, Markus Schönhaber <[EMAIL PROTECTED]> wrote:
Roger Roger wrote:
> I used the following connector:
> keystoreFile="C:\Tomcat\keystore\.keystore"
>maxThreads="150&qu
Hi Srinivas, I used that manual to setup SSL on Tomcat 5.5. That worked. I
created a keystore key, and put it in:
C:\Tomcat\keystore\.keystore
I used the following connector:
I tried this with a keystore filename without the starting dot, but that
didn't change anything. Remember that this set
Thanks Srinivas. I did that, then restarted Tomcat, then if I open
https://127.0.0.1:8443/ or https://localhost:8443/ nothing happens. I get an
error after a long time (more than a minute). Running netstat I see port
8443 is "established". If I try to open a page on a non-existent port, I get
an e
I would like to install Tomcat 6.0 with SSL. Tomcat 6.0 works, and I can get
Tomcat 5.5 working with SSL. For some reason I cannot get this to work with
6.0. Do you have any ideas or suggestions what might cause this? I'm working
on a Windows machine.
Thanks, Roger
ne. I'm
getting too specific to my app here, which is not useful, so I'll stop.
Anyway, thanks again for the help. I've mentioned Filip but the
responses from Christopher Schultz and Johnny Kewl were very welcome
too. Oh, and Christopher asked which library I was using. It isn&
x27;t see any relevant changes,
Thanks for any help
Roger
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
sed by Tomcat using a different version of Xerces when it
starts under Eclipse. I know I've read of problems when Tomcat gets hold of the
wrong version of Xerces (and Xalan as well) in the past, but I can't remember
where I've read it. Perhaps someone elses
Ondrej Zizka wrote:
Hello,
I have the common problem with PermGen and Tomcat, see
http://mail-archives.apache.org/mod_mbox/tomcat-users/200606.mbox/[EMAIL
PROTECTED]
Suppose there is a school server where students (re)deploy their apps, each
of which's classes definitions take about five to t
option doesn't have to
be selected?
The motivation is that when the option is selected, tomcat launches
its console screen which can't be closed without stopping the service.
Thanks
Roger
-
To start a new topic, e-mail: u
x27;ve got some sort of download
'accelerator' installed, but it is causing quite a problem. One client
will easily consume 200 threads and my thread pool is being exhausted
rapidly.
Has anybody else had this problem?
Cheers,
Roger
--
Ninth
m. That is the problem.
The applications are launched using the Runtime.exec. Is there is a
different way of starting processes from tomcat that would make them
visible while keeping the "Allow Service to Interact with the Desktop"
option unchecked?
Thanks,
Roger
On 1/10/07, David Kerber
tabase connections.
>
If the connections will only re-cycle with increased demand, could you not
create that demand with an "admin" type program that requests, opens & then
closes X connections?
Regards
Roger
___
This e-
Is it possible to run tomcat invisibly (that is without any console
being displayed) if you check "Allow Service to Interact with the
Desktop" in Windows services? (I'm using tomcat 5.5)
Thanks
Roger
-
To start
ded the session data, a subsequent call
to http://hostname/servlet created a new session - hence the appearance of
sessions going out of sync. Now we've standardised and everything is working as
expected.
Is this a known behaviour or is there something we can do through config to get
around
.31. I can only surmise that at one time,
multiple accesses by the same client/session were serialised, either by Tomcat
or by IIS. Anyone know?
Thanks for everyomes help.
Regards
Roger
___
This e-mail and the documents attached are confidenti
started wading through it, but I'm under time pressure to get
the migration completed. I was hoping someone could short-circuit the effort
and provide that "Ah-ha" moment.
Regards
Roger
___
This e-mail and the documents attached
range behaviour under the new setup. It
seems to be to do with session managent under Tomcat 5.5.20 - has the way
sessions and session data is handled changed - and if so can someone point me
to relevant documentation.
Thanks
Roger Varley
___
incomplete:
Shortcut to TreeControlTest.do?tree=
Notice that nothing is following tree=
I suspect that this is a simple configuration step that must be done beyond the
base install.
Please advise if you know what I have missed.
Respectfully,
Roger Hendrix
Baldor Electric Co
Again many thanks in advance.
Best regards.
Roger Hendrix
Information Services
Baldor Electric Co.
5711 R. S. Boreham, Jr. St. 72908
External Web: http://www.baldor.com
-
To start a new topic, e-mail: users@tomcat.apache.org
To u
Dear Partners:
I'd like to change the default index.jsp/index.html page with
my /tomcat-5-15-home/webapps/obc/myindex.jsp.
Please advice.
Thank you.
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-ma
ame. You might also be interested in reading through the batch file
itself, for more details.
Roger Alix-Gaudreau
Manhattan Associates, Inc.
-Original Message-
From: Yan Bai [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 23, 2006 2:56 PM
To: Tomcat Users List
Subject: Re: 2 tomcat
onfiguration is inherited by
classloaders though. My patch doesn't reset any configuration in parent
classloaders and I'm not sure what consequences this will have.
Roger
[1] http://issues.apache.org/bugzilla/show_bug.cgi?id=39627
--
Ninth Avenue So
I've studied a number of stack traces and the locking seems fine - there
is evidence of cyclical deadlock. The problem is that a whole lot of
threads (including the ones holding the locks) are listed as 'waiting
for monitor' but I can't see why.
I found out that it was the garbage collector
Leon Rosenberg wrote:
This is called thread hi-jacking :-)
Sorry, thought it might be the same issue.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
e of stack traces of the threads holding the
problematic locks (on the PersistenceManagerFactoryImpl)
Thanks again,
Roger
TP-Processor21" daemon prio=1 tid=0x08534250 nid=0x56b8 waiting for
monitor entry [0xbabfe000..0xbabff7d4]
at java.lang.ClassLoader.defineClass1(
problems.
My environment is
* Linux version 2.4.27-2-686
* jdk 1.5.0.6
* tomcat 5.5.16
* jvm args -Xmx256m
* glibc 2.3.2
Any suggestions on this one would be helpful.
Thanks!
Roger
Begin stacktrace snippets:
"TP-Processor14" daemon prio=1 tid=0x08402b38 nid=0x3376 w
f you happen to
encounter a similar problem and learn more about the explanation, I'd
love to know what you find.
Thanks,
Roger Alix-Gaudreau
-Original Message-----
From: Roger Alix-Gaudreau
Sent: Wednesday, January 04, 2006 5:11 PM
To: users@tomcat.apache.org
Subject: Tomcat 5.5.9 on Win20
bapps\application\includes.
For a jsp in the pages folder, a reference to the jsp that encapsulates
the page footer (found in the includes folder) would look like:
<[EMAIL PROTECTED] file="../includes/page_footer.jsp"%>
Hope that helps,
Roger Alix-Gaudreau
-Original Message---
If you look at Tomcat\conf\server.xml, you'll most likely discover that
port 8443 is the default SSL port for Tomcat, which is why you see the
page correctly when accessing https://:8443. If you want 8443
to be a non-secure port, you should change the settings in server.xml.
Roger Alix-Gau
it's got something to do with an operating
system incompatibility.
Has anyone else seen this problem? If so, is there a solution? Am I
required to upgrade Java or Tomcat?
Thanks in advance for any help and advice you might be able to offer.
___
new datasource that is session specific and returns the same
connection on each request or change your individual classes so that the
datasource is passed as a parameter so that it can be shared between multiple
invocations. In either case, set up your transaction before c
Hi Richard
I've printed that off for future reference. Thank you for your prompt response.
Regards
Roger
>
> Roger,
>
> A thread dump/stack trace of all the threads in the Tomcat
> JVM is one way to
> see whats happening. It will show what is happening in detail
>
, but I thought that I would post this on
the off chance someone has seen similar symptoms. Is there a tool/profiler that
can be attached to a running JVM when we see this problem that will let us see
the state of the JVM at the time.
orking
Regards
Roger
__
This e-mail and the documents attached are confidential and intended
solely for the addressee; it may also be privileged. If you receive this
e-mail in error, please notify the sender immediately and
ce so I'm happy that Tomcat is finding the webb-app Ok.
What can I try next to determine the cause of the error. I'm sure it's because
I've done something stupid, but without an idea of what it is, I'm stumped
Regards
Roger
__
92 matches
Mail list logo