Re: Training material is now on-line

2018-04-14 Thread Ben K Dishman
Yes me too. Great job ! Ben. On 13 April 2018 at 15:10, wrote: > Thank you Mark, I really enjoyed the training! > > -Original Message- > From: Woonsan Ko [mailto:woon...@apache.org] > Sent: Friday, April 13, 2018 3:22 PM > To: Tomcat Users List > Subject: Re: Tra

Re: Release Dates

2016-08-05 Thread Ben Stringer
The archives may be useful. Assuming you mean historical release dates. http://archive.apache.org/dist/tomcat/tomcat-7/ Cheers, Ben > On 6 Aug 2016, at 12:37 AM, Salvatore Bellassai > wrote: > > Hello, > > I was hoping someone could tell me where Release Dates can be obt

RE: How to patch Apache Tomcat in AIX

2016-06-23 Thread Ben Stringer
pps to that version. This page may be useful to identify which Tomcat versions resolve the issues you are concerned about. Aim to install the most recent version if you can. http://tomcat.apache.org/security.html Cheers, Ben > > AIX OS version : 6100-09-05-1524 > > Note: > >

Re: Hash (#) error in Parameters value

2015-11-30 Thread Ben Mazyopa
4%23) Your response and action will be appreciated Regards Ben Mazyopa On Mon, Nov 30, 2015 at 4:14 PM, Ben Mazyopa wrote: > Dear Team, > > I am a devote user of tomcat servers, however I have met a bug when using > Apache Tomcat 7.0.52, on Windows 10 64bit. Whenever I pass a para

Re: Tomcat Conflicting with Group Policy Client

2015-11-18 Thread Ben Stringer
nt expects to have exclusive access to. This information should be available in the conf files for each component. Have you checked for other resource exhaustion (memory, paging space etc.) when all components are running? Cheers, Ben

RE: Tomcat Upgrades Ignoring Existing Installs

2015-11-11 Thread Ben Stringer
can be found here: http://tomcat.apache.org/security.html Cheers, Ben > > -Original Message- > From: Barrow, Jonathan [mailto:jonathan.bar...@viracoribt.com] > Sent: Wednesday, November 11, 2015 5:27 PM > To: Tomcat Users List > Subject: RE: Tomcat Upgrades Ignorin

Re: Tomcat Ports

2015-11-10 Thread Ben Stringer
pears to be for JMX > 2000 - > 4211 > 35810 - this changes when I restart the application Hi Dave, It sounds like your application is listening on those ports, not Tomcat. Run Tomcat without the application deployed to confirm. Cheers, Ben > > I started up a pearl script that liste

Re: URL rewrite in tomcat 7

2015-02-07 Thread Ben Stringer
ect, rather rewrite of the URL. > > How do i do this? (modifying context.xml or?) Can you help me? > Take a look at the documentation on Proxy Support. http://tomcat.apache.org/tomcat-7.0-doc/proxy-howto.html Cheers, Ben > BR. > baran ---

Multiple tomcat instances and redirection of URLs to different ports.

2014-07-18 Thread Ben Calnan
Hello everybody, My question is about multiple tomcat instances and redirection of URLs to other ports on IIS6 windows server 2003. I have two Java apps (web archives) GeoServer and GeoNetwork. Because they are quite big memory intensive apps, I've heard it's recommended to run two instances o

Re: Patch information required

2013-11-28 Thread Ben Stringer
> On 28 Nov 2013, at 6:14 pm, wrote: > > Hi Ben, > > Thanks for your comment. > > We are using tomcat bundle which comes with JasperReports Server (v5.1.0). Can you upgrade to 5.5? This uses Tomcat 7. Likely to have many of your patches covered. Upgrading a bundled

Re: Patch information required

2013-11-27 Thread Ben Stringer
our list of CVE vulnerabilities against Tomcat versions at this page: http://tomcat.apache.org/security.html Looks like 6.0.37 is the latest version of Tomcat 6. Cheers, Ben - To unsubscribe, e-mail: users-unsubscr...@tomcat.apa

Re: mod_jk 1.2.37 never send ping rq

2013-03-06 Thread Ben Stringer
wellcome > > thanks dietmar > Hi Dietmar, It sounds to me that socket_keepalive is what you are after. In your properties file above, you have set it to "1", but it should be set to "True". Cheers, Ben - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat wont allow me to create files

2013-02-25 Thread Ben Stringer
ar/lib/tomcat7 But that is not where you should be writing logs. /var/log is a conventional place to keep logs. What is your log4j configuration? Cheers, Ben - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: What is roseModel.mdl

2013-01-27 Thread Ben Stringer
Sorry, disregard my post, I see the file you are referring to in the tomcat source. Cheers, Ben On 28/01/2013, at 3:58 PM, Ben Stringer wrote: > Hi Geett, > > Anything below the /webapps directory is part of a deployed application, not > part of Tomcat. You will need to ask the

Re: What is roseModel.mdl

2013-01-27 Thread Ben Stringer
Hi Geett, Anything below the /webapps directory is part of a deployed application, not part of Tomcat. You will need to ask the application developer. Cheers, Ben On 28/01/2013, at 3:41 PM, Geett Chanddra Singha wrote: > Hi All, > > What is the significance of this file > &g

Re: Can not understand how maxThreads of Connectors works

2013-01-24 Thread Ben Stringer
On 25/01/2013, at 6:09 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > André, > > On 1/24/13 12:14 PM, André Warnier wrote: >> Now, considering this, there are a number of possibilities : - the >> documentation is totally wrong - there is a bug in Tomca

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-19 Thread Ben Souther
Glad you found it. Have a good weekend. -Ben On Fri, 2012-10-19 at 13:13 +0200, Steffen Schumacher wrote: > It attempts to initialize a port to a local soap service, which has not yet > been deployed - this is detected by the fact that a HTTP GET is made locally > for the wsdl of sai

Re: Context fails to load during start of Tomcat, and stalls tomcat startup

2012-10-18 Thread Ben Souther
Is it possible that the context in question depends on another context in your setup for something during startup? Do you have something in a context listener (or a servlet that gets deployed on startup) that makes a web service call to another context in your system during initialization? If so,

Re: Problems Increassing -Xmx

2012-10-01 Thread Ben Stringer
Hi Joel, Is it a 64-bit Debian install? If only 32-bit, you will be bumping up against the addressing limitations. Cheers, Ben On 02/10/2012, at 9:07 AM, joel badia escolà wrote: > Hi all, > > I'm trying to set up my max heap size in 2Gb but my tomcat > installation ig

RE: Permanent servlet in TC7

2012-07-27 Thread Ben Souther
On Thu, 2012-07-26 at 19:54 +, Chip McVey wrote: > So I'm looking for a guarantee that no automatic destroys will happen > going forward just because Tomcat decides to do it on its own. If it > is instructed to shutdown/undeploy/unload by some outside system or by > a human user, that's fine,

Re: Database connection causes slow startup

2011-11-17 Thread Ben Gladstone
D MESSAGE- > Hash: SHA1 > > Ben, > > On 11/16/11 2:44 PM, Ben Gladstone wrote: > > > type="oracle.jdbc.pool.OracleDataSource" > > connectionCachingEnabled="true" description="FCF Datasource" > > driverClassName="

Re: Database connection causes slow startup

2011-11-16 Thread Ben Gladstone
Daniel Mikusa wrote: > > On Wed, 2011-11-16 at 11:07 -0800, Ben Gladstone wrote: > > > I've attached my server.xml, context.xml, and catalina.out. > > I don't believe that you can attach files to the list. You'll need to > copy and paste the information i

Database connection causes slow startup

2011-11-16 Thread Ben Gladstone
onnects to the databases, and once it's connected it runs quickly, but it takes quite a while to connect. Am I doing something wrong? I've attached my server.xml, context.xml, and catalina.out. Thanks for your help! Ben ---

Re: Make Errors for JK-1.2.32 solaris/sparc

2011-10-24 Thread Ben
/ > Cp: cannot access ..libs/mod_jk.lai > Make[1]: *** [mod_jk.so] Error 2 > > Any help would be appreciated, thanks! > > Did you ever figure out the issue with this? I am getting the exact same message and I'm running out of ideas on how to solve it. Thanks

Tomcat Client Deployer: "Cannot resolve the name 'javaee:descriptionGroup' to a(n) 'group' component."

2011-04-13 Thread Ben Fox Moore
hen I searched for similar errors, nobody seems to have come across them or found solutions. My best guess was that it's missing some required libraries, but I can't seem to find out to set the Classpath, so I tried copying over the few libraries I'm using to the *${basedir}/lib *which is where the build.xml seems to be looking for them: > > > > > > > > but that hasn't fixed the problem. Any help is greatly appreciated! Ben

Re: explaining server.xml

2011-03-31 Thread Ben Souther
This is the best place to go for an explanation of all of the elements in server.xml http://tomcat.apache.org/tomcat-7.0-doc/config/index.html On Mar 31, 2011, at 7:45 AM, Kaushal Shriyan wrote: > Hi, > > Can someone please help me understand about various tag and definition in > server.x

Re: Tomcat vs. web sockets

2010-12-15 Thread Ben Xiong
Tomcat does not support websocket so far. I have used Jetty 7 for websocket, it's surprisingly easy, much easier than glassfish mode. Try this: http://blogs.webtide.com/gregw/entry/jetty_websocket_server On Tue, Dec 14, 2010 at 9:27 PM, Jess Holle wrote: > Does Tomcat 7 provide support for HTM

Re: CharacterEncoding is overridden by setContentType

2010-12-09 Thread Ben
Oh, and I found the force encoding filter does not work if the setContentType is called after. Is that becos of this method? On Dec 9, 2010, at 6:58 PM, Ben wrote: > Hi there, > > I don't get the source code from Tomcat 7.0.5. > > In the javadoc it says: > --This m

CharacterEncoding is overridden by setContentType

2010-12-09 Thread Ben
Hi there, I don't get the source code from Tomcat 7.0.5. In the javadoc it says: --This method must preserve any response charset that may already have -- * been set via a call to response.setContentType(), response.setLocale(), -- * or response.setCharacterEncoding(). But in the code a

Can tomcat detect disconnection by client side in Async mode?

2010-12-04 Thread Ben
efficient cos I set the timeout to quite high value to avoid frequent disconnect / connect. Thanks for help. Ben - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Does tomcat 7 support websocket?

2010-12-03 Thread Ben
Hi, I know it got servlet 3.0 support, but does it support websocket handshake n bi-direction talk? Tks. PeiSong - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.a

Re: Tomcat 6.0.29 using more and more RAM until it collapses?

2010-11-11 Thread Ben Souther
ng you're doing everything else would be a guess. -Ben On Thu, 2010-11-11 at 13:54 -0500, Brian wrote: > Hi, > > > > In my Linux machine, I'm using the JVM version 1.6.0_11-b03. On top of that, > I only run Tomcat 6.0.29. On that Tomcat installation, I'

Re: NIO connecter does not work after startup normally

2010-11-08 Thread Ben Xiong
t: Re: NIO connecter does not work after startup normally You recursively invoke startAsync unlimitedly. 2010/11/9 Ben Xiong ?Another case: Web.xml http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://java.sun.com/xml/ns/javaee"; xmlns:web=" http://java.sun.com/xml/

Re: NIO connecter does not work after startup normally

2010-11-08 Thread Ben Xiong
m: Caldarale, Charles R Sent: Tuesday, November 09, 2010 2:12 PM To: Tomcat Users List Subject: RE: NIO connecter does not work after startup normally From: Ben Xiong [mailto:xpsl...@gmail.com] Subject: NIO connecter does not work after startup normally Anyone can help? Not unless you tell us

Re: NIO connecter does not work after startup normally

2010-11-08 Thread Ben Xiong
Subject: RE: NIO connecter does not work after startup normally From: Ben Xiong [mailto:xpsl...@gmail.com] Subject: NIO connecter does not work after startup normally Anyone can help? Not unless you tell us the version of Tomcat, the JVM, and the platform you're running on. - Chuck

NIO connecter does not work after startup normally

2010-11-08 Thread Ben Xiong
(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Anyone can help? Thank you. Ben

Re: Apache Reverse Proxy required or not?

2010-10-14 Thread Ben Stringer
web access logging granularity that httpd provides. It really depends on your situation. Cheers, Ben - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Expression language not working

2010-08-31 Thread Ben Souther
Look at the top of your deployment descriptor (web.xml) and see if the version is 2.4 or better. On Aug 31, 2010, at 8:35 AM, abhishek jain wrote: > On Tue, Aug 31, 2010 at 5:48 PM, Mark Thomas wrote: > >> On 31/08/2010 12:52, abhishek jain wrote: >>> Hi friends, >>> I have a website in st

Re: Service doesn't get inited.

2010-08-30 Thread Ben Souther
Does your service implement ServiceLifecycle? I believe the init method is part of that interface. On Mon, 2010-08-30 at 10:33 -0700, Kannan Jayaprakasam wrote: > I have an axis2 aar webservice deployed in Tomcat. The serviceClass's > init(ServiceContext) method doesn't at all get called. The

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-19 Thread Ben Souther
On Thu, 2010-08-19 at 12:45 +0200, André Warnier wrote: > Yawar Saeed Khan/ITG/Karachi wrote: > > Hi, > > > > > > I have developed a web application using jsp and servlets with oracle > > database. > > > and with Tomcat also ? Look in the subject line. :) > > > > > > > > The application

Re: Tomcat supported versions

2010-07-13 Thread Ben Souther
How do you define "supported"? Tomcat is an open source project. There is no support, other than the help you can get on this list. I've heard of companies that offer support for Tomcat for a fee. You would have to check with them to see which versions they currently support. On Tue, 20

RE: Appserver Queues Filling Up

2010-05-11 Thread Ben Knight
Hey Chris, Thanks for the reply. We have yet to do a thread dump. I was actually waiting for the queues to fill up again to do just that. In the meantime, I have JBoss v. 5.1.0GA and JBoss web v. 2.1.3GA. Which versions of Tomcat have had problems? Thanks Ben -Original Message

Appserver Queues Filling Up

2010-05-10 Thread Ben Knight
Any advice is highly appreciated. If I can provide additional information for the sake of troubleshooting I would be more than willing to do so. /Ben *Ben Knight* System Engineer • Fi *T:* +1 212 941 5220 / *M:* +1 917 664 0297 ben.kni...@f-i.com / www.f-i.com This communicat

Re: Force Tomcat 5.5.16 to close SSL session upon every request

2010-03-22 Thread Ben Stringer
Hi, Take a look at the documentation for maxKeepAliveRequests on this page: http://tomcat.apache.org/tomcat-5.5-doc/config/http.html If you set this to 1 for your SSL connector, I believe it will do what you want. Cheers, Ben > Hi > > Is it possible Tomcat close SSL session upon e

CDI(Weld) / EL 2.2 on Tomcat 6.0.24

2010-03-01 Thread Israel Ben Guilherme Fonseca
Hi, i'm tring to use weld the implementation of the JSR 299 (*Java Contexts and Dependency Injection* ) on tomcat and it's working pretty well. The only problem so fat is when i try to override the built-in el-api/el-impl from Tomcat lib directory, with the new EL 2.2 that support parameters. I pu

Tomcat does not index jars in lib directory recursively?

2009-12-31 Thread Ben Katz
Hi, I noticed that Tomcat did not automatically load/index the jars in the lib directory that were in a subdirectory. I use subdirectories to sort the jars under /lib. I know that weblogic and other application servers do this automatically. Can I get Tomcat to do this or do I have to have all t

Re: How To Get MBean Server of Apache Tomcat.

2009-12-08 Thread Ben Katz
ide Tomcat. What I would like to do is to reach that server, probably by replacing "ManagementFactory.getPlatformMBeanServer().getDomains();" with something else. Thanks again, Ben. On Tue, Dec 8, 2009 at 15:00, Cyrille Le Clerc wrote: > Hello Ben, > > Tomcat relies

Re: How To Get MBean Server of Apache Tomcat.

2009-12-08 Thread Ben Katz
Hi, I use ManagementFactory.getPlatformMBeanServer() from within Apache Tomcat and from a regular JAR file (outside the scope of apache). I think (And correct me if im wrong) I'm getting different MBean Servers. My question is - How Do I reach the Tomcat mbean server from outside or alternatively,

Re: How to know when tomcat is ready to serve request

2009-10-22 Thread Ben D. Kusa
- Original Message - From: David kerber To: Tomcat Users List Sent: Thu Oct 22 12:31:34 2009 Subject: Re: How to know when tomcat is ready to serve request Anup K Ram wrote: > Its inside the war file. Take a look at the contextInitialized event of the ServletContextListener interface

Re: How to know when tomcat is ready to serve request

2009-10-22 Thread Ben D. Kusa
- Original Message - From: David kerber To: Tomcat Users List Sent: Thu Oct 22 12:31:34 2009 Subject: Re: How to know when tomcat is ready to serve request Anup K Ram wrote: > Its inside the war file. Take a look at the contextInitialized event of the ServletContextListener interface

Re: Using jasper

2009-10-21 Thread Ben Short
Sounds interesting I shall investigate. Many Thanks. 2009/10/21 Mark Thomas : > Ben Short wrote: >> Hi Mark, >> >> Id like to store my jsp files in a database. When a request comes into >> my web app I want to look up the jsp file based on the requested url, >>

Re: Using jasper

2009-10-21 Thread Ben Short
when I get the request I could save the jsp file to WEB-INF/jsp and then let tomcat handle the compilation if needed. I'd have to check that the lastmod time of the db version is greater than the file version before saving it to WEB-INF/jsp. Regards Ben Short 2009/10/21 Mark Thomas : > B

Using jasper

2009-10-21 Thread Ben Short
Hi, I would like to use the Jasper jsp compiler to compile jsp's that I read from a database/jackrabbit/inputstream can anyone give me any pointers? Regards Ben Short - To unsubscribe, e-mail: users-uns

Re: SSL with multiple Tomcat instances

2009-08-20 Thread Ben Stringer
stat -anp | grep java" is useful for confirming this). Do you have distinct DNS entries for each IP, and were the SSL certificates each created using these distinct DNS names? Cheers, Ben - To unsubscribe, e-mail: users-uns

Re: how to host webapp via https

2009-08-18 Thread Ben Stringer
http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html Cheers, Ben - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Load balancing and sticky sessions

2009-04-24 Thread Ben Stringer
allow some diagnosis of your sticky sessions issue. Cheers, Ben - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Hosting Recommendations.

2009-03-30 Thread Ben Stringer
hours. I would recommend them. Cheers, Ben > Hi is there any hosting recommendations. > > I've found online that rimuhost seemed to be recommended. Does anyone use > that and what you think of it? > > Regards, > > Wesley Acheson > -

Re: Console Output

2009-03-17 Thread Ben Souther
cd into the $CATALINA_HOME/logs directory and type: tail -f * On Tue, 2009-03-17 at 13:41 -0400, Mighty Tornado wrote: > Hi, > I am running Tomcat on Mac OS X. > How can I see output on the console of the command line? > > For example, if I would like to put System.out statements in the code

Re: Tomcat URL Rewrite. Help with configuration.

2009-03-11 Thread Ben Hu
will be rewritten. /test/status/ %{context-path}/rewrite-status -Ben On Wed, Mar 11, 2009 at 2:09 PM, Rodro wrote: > > Dear awarnier. > Ok, Now I found such WEB-INF directory (in my app it's > C:\ibi\WebFOCUS76\webapps\webfocus76\WEB-INF),

Re: Question about writing a servlet filter in Tomcat 5.5.x

2009-03-09 Thread Ben Hu
CompressFilter example. Not sure if there is anyone can share some experiences on this. -Ben On Mon, Mar 9, 2009 at 2:49 PM, Gregor Schneider wrote: > Ben, > > On Mon, Mar 9, 2009 at 7:15 PM, Ben Hu wrote: > > I am not sure whether or > > not Tomcat has its own way to implement Ser

Re: Question about writing a servlet filter in Tomcat 5.5.x

2009-03-09 Thread Ben Hu
those websites where I found examples. I am not sure whether or not Tomcat has its own way to implement Servlet Spec. -Ben On Mon, Mar 9, 2009 at 1:56 PM, Gregor Schneider wrote: > To give you a start, a small real-world-example: > > package com.cr.manuals.filter; &

Question about writing a servlet filter in Tomcat 5.5.x

2009-03-09 Thread Ben Hu
I find some general guideline to write servlet filter correctly in Tomcat? thanks, Ben

Re: not using the port number in the address???

2009-03-01 Thread Ben Stringer
that Anurag describes below. Details for configuring virtual hosts in httpd (v2.2) are here: http://httpd.apache.org/docs/2.2/vhosts/ Cheers, Ben On Wed, 2009-02-25 at 20:13 +, Anurag Kapur wrote: > You can use Apache HTTP server and use mod_proxy_http or mod_proxy_ajp > modules to forwa

Re: mod_jk

2009-02-18 Thread Ben Stringer
imilar. Cheers, Ben > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org --

Re: Wrong Time Shown in Catalina.out of Tomcat.

2009-02-17 Thread Ben Stringer
The Java runtime (JRE or JDK) maintains it's own timezone files. Most likely there is a mismatch between the timezone for the OS and the Java runtime (eg. daylight savings time). Try installing the latest Java runtime and rechecking. For more info, google for "Java Olson timezone"

Re: Tutorial: Load Balancing Tomcat with Apache

2009-02-16 Thread Ben Stringer
httpd, unless you are using the same httpdto host other sites. Otherwise, this just complicates the httpd configuration. Cheers, Ben > Hello everyone > I wrote a tutorial about load balancing Tomcat with Apache Proxy Module. > > This is the url: > http://www.zulutown.com/blog/200

Limit connections to tomcat via mod_jk

2009-02-04 Thread ben short
need to be able to do is limit the number of concurrent requests from Apache Httpd to Tomcat. Meaning that we could have 768 Apache processes available for static content and 256 threads for tomcat. Is something like this possible? Regards Ben Short

Google OpenGSE servlet engine released

2009-01-27 Thread Ben Stringer
ine, but anyone interested in servlet engine and servlet spec compliance would have a fantastic learning resource available to them." Cheers, Ben - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additio

Re: Archive Download

2009-01-22 Thread Ben Walter
Never mindappears to be issue with smb share module on Linux or Windows access to smb on Linux >>> From: "Ben Walter" To: Date: 23/01/2009 8:03 p.m. Subject: Archive Download Hi, I've been trying to download http://archive.apache.org/dist/tomcat/tomcat-5/v5

Archive Download

2009-01-22 Thread Ben Walter
sting... Sincerely, Ben Walter Technical Specialist Mobile: +64 (21) 0227 1484 www.scorpiogeek.net.nz

Re: Retrieve User Role

2009-01-08 Thread Ben Tomlinson
Perfect. Thanks. On Thu, Jan 8, 2009 at 5:40 PM, Alan Chaney wrote: > Hi Ben > > You can get it from the request. In JSP you can access the request implict > object to get the value of the HttpServletRequest#getRemoteUser() method ... > > "Returns the login of the user

Retrieve User Role

2009-01-08 Thread Ben Tomlinson
? Mainly I want the user role or the user name but I can't seem to get it from the session. Any help would be appreciated. Ben - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: us

RE: Is it possible to install both TOMCAT5.5 & TOMCAT6?

2009-01-02 Thread BEN HMIDA aymen
es, I had installed tomcat6 as service. I had set it as start-manually. But I still got the error during installation. Thanks > -Original Message- > From: BEN HMIDA aymen [mailto:aymen.benhm...@tunisiana.com] > Sent: Friday, January 02, 2009 10:45 PM > To: Tomcat Users List &

RE: Is it possible to install both TOMCAT5.5 & TOMCAT6?

2009-01-02 Thread BEN HMIDA aymen
Did you intall tomcat6 as a service either? If so you have to disable the service before installing tomcat5 and after installation change the listening port for one of them. -Message d'origine- De : gen [mailto:g...@bud.co.jp] Envoyé : vendredi 2 janvier 2009 14:41 À : 'Tomcat Users List

RE: why we need CATALINA_HOME to install tomcat..

2008-12-15 Thread BEN HMIDA aymen
Hi, The reason is mostly for Unix/Linux users to faciltate the acces to tomcat installation directory in shell. And for setting tomcat as a service in Unix/Linux and so on windows -Message d'origine- De : Naaag [mailto:nag...@btpsoft.com] Envoyé : lundi 15 décembre 2008 14:33 À : users@t

RE: HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread BEN HMIDA aymen
Hi Peter, Where did you placed your application? -Message d'origine- De : BoyePeter [mailto:[EMAIL PROTECTED] Envoyé : jeudi 11 décembre 2008 13:50 À : users@tomcat.apache.org Objet : Re: HTTP 400 Error when trying to check Tomcat installation Hi, Thanks for the reply and have just tri

RE: Unable to connect to DB using DataSource

2008-12-03 Thread BEN HMIDA aymen
Hi, There's something confusing in your post but i think you 've forgotten to specify the port number userd by postgres -Message d'origine- De : Stefan Deitmer [mailto:[EMAIL PROTECTED] Envoyé : jeudi 4 décembre 2008 08:35 À : Tomcat Users List Objet : Re: Unable to connect to DB using D

RE: Tomcat v5.0 - QuartzScheduler Thread error

2008-12-02 Thread BEN HMIDA aymen
Hi Amit, There's not enough information her but i think you have some jars missing related to quartz. -Message d'origine- De : viZor [mailto:[EMAIL PROTECTED] Envoyé : mardi 2 décembre 2008 11:13 À : users@tomcat.apache.org Objet : Tomcat v5.0 - QuartzScheduler Thread error Hi, I am u

RE: Tomcat: Excessive drain on resource?

2008-11-28 Thread BEN HMIDA aymen
I think what mark just said is sufficient. They can hardly find a better preferment web container than Tomcat -Message d'origine- De : Mark Thomas [mailto:[EMAIL PROTECTED] Envoyé : vendredi 28 novembre 2008 13:17 À : Tomcat Users List Objet : Re: Tomcat: Excessive drain on resource? hd

RE: tomcat 5.5.20 security issue

2008-11-24 Thread BEN HMIDA aymen
Thanks for the response. In my pom.xml i'm using the tag !1.6 to make the compiler use jdk 1.6 or any other version present in the machine. But I have to keep the version to 1.5 because the running platforme is using it. I tried to download the xmlsec.jar and placed it in my WEB-INF/lib but no

RE: tomcat 5.5.20 security issue

2008-11-24 Thread BEN HMIDA aymen
I'm using sun jvm 1.5 and the os is windows XP -Message d'origine- De : Peter Crowther [mailto:[EMAIL PROTECTED] Envoyé : lundi 24 novembre 2008 14:59 À : 'Tomcat Users List' Objet : RE: tomcat 5.5.20 security issue > From: Serge Fonville [mailto:[EMAIL PROTECTED] > Just a few questions

RE: tomcat 5.5.20 security issue

2008-11-24 Thread BEN HMIDA aymen
It's for now the web server used by my compagny we entend to migrate to 6.x. My purpose is to test a web service using SOAP-ui. So when I test the web service on my machine it worked but when tested remotely there's an error when I send a request with SOAP-UI -Message d'origine- De : S

Re: basic help with tomcat5

2008-10-29 Thread Ben Stringer
Hi Remik, I was answering a different poster, who was trying to get Tomcat running on FC6. Do you have a different question? If so, you should start a new thread. Cheers, Ben On Wed, 2008-10-29 at 05:13 -0700, Remigiusz Andrzejak wrote: > Sorry, I didn't mention that I installed Tomca

Re: basic help with tomcat5

2008-10-29 Thread Ben Stringer
advice on doing this if you need it. Fedora/Redhat is a great platform for running tomcat - just need to get the installation right, and I'm happy to help you with this. Cheers, Ben On Tue, 2008-10-28 at 14:29 -0500, Tim Potter wrote: > Currently, I am trying to get an instance of tomcat

Single Sign On valve issue

2008-09-10 Thread Ben Newman
a why this might be happening? I've been looking all over but I can't find a solution. The documentation also says that invalidating the session in one webapp will invalidate them in all applications, but I'm not seeing this eith

Re: Problems using JavaMail-API within Tomcat

2008-08-12 Thread Ben Stringer
il jar being on the classpath. Perhaps check if this is the case. Cheers, Ben - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Would like to monitor memory use offline

2008-08-03 Thread Ben Stringer
robe [2] to give you an overview of resource consumption and monitor it over time. Cheers, Ben [1] -XX:+PrintGCTimeStamps -Xloggc:/var/log/java/gc.log -verbosegc -XX:+PrintGCDetails [2] http://www.lambdaprobe.org/d/index.htm

Re: Changing SSL Certificates

2008-08-01 Thread Ben Densmore
Is there anyone that might be willing to help me get this fixed? I've tried following the docs from TomCat and am now getting this error. keytool error: java.lang.Exception: Public keys in reply and keystore don't match We'd be willing to pay, i just need to get this fixed. Than

Re: Changing SSL Certificates

2008-08-01 Thread Ben Densmore
an error that the keystore isn't valid. Thanks, Ben On Fri, Aug 1, 2008 at 12:13 PM, Peter Crowther <[EMAIL PROTECTED] > wrote: > Tomcat version? > Error message (anything more than "blew up")? > Vendor of new cert? Do you have to install a cert cha

Changing SSL Certificates

2008-08-01 Thread Ben Densmore
certificate? Thanks, Ben

Re: Tomcat Hosting

2008-07-29 Thread Ben Stringer
without making any commitments. I've been pleased with Rimu Hosting http://rimuhosting.com/ Not sure if they offer a trial period though. Cheers, Ben - To start a new topic, e-mail: users@tomcat.apache.org To unsubsc

Re: Graceful shutdown

2008-07-14 Thread Ben Stringer
On Mon, 2008-07-07 at 00:10 -0700, Antonio Parolini wrote: > Hi, Ben > > > 1) Define a status worker [1] and one (or more) workers. > > Interresting. Will this status worker thing work -without- a webserver as > Frontend (like Apache) ? Hi Antonio, No, to the best of my k

Re: Graceful shutdown

2008-07-04 Thread Ben Stringer
top the tomcat instance. However when we tried to implement this setup, it did not work quite as expected. Cheers, Ben [1] http://tomcat.apache.org/connectors-doc/reference/status.html - To start a new topic, e-mail: users@tom

RE: Redhat patch level cheatsheet?

2008-06-19 Thread Ben Stringer
u download (from instance) tomcat5-5.0.28-2jpp_5rh.rpm from RHN, you are getting the Apache Tomcat 5.0.28 release. Redhat use (and sponsor) jpackage.org, so you may find more information there. If my understand is incorrect (and it may be) I'd like to know - this has always been my belief. Chee

Re: Multiple Java processes when using Tomcat

2008-06-16 Thread Ben Stringer
ly available for the 2.4.xx kernel. The 2.6.xx kernel allows for proper thread grouping and reporting. To take advantage of this, your programs must use a threading library that features the CLONE_THREAD flag. The NPTL pthreads provided by recent glibc releases use CLONE_THREAD. Cheers, Ben

Re: Tomcat producing (near) duplicate Catalina logs

2008-06-13 Thread Ben Stringer
rection: http://mail-archives.apache.org/mod_mbox/tomcat-users/200407.mbox/% [EMAIL PROTECTED] Cheers, Ben - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: Run several applications on different ports, isolated from each other

2008-06-13 Thread Ben Stringer
ing two tomcat instances. It does require modifications to the packaging (I did this under RedHat), but gives the most flexibility. The decider for me was the ability to run each tomcat instance as a different user id, and to be able to completely stop and restart each tomcat without

Re: jk load balancing based upon ip address rather than session id

2008-06-13 Thread Ben Stringer
check the request properties, and based on these, rewrite the URL in such a way that it maps to a different JkMount attribute, sending the request to a specific worker. Cheers, Ben - To start a new topic, e-mail: users@tomcat.apac

TomCat and support of WebServices stacks: JAX-WS vs. Axis

2008-05-06 Thread Ben Stover
Tomcat installation? Ben - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: unable to read complete POST body via tomcat connector

2008-05-03 Thread Ben Stringer
Is there SSL anywhere in your setup? Can't see why this would not be working - you may want to try tweaking the max_packet_size in workers.properties and packetSize on the Tomcat connector, details here: http://tomcat.apac

  1   2   3   4   >