Am Tue, 20 Dec 2011 15:52:57 +0100
schrieb uwe.hellm...@t-systems.com:
> It is Tomcat 5.5.26
>
[..]
>
> If this is the case I get some munition to go the the developers.
In my experience this route is an useless approach as long as you run a
4 years old Tomcat and without being able to identify
Am Sat, 12 Nov 2011 07:21:58 -0500 schrieb whoswho :
> Tomcat has been installed as a non-root user. I want to use SSL port
> 443 and not the deafult port 8443. When I modify the SSL connector,
> and try connecting as 443, I get permission denied since the tomcat
> account owner is non-root.
It
Am Sat, 22 Oct 2011 17:17:26 +0100 schrieb Mark Thomas
:
> ProxyPass /tomcat7 http://localhost:8080
> or
> ProxyPass /tomcat7 ajp://localhost:8080
Usually Tomcat is listening for ajp-requests on port 8009, not 8080.
Regards,
Tobias.
-
Am Fri, 09 Sep 2011 14:34:44 +0200
schrieb André Warnier :
> As an alternative to netstat under Solaris, there is the "lsof"
> utility.
AFAIK there is no lsof in (standard-) Solaris-10. But maybe one can
take it from independent repositories like Sunfreeware
(http://www.sunfreeware.com/ shows a h
Am Fri, 9 Sep 2011 09:54:36 +0100
schrieb "Dave Stubbs" :
> When we list the system tasks we see that the ghost process PPID is
> the same as the PID of the still running main tomcat instance. Here
> is list of what happened when it wasn't picked up for a while.
Obviously the "parent"-JVM itself
laris-world that should do the job.
Regards,
Tobias Crefeld.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
Am Thu, 31 Mar 2011 07:49:07 -0400
schrieb James Pifer :
> So I have a web server at: http://server.domain.com that has just
> static web pages, etc.
>
> I have a tomcat jsp that I want to respond to
> http://myapp.domain.com.
>
> I setup a VirtualHost similar to you example, but when I go
> t
Am Wed, 30 Mar 2011 15:09:12 -0400 schrieb James Pifer
:
> Ok, my httpd.conf is pretty standard. It includes proxy_ajp.conf
> which has:
>
> LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
> ProxyPass /tomcat/ ajp://localhost:8009/
I only have some experience with Tomcat-6, not Tomcat-5.5,
Am Mon, 13 Dec 2010 20:15:55 -0500
schrieb George Christiansen - PA :
> I'm trying to remove an SSL cert from a Tomcat instance. Can I just
> comment/remove the certs from server.xml and maintain SSL without the
> cert?
You can create a self-signed SSL-certificate instead.
Regards,
Tobias.
--
Am Tue, 09 Nov 2010 16:06:14 -0500
schrieb Christopher Schultz :
> Have you correctly replaced lib/tomcat-juli.jar
> and installed lib/tomcat-juli-adapters.jar? If not, you may be falling
> back to the old logger which requires logging.properties.
For whatever-reason and different than tomcat-jul
Am Thu, 21 Oct 2010 11:13:53 +0200
schrieb André Warnier :
> In addition, it is somewhat of a moving target, since Linux
> distributions seem to each superpose their own schemes to the
> standard Tomcat scheme (like using jsvc, and/or re-directing to
> SYSLOG e.g.).
Today this is necessary becaus
We have problems to manage Tomcats Logs. Logfiles like catalina.out or
application specific logging is not the problem, but there are some
files that are created each day new by tomcat (Tomcat-6):
localhost.2010-02-27.log
manager.2010-02-16.log
host-manager.2009-08-30.log
admin.2010-07-10.log
Am Fri, 20 Aug 2010 14:15:30 +0200
schrieb KiLiCoOl :
> True but no one explain how to compile tomcat in 64 bits for
> unix ... :(
This is correct and there is an explanation in the thread.
> > A short search in the archives of this mailing list would help:
> >
> > http://mail-archives.apache.or
Am Fri, 20 Aug 2010 13:37:08 +0200
schrieb KiLiCoOl :
> Is there a version of Tomcat 6.* in 64 bits under linux ?
A short search in the archives of this mailing list would help:
http://mail-archives.apache.org/mod_mbox/tomcat-users/201008.mbox/thread?1
Regards,
Tobias.
--
Am Tue, 10 Aug 2010 08:07:06 -0500
schrieb "Caldarale, Charles R" :
> > JAVA_OPTS="$JAVA_OPTS -d64 -Xms512m -Xmx4096m"
>
> Odd; -d64 is not valid on any JVM I have installed.
Interesting! I never tested leaving out this parameter on a 64bit-JVM
under Linux but after a short test it looks as i
Am Tue, 10 Aug 2010 16:58:45 +0400
schrieb Maxim Kuleshov :
> But for some reason tomcat wants IPv6 connection and while time
> (retries * timeout) passed - it hangs at start.
>
> And I even don't know - what subsystem use such kind of
> interconnection (via IPv6 loopback).
Just an idea: Tomcat
Am Mon, 9 Aug 2010 04:52:55 -0700 (PDT)
schrieb Angelo Chen :
>
> the standard tomcat(apache-tomcat-6.0.20.tar.gz) is running in a 64
> bit version of Centos. so can my app use memory bigger than 4G? I
Which JVM-version does your Tomcat use? IIRC there are different
defaults for different versio
ag. Tomcat expects an exclusive access to its
Tomcat-directory-structure.
We are using Tomcat-installations for the same application as well but
we use rsync to synchronize and avoid common storage.
--
Mit freundlichen Grüßen,
Tobias Crefeld.
+49 - 89 - 2190 964-15
Cataneo GmbH
Lilienstrasse 8
Am Fri, 9 Jul 2010 10:21:09 -0300
schrieb Fernando Morgenstern :
> SEVERE: Error starting static Resources
> java.lang.IllegalArgumentException: Invalid or unreadable WAR file :
> error in opening zip file
>
>
> I've verified and tomcat user does have read permissions to war file.
> Also, i don'
Am Tue, 15 Jun 2010 20:08:15 +0200
schrieb André Warnier :
> The version of mod_jk on that system is 1.2.18, and
[..]
> Now I'll see if I can get a more recent mod_jk as a Debian package,
I'm not so familiar with Debian and we run only on sparc-version (5.0,
Lenny), but there should be a newer on
Am Tue, 15 Jun 2010 15:04:01 +0200
schrieb André Warnier :
> In other words, it appears to receive the URI "/mir/search.jsp", try
> to map it to a worker, succeed, but then forwarding the request to
> Tomcat as "/jsp/search.jsp" anyway (which was the original URL, not
> the rewritten one). This "/
Am Tue, 15 Jun 2010 08:42:47 +1000
schrieb Matthew Peterson :
> Lambda Probe is stale. It has been forked to Psi Probe which has
> regular activity: http://code.google.com/p/psi-probe/
It's always nice if there is some development in progress but it's not
so nice if this makes results worse.
Un
Am Mon, 14 Jun 2010 20:06:42 +0400 schrieb Myk Bova :
> Lambda Probe for Apache Tomcat ?
> http://www.lambdaprobe.org/d/index.htm
Correct, sorry for the typo!
Regards,
Tobias.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat
Am Sun, 13 Jun 2010 22:27:40 +0700
schrieb andy susanto :
> is there any tool that i can monitor my tomcat ?, because at peak hour
You should ask your preferred search engine after "JMX".
JDK offers some applications like "jconsole" (old fashioned but usually
sufficent) or "jvisualvm" (looks nic
Am Wed, 26 May 2010 13:08:23 +1000
schrieb Leon Kolchinsky :
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # java.lang.OutOfMemoryError: requested 2147483664 bytes for
> Chunk::new. Out of swap space?
Without knowing the application I would strongly estimate that it i
Am Mon, 26 Apr 2010 13:22:49 -0400
schrieb Reuven Koblick :
> I verified that the class that was not found is indeed
> in /WEB-INF/classes. Also, classes in *.jar files in WEB-INF/lib are
> found. Does anyone have any thoughts or suggestions?
Maybe wrong rights for directories or files in the cla
Am Thu, 8 Apr 2010 15:16:36 -0400
schrieb "Eric B." :
> So what my init.d script currently does is pre-create an empty pid
> file in the /var/run directory, then changes ownership of it to
> "tomcat" so that tomcat can then update it with the actual pid of the
> tomcat process.
>
> Given that the
Am Fri, 22 Jan 2010 14:25:11 +
schrieb Matt Turner :
> The SSL pass-through requirement explains why I was attempting to
> pass through to :8443 directly - but it sounds like that's the wrong
> approach.
If it isn't possible to move the SSL-certificate and -keys to the
Apache2 (and change the
I guess that you should exchange the "JkMount /* tomcatssl" by
"JkMount /* tomcat1" provided you use a "standard" Tomcat-setup.
For a parallel SSL- + Non-SSL-Setup using Apache2 you basically need 2
virtual-hosts in Apache2. One for Port 443 with the
standard-SSL-parameters Apache2 expects to inte
Am Mon, 4 Jan 2010 17:47:23 +0530
schrieb "Shanmugham, Dayanand (IE10)" :
> 127.0.0.1 - admin [04/Jan/2010:17:45:09 +0530] "GET /manager/html
> HTTP/1.1" 500 2615
"admin" is not a valid username but a valid role in the (uncommented)
default-version of tomcat-users.xml. You should look (or insert)
Am Mon, 4 Jan 2010 17:08:26 +0530
schrieb "Shanmugham, Dayanand (IE10)" :
> 3.Started Tomcat instance
> 4.All Servlets and JSP 1.2 examples work fine but when I run
> the JSP 2.0 examples, I get the following security exception messages
> 5.I removed the comments from "tomcat-users.xm
Am Thu, 10 Dec 2009 16:44:35 -0500
schrieb Arunkumar Janarthanan :
> We have a 4 Apache & Tomcat instances running on and trying to setup a
What do you mean with "4 Apache & Tomcat" exactly?
> custom message by redirecting user to different Apache instance with
> "currently we are expereincing H
Am Wed, 2 Dec 2009 12:00:06 +0530
schrieb raj kumar :
> When i ran tomcat and shut it down my java process is not closing
> along with shutdown.i need to kill it explicitly. So I would like to
BTW: How much memory is reserved for your Tomcat-JVM ($JAVA_OPTS) and
how much memory has your server a
Am Wed, 2 Dec 2009 12:00:06 +0530
schrieb raj kumar :
> Tomcat: jakarta-tomcat-5.0.28
> Java : j2sdk1.4.2
> OS: SunOS
ps -fu TomcatsUsername |grep java |grep -v grep |cut -f2 -d" "
If the release of your SunOS is as antique as the rest of your software
it's possible that one of these commands do
Am Mon, 30 Nov 2009 08:02:41 -0800 (PST)
schrieb Thomas Moorer :
> I have been thinking about upgrading my Tomcat 6.0.16
> instance to the latest 6.0.20. I have been thinking about the best way
> to do that. I have modified several config and shell files and suppose
> I could just copy those to th
Am Thu, 26 Nov 2009 10:54:08 +0100
schrieb Jimmy Spam :
> By default, system is using jre1.6 and If I uninstall it, tomcat 6
> doesn't work, so How can do for that tomcat use jre1.5 without crash?
Please have a look at the beginning of the catalina.sh of your
Tomcat-installation. There is a bri
Am Wed, 25 Nov 2009 11:13:19 -0500
schrieb Jonathan Mast :
> I need something that will be apply globally and can't be overridden
> by VirtualHost directives.
Why don't you use a standard like Location/Order/Deny/Allow in the
vhosts config to deny access to WEB-INF, etc.?
Individual config-fil
Am Tue, 17 Nov 2009 09:40:46 +
schrieb Robert Denison :
> I've set up my tomcat server to serve http requests on port 8080 and
> https on port 8443. My firewall forwards requests for 80 to 8080 and
> 8443 to 8443.
Tomcat cannot help you in this case.
You will have to make your firewall for
Am Fri, 13 Nov 2009 16:29:22 +0100
schrieb Marie-Christine Lagasquie :
> Of course, the file "/usr/local/tomcat/conf/tomcat-users.xml" has been
> modified before running Tomcat and now contains :
> ---
>
This is the start of a comment:
>
>
BTW: If
Am Thu, 5 Nov 2009 19:42:58 + schrieb Anurag Kapur
> On Thu, Nov 5, 2009 at 12:29 PM, Tobias Crefeld wrote:
> > Separating JMX Proxy from manager won't be very helpful because JMX
> > Proxy itself is offering control over tomcat. And it needs direct
> > access
Am Wed, 04 Nov 2009 09:43:54 +0100
schrieb Sergio Arrighi :
> Is it possible to have a tomcat webapp listening on a port different
> from the port which is in use by the server itself??
> Example:
> I have a tomcat server listening on port 80 and I want the 'A' webapp
> to be listening on port 10
Am Tue, 27 Oct 2009 03:47:23 -0700 (PDT)
schrieb "selvakumar.V" :
> WARNING: Could not get dir listing for
> /opt/CSCOpx/MDC/tomcat/webapps/ipm/WEB-INF
What do you get if you type at the shell prompt:
ls -la /opt/CSCOpx/MDC/tomcat/webapps/ipm/WEB-INF
and
ls -la /opt/CSCOpx/MDC/tomcat/
?
Reg
Am Tue, 27 Oct 2009 12:25:18 +0300
schrieb "Terekhov Artyom (ADV)" :
> Hello, I wonder how to get tomcat 64-bit binaries from this link.
> Does not seem to work.
>
> http://svn.apache.org/viewvc/tomcat/tc6.0.x/tags/TOMCAT_6_0_16/res/procrun/
The link works well but "svn" is for developers inform
Am Thu, 22 Oct 2009 05:11:57 -0700 (PDT)
schrieb Kris Reid :
> Tomcat 5.5.25
> httpd 1.3.41
>
> We are using mod_proxy with the following commands:
>
> Contents of
> /usr/local/apache/conf/userdata/std/1/realtim1/1realtimemlmleads.com/proxy.conf:
>
> ProxyPass / http://localhost:8080/Leads/
> P
Am Mon, 12 Oct 2009 18:57:43 +0200
schrieb Jesse Long :
> Thanks for your answers Tobias. Unfortunately we have a very real use
> case for multiple instances on one host, with different data paths.
> So, /etc/app.properties is not usable, but /etc/app- derived
> data>.properties might be but vir
Am Mon, 12 Oct 2009 13:01:44 +0200
schrieb Jesse Long :
> In my webapp I need persistent storage. I am building my webapp as a
> .war file, and copying it into $CATALINE_HOME/webapps/
>
> Tomcat extracts $CATALINA_HOME/webapps/app.war to
> $CATALINA_HOME/webapps/app/
>
> The war file contains an
Am Thu, 24 Sep 2009 10:54:56 -0500
schrieb "Strickland, Lawrence P" :
> I am having some problems building mod_jk on AIX and I see the same
> functionality is supported in mod_proxy_ajp.
> Does anyone have some good reason why I should use one over the other?
Using mod_proxy_ajp we got problems w
Am Tue, 15 Sep 2009 15:00:39 -0500
schrieb sharda k :
>- User ids are being stored in LDAP
>- User credentials(password) are being stored in Active Directory
> (AD).
>- User roles are gain being stored in LDAP
And how are ADS-credentials and LDAP'S "IDs" synchronized?
Why don't you p
48 matches
Mail list logo