D>>
Gesendet: Donnerstag, 22. September 2022 14:38:35
An: Tomcat Users List
Betreff: RE: which missing file prevents tomcat 10 from starting as windows
service ?
Hi Again Larry
Sorry, more guesswork on my part.
> This file does seem to exist:
> c:\W
The "...\apache-tomcat-10.0.23\bin\service.bat install" command succeeds,
however starting Tomcat from Windows Services fails, with the commons_daemon
logging below indicating "The system cannot find the file specified."
Notes:
1. All files/folders referenced in the logging below exist, exc
FINE
org.apache.catalina.authenticator.useParentHandlers = true
I did not see any org.apache.catalina.authenticator.juli.AsyncFileHandler
classes to do this -
I need somthing like:
org.apache.catalina.authenticator.juli.AsyncFileHandler.prefix =
authuser.
thanks for any information on how to configure this.
-
authenticated users
Am 04.12.2016 um 08:04 schrieb Taylor, Larry:
> Hello,
>
> For Users that have authenticated from the Web Login page through Tomcat
> Realm LDAP configuration is it possible to get the authenticated user's
> ou=Organizational Unit or Department name? and
er(); but nothing about how to get the user's member
affiliations and roles.
Any information or pointers on this is appreciated.
____
Larry Taylor
Taylor, Larry would like to recall the message, "re: Tomcat with LDAP help".
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
**
cn={0},dc=visa,dc=com
null
null
false
true
Thanks for any information or pointers on this.
Larry Taylor
for any information.
____
Larry Taylor
, Taylor, Larry wrote:
> Hello,
>
> I am using Tomcat Version: apache-tomcat-7.0.50
That version dates back to 2014.
The latest version in that branch is 7.0.69 See :
http://tomcat.apache.org/download-70.cgi
> OS: Red Hat Enterprise Linux Server release 6.5 (Santiago) 64bit
>
>
.0.50 - Error reportApache Tomcat Input
Validation Security Bypass Vulnerability detected on 8080 port.
2. Null Session/Password NetBIOS Access
Thanks for any information
Larry Taylor
d to
Tomcat will be answered.
-- Larry
>
>
On Mon, Sep 9, 2013 at 12:50 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> All,
>
> Somewhat off-topic, but I was wondering if anyone knew of any package
> or technique that could be used to tunnel an arbitrary protocol via T
m the request URL and
the POST data from the body.
Is this possible? Maybe its not tomcat's fault ;)
Any insight is welcome, thanks.
-Larry
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional comman
://wiki.eclipse.org/WTP_Tomcat_FAQ for additional information about this
support.
Cheers,
Larry
-Original Message-
From: Mike Altieri [mailto:mca...@yahoo.com]
Sent: Friday, May 08, 2009 12:12 PM
To: Tomcat Users List
Subject: Re: Tomcat Configuration in Eclipse
Hi Ados,
Ognjen is right; the
This is also explained in the WTP Tomcat FAQ:
http://wiki.eclipse.org/WTP_Tomcat_FAQ
or specifically:
http://wiki.eclipse.org/WTP_Tomcat_FAQ#If_I_start_my_Tomcat_server_and_try_to_display_Tomcat.27s_default_page.2C_why_do_I_see_a_directory_listing_or_404_error_page.3F
Cheers,
Larry
;s Properties dialog. Make sure all the jars you want in
"WEB-INF/lib" at runtime are checked.
Cheers,
Larry
-Original Message-
From: Steve Cohen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2008 11:44 AM
To: Tomcat Users List
Subject: Re: HELP!!! java.lang.NoClassDefF
go to the Java EE Module Dependencies page of the
project's properties. You should see your build time jars listed there. Check
them to include them in the runtime classpath. These jars will then be
included in the WEB-INF/lib of the Web application when the project is
publi
by the Tomcat server.
Not knowing what your original Tomcat configuration was, it's hard to guess
what the original change was that caused Tomcat not to start. Modifying the
runtime classpath can easily result in this same symptom. You might try
creating a new Tomcat server from the same To
You don't specify exactly what you mean by "it fails", but assuming
you're saying that requests to Apache aren't getting passed along to
Tomcat, your answer is right here:
(from httpd.conf)
# Send everything for context /examples to worker named worker1 (ajp13)
#JkMount /examples/* worker1
if
27;t have
permission to modify this file.
Any details about the OS, server plug-in, and any configuration done to set up
this server would likely help. The stack trace alone doesn't provide a lot in
the way of hard clues.
Cheers,
Larry
> -Original Message-
> From: Konst
For details about the Tomcat support, see:
http://wiki.eclipse.org/WTP_Tomcat_FAQ
You might also check the Error Log view to see if any complaints are being
logged related to this.
Cheers,
Larry
> -Original Message-
> From: KANIKA GUPTA [mailto:[EMAIL PROTECTED]
> Sent: Satur
.2C_why_do_I_see_a_directory_listing_or_404_error_page.3F
Cheers,
Larry
> -Original Message-
> From: henry human [mailto:[EMAIL PROTECTED]
> Sent: Saturday, June 14, 2008 3:55 PM
> To: Tomcat Users List
> Subject: Re: Tomcat started but is not available!
>
> > it is just because under eclipse you don't have
not the one used by Tomcat when
it is running. Tomcat runs off a modified copy created when the server is
published.
See http://wiki.eclipse.org/WTP_Tomcat_FAQ for more details about the Tomcat
support in Eclipse.
Cheers,
Larry
> -Original Message-
> From: ktou Ho [mailto:[E
Yuval Perlov wrote:
Out tomcat servers are handling around 30K SSL hits every 5 minutes with
very little effort (10% cpu average on a dual core machine, good
response time).
We tried to put in httpd in front thinking we can squeeze out better
performance and memory consumption.
The system just
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Larry,
Other than Mark's comments...
Larry Prikockis wrote:
| 1) Any thoughts on why the Apache SSL -> Tomcat combination should be so
| much slower?
If your transactions are short, it's certainly possible
Mark H. Wood wrote:
On Mon, Apr 28, 2008 at 11:27:09AM -0400, Larry Prikockis wrote:
Specifically, we have a webapp on a Windows 2003 server that utilizes
Apache 2.2 SSL as a frontend and mod_proxy_ajp to send requests to Tomcat
5.5.17 (on the same server). By eliminating the Apache frontend
sing Tomcat SSL directly as
opposed to fronting it with Apache httpd?
3) anyone else have any similar (or contradictory?) experiences?
thanks-
Larry Prikockis
--
Larry Prikockis
System Administrator
[EMAIL PROTECTED]
Phone: (240)737-2900
Vecna Technologies, Inc.
5004 Lehigh Rd
College Park, M
.2C_why_is_a_Servers_project_created_in_my_workspace.3F
If neither of these covers your situation, check the other questions to see if
any might explain what is different between your Tomcat installation and the
Tomcat server in Eclipse.
Cheers,
Larry
P.S. That FAQ page can be fairly slow to come up
), or because your listener
class is being loaded in a classloader that isn't allowed to see classes in
common\lib's classloader. Launching Tomcat with the listener class loaded by
the system classloader would be a simple way to cause this.
Cheers,
Larry
> -Original Message-
&g
erver from the Servers tab.
Does it exhibit the same behavior?
Cheers,
Larry
> -Original Message-
> From: Alec Bickerton [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 21, 2008 6:28 AM
> To: users@tomcat.apache.org
> Subject: Tomcat 6.0.14 and Eclipse 3.3
>
> I
much easier to find via the Windows registry) instead of
the JDK itself. I have seen cases where it was an old tools.jar in
common/lib that caused this symptom when running Tomcat in a newer JVM.
Cheers,
Larry
> -Original Message-
> From: Caldarale, Charles R [mailto:[EMAIL PROTEC
n the content portion of the webapp. HTH.
Cheers,
Larry
> -Original Message-
> From: Mann, Ivan H [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 31, 2007 4:26 PM
> To: users@tomcat.apache.org
> Subject: CLASSPATH, .jar files, packages, and so forth
>
>
>
&g
"I've reinstalled the Tomcat server" isn't much detail to go on.
See if the following link helps by explaining the Tomcat support in
Eclipse:
http://www.eclipse.org/webtools/faq/TomcatServerFAQ.php
It covers WTP 1.5.x, but the majority of the info applies to WTP 2.0.x
as
rvlet-api.jar, with both located in the lib
directory of the Tomcat 6 installation. Any servlet.jar you find
involved with this server would contain out of date classes for this
server.
Cheers,
Larry
> -Original Message-
> From: niblz [mailto:[EMAIL PROTECTED]
> Sent: Wednesd
the patch ASAP.
Thanks so much for your help.
Larry.
-Original Message-
From: Rainer Jung [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 25, 2007 8:58 PM
To: Tomcat Users List
Subject: Re: AJP Flush Packet causing text/plain output
Hi Lary,
Larry Reisler wrote:
> Thanks
Thanks for your reply. There is a holiday here right now, so I'm not sure if I
will be able to get to file the Bugzilla issue before the holiday break.
We tried a few different versions of mod_jk (the early ones had other issues),
but all the latest ones showed the problem. We are currently us
We recently switched our development JBOSS instance from 4.05GA to 4.21GA,
where we are have been using mod_jk for connecting an Apache front end server
(2.2) to the Tomcat AppServer. We have noticed periodic times when the apache
web server will return data with a content-type of plain/text (th
Why not just add that host name in /etc/hosts?
Larry
On 7/24/07, Colin H <[EMAIL PROTECTED]> wrote:
Hi,
I am trying to do something that I figure should be pretty simple -
accessing my tomcat container from something other than localhost. So far
as I can tell, I should be ad
I think you'd be better off spending your time (== money) on CPU, RAM,
and disk space than doing this. It's one of those ideas that looks
good on paper, but sucks in practice.
Larry
On 6/7/07, rhodebump <[EMAIL PROTECTED]> wrote:
I have 5 war files, each containing the
Are the database and the tomcat server on the same machine?
Can you explain a little more about your synchronized code? I have
done several really big web apps with iBATIS, and haven't needed to
sync anything...
Larry
On 6/1/07, Stéphane Hanser <[EMAIL PROTECTED]> wrote:
You are
A FAQ I've written has been submitted, but hasn't made it to
the Web Tools web site yet. For the time being, the answer to
your question can be viewed here as Troubleshooting question #5:
https://bugs.eclipse.org/bugs/attachment.cgi?id=67392#trouble_5
Cheers,
Larry
> -Ori
Try "catalina.sh run" and see if you get some more info.
Also make sure that all of those directories exist and that you have
adequate rights to them.
Larry
On 5/14/07, reym <[EMAIL PROTECTED]> wrote:
Hi All,
I have installed Tomcat5.5 on CENTOS 4, which is located on a rem
Looks like something else is listening on port 80. Is IIS running?
Larry
On 4/25/07, John Pedersen <[EMAIL PROTECTED]> wrote:
Hi,
I have an app running fine on port 8080, but nothing works when I
switch to port 80 -
in server.xml, changing:
to
I get this error message:
SEVERE:
Simple question - are there more than 100 requests active when this happens?
Larry
On 4/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Now instead of set connection static i just create a new one for each query to
perform, so if there are concurrent queries it shouldn'
l. There isn't enough info to tell why
startup is looking for a jar named servlet-api.jar. The packaged
install wouldn't normally do that.
Cheers,
Larry
> -Original Message-
> From: David Smith [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 13, 2007 1:56 PM
> To:
r version of Tomcat 5.5.x and get a version of
the Eclipse JDT compiler that does support Java 5.0.
Cheers,
Larry
> -Original Message-
> From: Daniel Gresh [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 15, 2007 2:52 PM
> To: Tomcat Users List
> Subject: Re: Tomcat 5.5
ted to ojdbc.jar.
Cheers,
Larry
> -Original Message-
> From: Hugues Ferland [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 07, 2007 3:30 PM
> To: Tomcat Users List
> Subject: RE: Tomcat policy file, advice and clarification please
>
> Hi Larry,
>
> T
on. Note that some permission failures
are normal and won't cause a problem.
Cheers,
Larry
> -Original Message-
> From: Hugues Ferland [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 06, 2007 5:30 PM
> To: users@tomcat.apache.org
> Subject: Tomcat policy file, advi
.home}/shared/classes,${catalina.home}/shared/lib/*.jar
or something else that achieves your goal.
Cheers,
Larry
> -Original Message-
> From: David Kerber [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 11, 2006 6:55 PM
> To: Tomcat Users List
> Subject: Re: Deploying shared .
d by Chuck.
Cheers,
Larry
> -Original Message-
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 05, 2006 10:18 AM
> To: Tomcat Users List
> Subject: RE: Context problem in tomcat 5.5
>
> > From: Rizwan Ahmad [mailto:[EMAIL PROTECTED]
>
. Other
URLs that don't request a directory listing should work.
Cheers,
Larry
> -Original Message-
> From: John Langan [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 06, 2006 2:07 PM
> To: users@tomcat.apache.org
> Subject: Webapp runs on Tomcat 5.5.9 but not 5.5.20
Dude, that is just sick and wrong.
Larry
On 10/26/06, Eric <[EMAIL PROTECTED]> wrote:
is it possible to run apache 3.3 and 4.1 in windows 98? if so, can you
please teach me on how to configure it to run in windows 98 platform?
OK, pay one way (with cash) or another (with time)...which can you make more of?
:-)
Larry
On 10/16/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Larry Meadors
> Subject: Re: run php & jsp on the same
Why not just run resin with quercus? Works pretty much outta the box.
Larry
On 10/16/06, Steve Ochani <[EMAIL PROTECTED]> wrote:
On 16 Oct 2006 at 16:12, Christopher Schultz wrote:
> I seem to recall some hack to get PHP actually running /inside/
> Tomcat. Am I smoking crack,
Since you are using Tomcat 5, check out the "shared.loader"
property specified in the catalina.properties file of your
Tomcat instances. You could change it to use "catalina.home"
instead of "catalina.base", or add an additional "path".
Cheers,
Larry
&
Feel free to ask Web Tools questions on the Web Tools newsgroup,
see http://www.eclipse.org/newsgroups/. Other comments below.
Cheers,
Larry
> hallo,
>
> thanks for the antworts.
>
> after first Antwort. i have installed the WTP plugin and it
> seems good to work with se
o
the CLASSPATH environment variable. It could lead to odd behavior,
but may be helpful for setting breakpoints. This is something
the Sysdeo and WTP plug-ins would help avoid.
Cheers,
Larry
> -Original Message-
> From: Zach Calvert [mailto:[EMAIL PROTECTED]
> Sent: Friday, Aug
objects.
For some interesting reading on why I use tools like iBATIS instead of
ORM tools, here are some articles on the topic...
http://www.codinghorror.com/blog/archives/000621.html
http://blogs.tedneward.com/2006/06/26/The+Vietnam+Of+Computer+Science.aspx
Larry
On 7/29/06, Tomi NA <[EM
I was a Hibernate (2.x) user before finding out about iBATIS.
Hibernate has it's place, but for high-performance, nothing beats
iBATIS and hand-written SQL.
It is certainly worth your time to look into.
Larry
On 7/29/06, Phil (waex) <[EMAIL PROTECTED]> wrote:
Hi,
Sorry for if th
Might be the space...
Larry
On 7/27/06, Randy Paries <[EMAIL PROTECTED]> wrote:
unfortuntaly i have to setup tomcat on windoze.
i have it working on tons of linux boxs, and this has been a royle
pain. Ok enough whinning.
so when i try to display a jsp is get the error
Unable to find a
hreadPool$ControlRunnable.run(
ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
--
-Larry
When I click on that link, I get an error that looks nothing like a
tomcat error - something else is running on port 8080, so you have 2
options:
1) Edit $CATALINA_HOME/conf/server.xml to run on another port
-or-
2) Kill (or reconfigure) the other app listening on port 8080
Larry
On 6/12/06
, you
are using whatever Servlet/JSP API that happens to be
installed. Apparently, this is an older version. It would be
better if you installed the three apps on the second system and
only copied your configuration changes, provided my assumptions
are correct.
Cheers,
Larry
> -Origi
could come about with what you are copying
to the second system. It does imply the "classpath" isn't
what you are assuming it to be. Check around for j2ee.jar
or servlet.jar somehow getting into the picture. HTH.
Cheers,
Larry
> -Original Message-
> From: AC [mailto
nages
the connections, statements, resultsets, etc, and maps the results of
the SQL to objects.
Larry
On 4/5/06, Abh N <[EMAIL PROTECTED]> wrote:
> Hi,
>
> we are implementing the connection pooling in our application.
>
> connections are taken from the data sourc
Sounds like you may have a JRE instead of a JDK.
>From a command like do:
cd $JAVA_HOME
find -iname javac
You should see one listed as './bin/javac' after running that second command.
Larry
On 4/1/06, Martin Schulz <[EMAIL PROTECTED]> wrote:
> My webapps needs to acc
y
see each other, no problem. Then I tried to add another server on a different
subnet, no dice. I am experimenting with some configuration settings like the
multicast address but would like to hear from someone who knows 'yes this can be
done' before I invest too much more time.
--
Lar
Unless you *HAVE* to put jars in common/lib or shared/lib, don't.
You'll save a few bytes of disk space, but waste more time on goofy
classloding crap (like this) that will end up costing you more than
added disk space would.
Larry
On 3/10/06, Iratxe Etxeberria Sainz-Ezquerra
<[EM
e" on the .
The default value of useBodyEncodingForURI is false for
Tomcat 5, so GET query parameters are assumed to be encoded
according to the URIEncoding attribute setting and
setCharacterEncoding() doesn't effect their encoding.
Cheers,
Larry
> -Original Message-
> From: s
#x27;s Guide, but I think that is
about it. If you want a "real" manager/admin webapp, you will
need to upgrade to a newer Tomcat.
Cheers,
Larry
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Frances
> Sent: Tuesday, February 28, 2006 12:49 PM
>
I would think $CATALINA_HOME/bin/setenv.sh - it is an optional file,
and gets called by $CATALINA_HOME/bin/catalina.sh (in the standard
tomcat distribution).
Larry
On 2/19/06, kevin <[EMAIL PROTECTED]> wrote:
> Where is the best place of RHFC5 to add the code to start tom
and see if anything turns up.
Cheers,
Larry
> -Original Message-
> From: George Sexton [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 20, 2006 3:46 PM
> To: 'Tomcat Users List'
> Subject: ClassLoader/Security Manager Question
>
> I'm trying to get my
"classes" will take precedence over the one in
jasper.jar, allowing you to gather clues.
HTH,
Larry
> -Original Message-
> From: Siddhartha Mehta [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 10, 2006 8:51 AM
> To: Tomcat Users List
> Subject: RE: Error loo
with respect to
the Servlet 2.2 spec. It sounds like you are stuck with 3.3.1
as is. Hopefully a reasonable workaround can be found.
Cheers,
Larry
> -Original Message-
> From: Siddhartha Mehta [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 10, 2006 1:50 AM
> To: u
ion"?
I am confused...
:-D
Larry
On 1/9/06, Ritchie Gillam <[EMAIL PROTECTED]> wrote:
> I have already searched the archives but have found nothing related to my
> problem.
>
> I have a Phone Directory Java Application running on our Intranet. If a
> user requires
rsion from JDK 1.4.x. If running using
batch scripts, and don't care about running it as a service,
I believe you can delete the tools.jar in common/lib and
ensure your JAVA_HOME points to a JDK.
HTH.
Cheers,
Larry
> -Original Message-
> From: e-Denton Subscriber [mailto:
se my
setup to have multiple tomcat sites running under one process. Any
advice is appreciated.
--
Larry Morroni ([EMAIL PROTECTED])
voice: 610.891.9922
http://www.morroni.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
Have you cleared the tomcat work directory?
LArry
On 11/29/05, Bachler, Elisabeth (Elisabeth) <[EMAIL PROTECTED]> wrote:
> I just had a look in the catalina.out and I have an error with log4j:
> log4j:WARN Failed to set property [maxBackupIndex] to value "10 // Keep 10
>
You could try modifying common/classes/logging.properties to see
if you can increase the output. I haven't worked with Struts
enough to say what logging output you should expect. If no luck,
then there's always Google. :)
Cheers,
Larry
> -Original Message-
> From
x27;s startup batch
scripts. Adding this argument manually would likely make the
logging reappear. HTH.
Cheers,
Larry
> -Original Message-
> From: Graham Leggett [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 16, 2005 8:15 AM
> To: users@tomcat.apache.org
> Subject: To
on in case of problems.
--
Larry Mulcahy Please address email to [EMAIL PROTECTED]
PGP public key at: Good system software should be free, like air
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x2C4C5A03
AIM id: Fle
Man, this feels like telling someone how to shoot their foot off, but this
would be shorter:
new Exception().printStackTrace();
Larry
On 10/25/05, Steve Stearns <[EMAIL PROTECTED]> wrote:
>
> Charles P. Killmer wrote:
>
> >I have a bunch of JSP files that all instantiat
82 matches
Mail list logo