James,
One more tidbit (perhaps you already saw this).
https://www.400power.com/node/323
Sounds a bit like what you are experiencing?
Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer-Java
GIAC Cloud Penetration Tester
AWS Certified Cloud Practitioner
Microsoft Certified
proxy.
So IBM support suggested I create all certificates using either RSA OR
ECDHE. I've been sticking with RSA, for now.
Clutching at straws a bit
Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer-Java
GIAC Cloud Penetration Tester
AWS Certified Cloud Practitioner
27;t had to dig into
deeper details like you have so I can't weigh in on the log issues
except to say that catalina.out is always in EBCDIC. The
catalina.[date].log files and all the other log files generated by
Tomcat are in ASCII (and there are a bunch of them).
Pete Helgren
www.pe
.
Best computing platform on the planet (IMHO...)
Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer-Java
GIAC Cloud Penetration Tester
AWS Certified Cloud Practitioner
Microsoft Certified: Azure Fundamentals
On 1/19/2023 7:10 AM, Christopher Schultz wrote:
James,
On 1/18/23 20:05
I don't have an AS/400 any longer but I do I have a 9009 running IBM i.
If you use iACS and go to the IFS menu option, you can filter by a file
name. Are you looking for a class file within a jar or just the jar itself?
Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer
The only time I ran into this is when I had conflict on the shutdown
port or multiple instances which had a port conflict on the shutdown
port. Other than that, I don't know. Possible permissions issues?
Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer-Java
AWS Cert
ainst. However, if something else comes to mind, feel free
to post back. I did come across a couple of other posts where the OP
said there was nothing but Tomcat and they also ended up with the miner.
I have some updating to do....
Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer
Liferay/Tomcat bundle but it isn't an easy upgrade and may take a bit
--
Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer-Java
AWS Certified Cloud Practitioner
Twitter - Sys_i_Geek IBM_i_Geek
-
To
Longshotsomething in .profile of the user the Tomcat instance is
running under?
Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer-Java
Twitter - Sys_i_Geek IBM_i_Geek
On 9/7/2017 1:10 PM, James H. H. Lampert wrote:
I've got two separate boxes, both running Debian J
ended up causing issues. Also, are you sure that Java 6
on this box is current with PTF's and that the profile this is running
under is picking up the correct JVM version when it runs?
My money is on a J9 JVM PTF but an issue with permissions or JVM
AH! Sorry I saw the lower case "i" and assume IBM i. Ignore my
previous post.
Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer-Java
On 9/12/2014 10:35 PM, Krishna Saranathan wrote:
Hi All
Is there any distro portal from where i can download rpm, to install
T
Check this site:
http://www.youngiprofessionals.com/wiki/index.php/PASE/OpenSourceBinaries
They aren't native i binaries but running/scripting stuff in PASE with
these binaries is pretty straight forward
Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer-Java
On 9/12/20
The usual comes to mind:
Are you at the same PTF and CUME levels between the two boxes?
Do you have the same Java licensed programs installed on both boxes?
It the default JVM set the same on both boxes?
Those things are what usually come back to haunt me when I deploy on IBM i
Pete Helgren
7;s context.xml.
On Wed, Dec 19, 2012 at 6:31 PM, Pete Lamborne wrote:
> Hi all,
>
> I've got a unique deployment -- I'm using the new tag in the
> plugin to deploy multiple webapps in an embedded plugin, then running
> load/integration tests against them. I have all tha
che.org/maven-plugin-2.0/tomcat7-maven-plugin/run-war-mojo.html#tomcatLoggingFile>",
or a jvm argument, or suggestions on how to make a server.xml work that
will expand the war's from my build's sub-modules?*
*
*
*Thanks,*
*Pete*
Yup, your mount point aren't quite right:
- They need to be in a virtual host if they are for that (or turn on
inheritance)
- You have to mount _either_ a path or an extension - not both - i.e.
JkMount *.jsp or JkMount /myapp - not what you've got with JkMount /*.jsp
cheers
Pete
On 1
Hi
Thanks for the various timely emails - I am in Australia hence I am in
front of you time wise!
What I didn't see was any actual answer to the question though - just
queried the email list for this thread and this was the first reply I got!
Could you resend your actual answer?
Cheers
;t believe I am the first person
to discover this/have this setup?
Many thanks
Pete
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
Ah ha, well spotted, thanks! Indeed the ErrorDocument pointed to 404.htm,
and htm hadn't been unmapped. Now I have done, it works fine!
Cheers
Pete
On 11/10/2012 17:34, "Christopher Schultz"
wrote:
>-BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>Pete,
&g
y Tomcat and I get the correct 404 response code it seems that if you
JkUnmount an extension, and the file isn't found by Apache, it forwards to
Tomcat anyway but disregards the response from Tomcat?
Any help would be appreciated
Thanks
Pete
The error might be a red herring or a show stopper but I also have:
export -s JAVA_OPTS="-Dos400.awt.native=true -Djava.awt.headless=true
-Xms256m -Xmx512m"
In my catalina.sh script. That took care of a tty error I had (although
I don't know if that is the issue in you
containsKey(), as that
doesn't count as a structural modification, and therefore the cache would
still be FIFO.
Thanks,
Pete
On Fri, Nov 4, 2011 at 4:58 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Pete,
ejected from
the (FIFO) cache, changing the cache to LRU fixes this (although could
potentially result in the same token being used for N requests).
Thanks,
Pete
Answering my own post here. The follow up posts solved it. I added the
address="0.0.0.0" to the connector tag and yes, all is well.
Pete Helgren
Value Added Software, Inc
www.asaap.com
www.opensource4i.com
On 1/27/2011 11:01 AM, Pete Helgren wrote:
8080 is listed as:
TCP
to set the "0.0.0.0" address in the
connector, is that in the host section? This is my entry (using the
server-minimal.xml as the template)
Thanks
Pete Helgren
Value Added Software, Inc
www.asaap.com
www.opensource4i.com
On 1/27/2011 10:26 AM, Mark Thomas wrote:
On 27/01/2011 1
IS is somehow controlling
all http traffic, regardless of port but I can't seem to find any hard
evidence of this.
Suggestions? I am at a loss.
--
Pete Helgren
Value Added Software, Inc
www.asaap.com
www.opensource4i.com
-
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pete,
On 10/30/2009 7:59 PM, Pete McNeil wrote:
Fresh install of Tomcat6 on fresh install of ubuntu.
Be specific: exactly which version of Tomcat 6?
Using CATALINA_BASE: /usr/share/tomcat6
Using
Hi folks,
I've hunted for this and seen it asked in the past -- but none of the
threads I found led me to the answer.
Fresh install of Tomcat6 on fresh install of ubuntu.
Commented out the localhost
Set my someplace as the default.
www.someplace.com
Christopher Schultz wrote:
I think the JSP specification has a little multiple-personality disorder
when it comes to XML-looking-syntax versus actual XML syntax. It's
unfortunate, since it can really confuse people.
My $0.03
"be strict in what you produce, be forgiving in what you receiv
Konstantin Kolinko wrote:
This looks like a bug in the code that reads the JSP: comments ought to
be tolerated and ignored. Would you be willing to:
Those are NOT comments. The JSP comments are <%-- --%>.
I think that if you switch to XML syntax for JSP pages (using jspx
files instead
Christopher Schultz wrote:
This does work:
This looks like a bug in the code that reads the JSP: comments ought to
be tolerated and ignored. Would you be willing to:
1. Log a bug against Tomcat in bugzilla
2. produce a short test case (th
For the benefit of anyone else moving a jsp site from resin to tomcat:
If you get this error:
org.apache.jasper.JasperException: /products/index.jsp(53,2) Expecting "jsp:param" standard action
with "name" and "value" attributes
The problem is likely that an editable section is cutting through
Pid Ster wrote:
On 24 Oct 2009, at 19:29, Pete McNeil wrote:
Pid Ster wrote:
Any chance, just for kicks, you could put the contents of www.someplace.net
into webapps/ROOT?
I could, but it would be undesirable and shouldn't be necessary.
That's the response I expected,
Pid Ster wrote:
I meant put /home/someplace/www.someplace.com
Into
/home/someplace/webapps/ROOT
I think I understood correctly. Aside from the cultural issues (folks
already know how things work now) I don't want to go this route because:
* It's a workaround and doesn't solve the root p
Pid Ster wrote:
Any chance, just for kicks, you could put the contents of www.someplace.net
into webapps/ROOT?
I could, but it would be undesirable and shouldn't be necessary. The
team is used to working with the existing structure--- Forcing a change
in that would lead to other probl
Caldarale, Charles R wrote:
From: Pete McNeil [mailto:madscient...@microneil.com]
Subject: Re: Tomcat6 - porting resin JSP app - does not exist or is not
areadable directory
The case of path made no difference to the error.
Please post your entire server.xml so we can see all the and
André Warnier wrote:
What else have I missed ?
At the risk of stating the obvious, but considering that you're not
getting anywhere anyway, and assuming java is right ..
- what user-id is Tomcat running as ?
- login as root, and do "su - " (the same user-id)
- do "ls -l /home/someplace/
Mark Thomas wrote:
Pete McNeil wrote:
That should be path=""
Case matters. The rest looks OK at first glance.
I tried both path and Path -- I'll fix that though - thanks.
The case of path made no difference to th
Hi folks and thanks in advance.
I know this has been asked before-- I've been searching and reading and
haven't found a solution somehow.
I have a JSP based site that I've been hosting on resin.
I want to port it to a new server running tomcat6.
I have a fresh install of tomcat6.
My goal is
I posted just the part of the code that was relevant. The
initialization and retrieval of the configuration options is not shown
here. The pooling mechanism was the focus of the post and that is why I
posted just that code.
Pete
Martin Gainty wrote:
where is _isIBMi declaration?..
how is
ect to pool");
_pools.put(roleID, connectionPool);
_dataSources.put(roleID, dataSource);
}
return dataSource;
}
I will need to find out why the code is structured this way,
particularly the makeObject calls. And, again, the thread dump has been
very he
. Yet, we still get blocking showing up and the the
threads climb and eventually the app becomes completely unresponsive.
Just getting started on sorting this out but the dumps have been
invaluable it getting us to the source of the problem. Now, if we could
just figure out *why*.
Pete
C
Thanks. Looking at the dump I can see there is an issue with a DB
manager we wrote (Blocking). I'll investigate further.
This is what I needed! It has helped quite a bit.
Pete
Caldarale, Charles R wrote:
From: Pete Helgren [mailto:p...@valadd.com]
Subject: Re: Pointers on diagn
Thanks again. One follow up question, when a thread dump is run, by
either method, does Tomcat stop running at that point? I guess I have
always associated a stack trace or a dump with a failed application so
does "dumping" the thread at this point halt the web application?
Pete
Thanks. We'll take a look at that as well. Not sure how much change to
the environment we want to make before we track down the issue but going
to 1.6 is something we'll consider.
Pete
Caldarale, Charles R wrote:
From: Pete Helgren [mailto:p...@valadd.com]
Subject: Re: P
this problem, on of which crashed with 825 threads
running last night, but I'll continue to pursue a tool that will do
something similar and run in Windows.
Pete
Caldarale, Charles R wrote:
From: Pete Helgren [mailto:p...@valadd.com]
Subject: Re: Pointers on diagnosing session and t
locked by something else. Just a *hint* could get
me pointed in the right direction I think. So if I can figure out how to
dump a thread I may be able to head down the correct path. A quick
google on thread dumps in Tomcat turned up nothing that was immediately
useful.
Pete
Christopher Sch
ase).
Is there a "step by step" FAQ somewhere that would allow us to
systematically analyze the running servlet and determine where the
"hang" is? I'd love to see what instruction the code is executing when
the hang is occurring. Any pointers/tools you could suggest
eployments.
I appreciate the pointers and the patience. There is always something
more to learn in this business and it's always good to have my
assumptions challenged which in this case were all wrong.
Pete
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Pete,
, but the correct images as
well. The slightly longer URL isn't an issue. /asaap3/ASAAP vs /ASAAP
isn't a problem.
Again, thanks for the patient explanations.
Pete
André Warnier wrote:
Pete Helgren wrote:
Thanks Andre. And, I DID carefully read your original post and I had
some in
te the help and the good counsel and I'll try on a couple of
things for size this evening and let you know how things turn out in the
morning
Pete
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Pete,
On 2/19/2009 12:31 PM, Pete Helgren wrote:
My servlet use
I'll rather change
the configuration to one that works rather than have to change the
application itself.
Pete
André Warnier wrote:
Pete Helgren wrote:
[...]
Pete,
I really think you should re-read my previous answer.
I did a quick check on the page you indicated, using Firefox and it's
help. I can't make immediate changes to
the Apache instance and bounce it because the server is in production
and I have a very limited "testing" window late in the evening.
Pete
Rainer Jung wrote:
On 19.02.2009 15:24, Pete Helgren wrote:
It does resolve to h t t p : // w w w .
different
context and behind ISA server and it works fine. I am just trying to
get to the bottom of why this particular application instance installed
at ROOT on Tomcat is responding OK and rendering OK at :8080/MyApp but
through AJP it has no images at :80/MyApp.
Pete
Rainer Jung wro
p like this:
MyDomain/MyAPP
If there is another way to have Tomcat serve the app at port 80 at the
same IP address as Apache, I'd be happy to entertain it. Using AJP
seemed the right way to do it.
I am going to look into Andre's suggestion to use:
SetHandler jakarta-servlet
a
Still struggling with this so I am reposting. I can't seem to find a
configuration that allows the images and links to properly display.
Info from prior posts:
I have a Tomcat application that serves up a web app when I use
a URL like this:
http://www.mywebsite.com:8080/MyAPP Which I wante
;
To: "Tomcat Users List"
Sent: Saturday, February 14, 2009 3:26 AM
Subject: Re: AJP13 Connector and JKOptions
Pete Helgren wrote:
[...]
Hi.
Maybe start at the beginning and let us know :
- which version of Tomcat you are running
- on what kind of "box" (the OS)
- with which ve
s all the other applications in Apache.
Thanks,
Pete
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
permission denied" when
manipulating images that were uploaded with jFM.
I made sure there were no handles still on any files.
The odd thing is that all uploaded files are owned by
BUILTIN\Administrators, even though I have the Tomcat service running under
my login ("Pete" --
I should add that I'm running 2k3 in a VM instance, whereas not with XP...
Can't imagine that is effecting this, but I'm running out of ideas
- Original Message
From: Pete <[EMAIL PROTECTED]>
To: users@tomcat.apache.org
Sent: Friday, February 16, 2007 10:36:5
Seems Im
running into a startup problem. Service installs, all settings are correct, but
when I try to start the server it
fails to start.
Ive tried
Apache 6, Apache 5.5, JRE 1.6, JRE 1.4.2, SDK 1.6 and varieties of combinations.
Ive seen a few posts out there
with similar problems
Thanks Tim.
More information to my intial question:
-I have also installed Websphere App Server on this machine and configured
the application to work correctly there.
-Shutdown WAS to run Tomcat
-I have Tomcat working on my home server with a mysql database, so I do
have something w
Hello all,
I am currently working on getting Tomcat and DB2 to work together here and have
been having a heck of a time.
I'm at a point where I'm able to reference the JNDI resource in my test servlet
(finally), and now am getting a connection pool issue: "Cannot create
PoolableConnectionFactory
org.apache.catalina.startup.ContextConfig
processContextConfig
SEVERE: Occurred at line 2 column 28
- Original Message
From: Mark Thomas <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Saturday, January 27, 2007 2:16:25 PM
Subject: Re: XML Parse problem in a webapp context.xml
Pete wrote:
> Mark,
>
>
n get the complete one for you on Monday.
-P
- Original Message
From: Mark Thomas <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Saturday, January 27, 2007 2:16:25 PM
Subject: Re: XML Parse problem in a webapp context.xml
Pete wrote:
> Mark,
>
> I stated in the origi
TED]>
To: Tomcat Users List
Sent: Friday, January 26, 2007 7:25:19 PM
Subject: Re: XML Parse problem in a webapp context.xml
Pete wrote:
> SEVERE: Parse error in default web.xml
This may be the real cause. Check that conf/web.xml is va
d any
attachments are believed to be free of any virus or other defect, it is the
responsibility of the recipient to ensure that anything received or opened
is virus free. No responsibility is accepted by IAT for any loss or damage
in the event that such a virus or defect exists.
-Original Message---
originated the problem and boiled it down to a WAR with 1 servlet
that attempts to do a JNDI lookup to get a datasource. (This test web app works
in WAS) Condensed details below.
I hope someone can shed light on what is going on, thanks!
-Pete
The details:
-Tomcat 6 - JVM 1.5
-WAR file
Hi, I am running several websites/webapps on a single Tomcat instance
and can't find a product that would generate traffic reporting. I am
open to any sort of method for achieving this -- ie some sort of monitor
filter that runs as a seperate webapp, or something that looks at
network traffic
Any idea what this means? At 1:52 our Tomcat just stopped serving
pages. Help.. my boss is *pissed* and I have no
idea how to address this. I re-started Tomcat and I'm back in
service... but WHY DID IT HAPPEN?
Thanks in advance. Pete
Mar 9, 2006 1:52:12 AM org.apache.jk.core.MsgCo
Anyone know the quick and easy way to do this?
pete
Filip Hanik - Dev Lists wrote:
The easiest thing would be to tell Tomcat to always use "/" as a path
for the JSESSIONID cookie.
that should take care of it.
Filip
Tim Lucia wrote:
Happens with mod_jk -- I am using that as
s set...
I find it hard to believe that alot of people have not run into this
issue yet. Maybe everyone's still using mod_jk and have not migrated to
mod_proxy_ajp yet...
pete
Tim Lucia wrote:
Yes. I posted a similar question not long ago. I wanted to know how to
preserve the ses
http://www.website.com/tomcatWebappName/someServlet
with mod_rewrite, it's a new session with every request.
Any ideas?
thanks
pete
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi nb users, tomcat users, jax-ws users, Bobby, and Milan,
Not a question, really some comments.
- I have been trying to create and deploy webservices on a stand alone
Tomcat 5.5.x server for some time now with NO success till now
- Recently I have completed the tutorial Building JAX-WS 2.0
I'm using Tomcat 5.5. I want to keep it simple. It always seems to
take me 2 days of anguish to get Apache/Tomcat working together.
Is it now unnecessary to hook it up to Apache? I need to also serve
images and static HTML files. Is that efficient if I use Tomcat?
In this case I'm sure you'd
tion of this in the FAQ. Is this possible?
I've always had to use a connector between the two.
Can anyone point me to a web page that explains how to configure
Tomcat if it's integrated?
Pete
-
To unsubscribe,
Is J2SE 5.0 the same as 1.4.2?
I know they just changed their number so I don't know if these are
the same or not.
Also, how does one find out on Linux what version of Java is
installed? I grepped for javac and this came up:
/usr/ports/java/jdk14/work/j2se/make/java/javac
-
Hey all,
There is very little info out there on this so far, given how new
mod_proxy_ajp is. One post I found seemed to indicate the same bug with
no solution
The problem is that I can't get mod_rewrite to work transparently with
mod_proxy_ajp. It either doesn't work at all (when I don'
tack a random number on the url.
String myURL = "../frame.html";
myURL += "?" + Math.rand();
response.sendRedirect(myURL)
The headers wouldn't help cachebust a static html file, you'll have to do it
this way.
HTH
pete
RITWICK wrote:
Hi,
I
what happened with the versioning?
Before the project was handed off from Jakarta, we were at version 5.5.9
or something...
So which version do I need to use clustering?
Ronald Klop wrote:
Is there any info about when an updated release is scheduled?
On Fri Dec 23 19:45:11 CET
I put the include for the JSP in the main file, it dropped to only
2 executions.
Any idea what I could look into on this?
Many thanks.
pete
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ns forums and people have head massive
problems with MSSQL and Netbeans Tomcat
>
>regards
>Manisha
>
>--- "Lucuk, Pete" <[EMAIL PROTECTED]> wrote:
>
>> I used Tomcat 4.1 and got the.
>>
>> "create only one connection at first and th
;Manisha
>
>--- andy gordon <[EMAIL PROTECTED]> wrote:
>
>> Show Processlist will show the number of initial connections
>at start
>> but does it show what subsystem a connection is bound to? what if
>> there are multiple tomcat's connected to one database. H
Manisha,
I do not know how you check in MSSQL.
But, just an FYI
If you setup your connection to ten, ten do not automatically get
created, only one, and as your app requires more connections, more
connections will be created up to a max of ten.
Took me a couple days to figure out that one
84 matches
Mail list logo