configuring tomcat with apache and eclipse.

2009-03-27 Thread Wesley Acheson
help me with any or all of the above points. One last question is it possible for launching apache to launch tomcat? Regards, Wesley Acheson

Re: configuring tomcat with apache and eclipse.

2009-03-30 Thread Wesley Acheson
Can anyone tell me if they know of another list where I can ask my questions. I thought tomcat would be most appropiate as its 2/4 tomcat 1/4 apache and 1/4 eclipse. On Fri, Mar 27, 2009 at 11:54 PM, Wesley Acheson wesley.ache...@gmail.comwrote: Hi all, I wish to launch tomcat from eclipse

Re: configuring tomcat with apache and eclipse.

2009-03-30 Thread Wesley Acheson
Hi Yassine, Gregor, mailing list readers. It was because of the SSL stuff I haven't learnt how to set up SSL with tomcat. Okay but as far as I know when you make any trivial change in eclipse, It builds an entire WAR file and restarts its tomcat instance which means lost sessions really annoying

Re: configuring tomcat with apache and eclipse.

2009-03-30 Thread Wesley Acheson
On Mon, Mar 30, 2009 at 8:52 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Gregor Schneider [mailto:rc4...@googlemail.com] Subject: Re: configuring tomcat with apache and eclipse. I'm understanding this scenario in such a way that there's a test/dev-environment that

Re: configuring tomcat with apache and eclipse.

2009-03-30 Thread Wesley Acheson
On Mon, Mar 30, 2009 at 9:16 PM, Gregor Schneider rc4...@googlemail.comwrote: Maybe the he's too lazy to login every time? Who knows... Thats pretty much it :) Seriously though when doing HTML work just making small incremental changes to the markup thats being served, It can be a real pain.

Re: Slow servlet response under WinXP Pro

2009-03-30 Thread Wesley Acheson
Can you not use these instructions to exclude the directories in question http://service1.symantec.com/SUPPORT/ent-gate.nsf/docid/2002072314000354?Opendocid=2003033115550554nsf=ent-gate.nsfview=docid Regards, Wes On Mon, Mar 30, 2009 at 9:23 PM, Tommy Pham tommy...@yahoo.com wrote: Hi Jon,

Hosting Recommendations.

2009-03-30 Thread Wesley Acheson
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: Hosting Recommendations.

2009-03-30 Thread Wesley Acheson
from one of them. Regards, Wesley Acheson Date: Mon, 30 Mar 2009 21:41:13 +0200 Subject: Hosting Recommendations. From: wesley.ache...@gmail.com To: users@tomcat.apache.org Hi is there any hosting recommendations. I've found online that rimuhost seemed to be recommended. Does

Re: Hosting Recommendations.

2009-03-31 Thread Wesley Acheson
Thanks for all the links everyone I'll look at them all. Regards, Wesley Acheson On Tue, Mar 31, 2009 at 2:21 AM, Ben Stringer b...@burbong.com wrote: Hi Wesley, I've used Rimuhosting for a few years now. Their customer service is good, and they have Java devs on staff, so they know what

Re: Hosting Recommendations.

2009-03-31 Thread Wesley Acheson
31, 2009 at 2:41 PM, Wesley Acheson wesley.ache...@gmail.com wrote: Thanks for all the links everyone I'll look at them all. Regards, Wesley Acheson On Tue, Mar 31, 2009 at 2:21 AM, Ben Stringer b...@burbong.com wrote: Hi Wesley, I've used Rimuhosting for a few years now

Deploying ROOT application errors.

2009-07-15 Thread Wesley Acheson
://tomcat.apache.org/connectors-doc/generic_howto/proxy.html#URL%20Rewriting Regards, Wesley Acheson

Re: Deploying ROOT application errors.

2009-07-15 Thread Wesley Acheson
to the fact it can't delete libs as they are on the classpath of all other webapps (Including manager). Regards, Wesley Acheson On Wed, Jul 15, 2009 at 11:37 PM, David Rees dree...@gmail.com wrote: On Wed, Jul 15, 2009 at 2:25 PM, Wesley Achesonwesley.ache...@gmail.com wrote: How do I either

Re: Deploying ROOT application errors.

2009-07-15 Thread Wesley Acheson
Tomcat 6.0.18 windows vista professional 32 bit. Although I seem to have seen a related issue on tomcat 5.5 here https://issues.apache.org/bugzilla/show_bug.cgi?id=36990 Regards, Wes On Thu, Jul 16, 2009 at 12:52 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: Usual questions: 1.

Re: Deploying ROOT application errors.

2009-07-15 Thread Wesley Acheson
In that it includes root.war and it undeploying it. yes. Jar locking I don't know about. How do I prevent that? On Thu, Jul 16, 2009 at 1:08 AM, Pid p...@pidster.com wrote: On 15/7/09 23:58, Wesley Acheson wrote: Tomcat 6.0.18 windows vista professional 32 bit. Although I seem to have

Re: Deploying ROOT application errors.

2009-07-15 Thread Wesley Acheson
Oops sorry no I didn't see that I'll take a look. On Thu, Jul 16, 2009 at 1:06 AM, David Rees dree...@gmail.com wrote: On Wed, Jul 15, 2009 at 3:58 PM, Wesley Achesonwesley.ache...@gmail.com wrote: On Thu, Jul 16, 2009 at 12:52 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: Maybe

Re: Deploying ROOT application errors.

2009-07-16 Thread Wesley Acheson
deployed correctly it still only contains WEB-INF/lib/mysql-connector-java-5.1.6.jar This is still true when I turned on antijar locking in context.xml Regards, Wesley Acheson On Thu, Jul 16, 2009 at 11:01 AM, Mark Thomas ma...@apache.org wrote: Wesley Acheson wrote: In that it includes root.war

Re: Deploying ROOT application errors.

2009-07-17 Thread Wesley Acheson
the problem? Does it use a different class loader for the inital load? On Thu, Jul 16, 2009 at 11:54 PM, Mark Thomas ma...@apache.org wrote: Wesley Acheson wrote: Theres only two jars and their not used. The flippant reply would be Well delete them then and the problem will go away WEB-INF/lib

Re: Deploying ROOT application errors.

2009-07-17 Thread Wesley Acheson
I've never profilled an application. Is there any decient free ones? Preferably one that plugs into eclipse. Or any other way to specify a driver that won't prevent my undeploying ROOT? A Different host? On Sat, Jul 18, 2009 at 12:02 AM, Mark Thomas ma...@apache.org wrote: Wesley Acheson

Re: tomcat 6 - setting classpath

2009-07-19 Thread Wesley Acheson
. Regards, Wesley Acheson On Wed, Jun 17, 2009 at 8:38 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom, On 6/17/2009 7:43 AM, Tom Brown wrote: it is only configuration files - no jar changes. If your code uses

Re: Tomcat upgrade 5.5 - 6 affecting apache server

2009-07-26 Thread Wesley Acheson
I'd probably copy and change it. see http://tomcat.apache.org/connectors-doc/generic_howto/quick.html It requrired to list the tomcat instances and what ports they listen to AJP over. On Sat, Jul 25, 2009 at 9:20 PM, David Smith d...@cornell.edu wrote: If I remember write, this file has all

Re: Need some SSL Config help.

2009-07-29 Thread Wesley Acheson
I thought that you only had to set up on apache (httpd server). Thats the way I got it working. see http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html#SSL%20and%20Tomcatrelevenat excet below *SSL and Tomcat* *It is important to note that configuring Tomcat to take advantage of secure

Re: Access to home page

2009-07-29 Thread Wesley Acheson
Are the other pages free to access? Is the situation that you want to limit the number of people viewing the page? Or do you want to control who visits it? If its who visits it you need authentication ? See http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html for the basics of

Virtual Hosts and manager application.

2009-08-24 Thread Wesley Acheson
Hi, I'm using the following configuration. *VERSION*: Tomcat 6.0.20* OS*: Fedora core 9 *uname -a*: Linux attacker.myriad.local 2.6.27.25-78.2.56.fc9.i686 #1 SMP Thu Jun 18 12:47:50 EDT 2009 i686 i686 i386 GNU/Linux *install path*: /home/servers/apache-tomcat-6.0.20 On *another* machine (windows

Re: Virtual Hosts and manager application.

2009-08-24 Thread Wesley Acheson
].[/manager] has not been started cat manager.xml* * On Mon, Aug 24, 2009 at 5:13 PM, Jonathan Mast jhmast.develo...@gmail.comwrote: Try placing the literal path to the manager in there instead of the ${catalina.home} variable. On Mon, Aug 24, 2009 at 11:09 AM, Wesley Acheson wesley.ache

Re: Virtual Hosts and manager application.

2009-08-24 Thread Wesley Acheson
Hi All, Comments below. The one thing that may be unusual about my server.xml (see initial email) is the fact that server.xml is specifying docRoots that are parellel with my tomcat installation not in a sub folder. I've a sneaking suspicion that this would fix the problem but I don't want to do

Re: Virtual Hosts and manager application.

2009-08-24 Thread Wesley Acheson
not appbase p Wow good spot. I wouldn't have noticed maybe this is causing the problem. On Mon, Aug 24, 2009 at 9:17 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wes, On 8/24/2009 12:18 PM, Wesley Acheson wrote: Comments below

Re: Virtual Hosts and manager application.

2009-08-27 Thread Wesley Acheson
Thank you this seems to have fixed my problems. Regards, Wes On Mon, Aug 24, 2009 at 9:10 PM, Pid p...@pidster.com wrote: On 24/08/2009 16:09, Wesley Acheson wrote: Hi, Host name=applications.westest.example.com appbase=/home/servers/applications.westest

Re: Fire off asynch task in Tomcat.

2010-07-31 Thread Wesley Acheson
This is very useful for me slightly different circumstance. +1 On Thu, Jul 22, 2010 at 10:17 AM, Pid p...@pidster.com wrote: On 22/07/2010 05:58, Eric P wrote: Hi all, In my Tomcat app I'm looking for a good (or commonly used) method for firing off an asynchronous task. For example, a

Re: Is there a better way to disable JSESSIONID in the URLs?

2010-08-17 Thread Wesley Acheson
of this message is strictly prohibited. I know of no better way to fix this. This is what we *had* to do to pass PCI too so its no small deal. However the filter does work wondefully with minimal overhead. Regards, Wesley Acheson

Re: Is there a better way to disable JSESSIONID in the URLs?

2010-08-19 Thread Wesley Acheson
I was going to write this off list because its off topic, but maybe the information is useful. On Thu, Aug 19, 2010 at 5:19 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wesley, On 8/17/2010 6:05 PM, Wesley Acheson wrote: I know

Re: [css-d] Floating images - understanding the details

2010-08-19 Thread Wesley Acheson
Pardon I knew that, I must have been having an off day. Yes what I said is wrong. On Thu, Aug 19, 2010 at 12:46 PM, Bobby Jack bobbykj...@yahoo.co.uk wrote: --- On Wed, 8/18/10, Wesley Acheson wesley.ache...@gmail.com wrote: No-one spotted the deliberate mistake? ;) 4 values: are Top

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-19 Thread Wesley Acheson
Okay I've a little tehory could you post the entire code for loginmanager. How is udac declared? If its a class variable then *ITS NOT THREAD SAFE*. As a basic rule don't declare class variables in a servlet (There are exceptions to this rule but you shouldn't under normal circumstances)

Re: Is there a better way to disable JSESSIONID in the URLs?

2010-08-19 Thread Wesley Acheson
On Thu, Aug 19, 2010 at 6:25 PM, Len Popp len.p...@gmail.com wrote: On Thu, Aug 19, 2010 at 12:01, Christopher Schultz ch...@christopherschultz.net wrote: The servlet specification mandates this behavior. Tomcat simply must support it. The spec says nothing of configurability, so Tomcat

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-19 Thread Wesley Acheson
. From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Sent: Fri 20-Aug-10 12:38 AM To: Tomcat Users List Subject: Re: Sessions mix-up on Tomcat 6.0.26 on Linux Okay I've a little tehory could you post the entire code for loginmanager. How is udac declared? If its a class

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-19 Thread Wesley Acheson
); } } From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Sent: Fri 20-Aug-10 1:56 AM To: Tomcat Users List Subject: Re: Sessions mix-up on Tomcat 6.0.26 on Linux Sorry can't see it. Are you sure you attached it? you could use something like pastebin if the mail list

Re: Is there a better way to disable JSESSIONID in the URLs?

2010-08-20 Thread Wesley Acheson
/2010 20:41, Wesley Acheson wrote: On Thu, Aug 19, 2010 at 6:25 PM, Len Popp len.p...@gmail.com wrote: On Thu, Aug 19, 2010 at 12:01, Christopher Schultz ch...@christopherschultz.net wrote: The servlet specification mandates this behavior. Tomcat simply must support it. The spec says nothing

Re: Sessions mix-up on Tomcat 6.0.26 on Linux

2010-08-21 Thread Wesley Acheson
: SHA1 Wesley, On 8/19/2010 5:04 PM, Wesley Acheson wrote: Maybe its just be but I still don't see where uadc is declared or even imported. ...or even used. I'm guessing that the bad code exists outside of this login servlet. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG

Re: Is there a better way to disable JSESSIONID in the URLs?

2010-08-22 Thread Wesley Acheson
, Wesley Acheson On Sat, Aug 21, 2010 at 12:12 PM, Pid p...@pidster.com wrote: On 20/08/2010 22:40, Wesley Acheson wrote: I'm a bit lost with this thread. Are people suggesting I should submit a patch. I really wouldn't know where to begin looking. That's where the discussion was heading

Re: Is there a better way to disable JSESSIONID in the URLs?

2010-08-22 Thread Wesley Acheson
On Sun, Aug 22, 2010 at 5:55 PM, Mark Thomas ma...@apache.org wrote: On 22/08/2010 16:29, Wesley Acheson wrote: Sorry for bring this off list. I'll put it back on list if you think that appropriate. You think that the context is the correct place to put this? I thought maybe web.xml

How to spwan child processes.

2010-08-23 Thread Wesley Acheson
Hi, As far as I'm aware your not supposed to extend Thread in JEE. I've seen similar questions on Stack Overflow where it was suggested you may use your containers Thread pool. This sounds like a terrible idea for portability. So take the following example. 1 A request for something specific is

Re: How to spwan child processes.

2010-08-23 Thread Wesley Acheson
. Op maandag, 23 augustus 2010 16:11 schreef Wesley Acheson wesley.ache...@gmail.com:  Hi, As far as I'm aware your not supposed to extend Thread in JEE. I've seen similar questions on Stack Overflow where it was suggested you may use your containers Thread pool. This sounds like a terrible

Re: How to spwan child processes.

2010-08-23 Thread Wesley Acheson
On Mon, Aug 23, 2010 at 5:02 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: How to spwan child processes. Thats my point I thought new Thread() was something I couldn't do (by JEE specs) I'm curious - where

Re: How to spwan child processes.

2010-08-23 Thread Wesley Acheson
On Mon, Aug 23, 2010 at 6:28 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: How to spwan child processes. Certain J2EE/JEE applications (for instance those running in EJB and Web containers) must not spawn new

Re: Is there a better way to disable JSESSIONID in the URLs?

2010-08-23 Thread Wesley Acheson
https://issues.apache.org/bugzilla/show_bug.cgi?id=49811 On Sun, Aug 22, 2010 at 5:55 PM, Mark Thomas ma...@apache.org wrote: On 22/08/2010 16:29, Wesley Acheson wrote: Sorry for bring this off list. I'll put it back on list if you think that appropriate. You think that the context

Re: Is there a better way to disable JSESSIONID in the URLs?

2010-08-23 Thread Wesley Acheson
! -Original Message- From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Sent: Monday, August 23, 2010 2:33 PM To: Tomcat Users List Subject: Re: Is there a better way to disable JSESSIONID in the URLs? https://issues.apache.org/bugzilla/show_bug.cgi?id=49811 On Sun, Aug 22, 2010 at 5:55 PM

Re: How to spwan child processes.

2010-08-23 Thread Wesley Acheson
On Mon, Aug 23, 2010 at 10:56 PM, André Warnier a...@ice-sa.com wrote: and can someone finally explain what spwaning child processes means ? What are you all doing to these kids ? I apologise about the typo and I deliberately didn't want to use the term Threads as I was unsure if threads should

Re: The request was rejected because its size (102811565) exceeds the configured maximum (52428800)

2010-08-25 Thread Wesley Acheson
I'm pretty sure this is the wrong mailing list. http://tomcat.apache.org/tomcat-6.0-doc/config/http.html maxPostSize The maximum size in bytes of the POST which will be handled by the container FORM URL parameter parsing. The limit can be disabled by setting this attribute to a value less

Re: How to configure different default webapp in function of requested hostname on one tomcat server

2010-08-25 Thread Wesley Acheson
Hi, You can configure the host element as per http://tomcat.apache.org/tomcat-6.0-doc/config/host.html On Wed, Aug 25, 2010 at 6:13 PM, arnaud icard arnaud.ic...@univ-avignon.fr wrote: Hello, I guess my subject isn't clear at all so here is my problem : I have 1 server with Apache2/Tomcat6

tomcat 5

2010-08-25 Thread Wesley Acheson
Hi, Is the 5.5 branch actively maintained? Or is it all tc6 now? Just wondering. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Best practices for deployment on cluster environment

2010-08-26 Thread Wesley Acheson
An ant deploy perhaps? Through the manager thats what we intend to move to. On Thu, Aug 26, 2010 at 4:17 PM, Pid p...@pidster.com wrote: On 26/08/2010 15:03, André Warnier wrote: Luca Gervasi wrote: On Wed, 2010-08-25 at 10:50 -0300, Fernando Morgenstern wrote: Hi, I have a Tomcat cluster

Re: Is there a better way to disable JSESSIONID in the URLs?

2010-08-26 Thread Wesley Acheson
On Sat, Aug 21, 2010 at 12:12 PM, Pid p...@pidster.com wrote: On 20/08/2010 22:40, Wesley Acheson wrote: I'm a bit lost with this thread. Are people suggesting I should submit a patch. I really wouldn't know where to begin looking. That's where the discussion was heading. Tomcat is Open

Re: clear text keystore password in server.xml

2010-08-27 Thread Wesley Acheson
On Fri, Aug 27, 2010 at 2:36 PM, Mark Thomas ma...@apache.org wrote: On 27/08/2010 13:19, Vijay wrote: Hi Mark,             I guess I am getting the point you are trying to make .. As long as the password or (the encrypted password and the secret key) are present at some location (file system

Re: clear text keystore password in server.xml

2010-08-27 Thread Wesley Acheson
If the hacker has root privilages I'm pretty sure you have worse problems. On Fri, Aug 27, 2010 at 7:14 PM, djohn...@desknetinc.com wrote: André Warnier a...@ice-sa.com wrote on 08/27/2010 12:32:43 PM: Ken Bowen wrote: If you wanted to go down this path, besides the web page for entering

Re: multiple instances on a server

2010-08-27 Thread Wesley Acheson
I think the reason for doing this in ruby is that ruby is single threaded, I've been told. The JVM isn't. This is of course muddied with Jruby. http://stackoverflow.com/questions/3086467/confused-are-languages-like-python-ruby-single-threaded-unlike-say-java-for Anyway I don't see any

Re: multiple instances on a server

2010-08-27 Thread Wesley Acheson
On Fri, Aug 27, 2010 at 9:41 PM, Pid p...@pidster.com wrote: On 27/08/2010 18:51, Wesley Acheson wrote: I think the reason for doing this in ruby is that ruby is single threaded, I've been told. The JVM isn't. I'm raising an eyebrow. Huh

Re: Deploying ROOT application errors.

2010-08-30 Thread Wesley Acheson
On Tue, Aug 31, 2010 at 12:05 AM, Wesley Acheson wesley.ache...@gmail.com wrote: Hi, I assumed that this would be fixed by now still having a problem with the same application. Setup the same. Except trying with tomcat 6.0.29 which I downloaded today. I was unable to get to the bottom

Re: Deploying ROOT application errors.

2010-08-30 Thread Wesley Acheson
deleting the offending war and exploded webapp restarting. I can deploy / undeploy to my hearts content. However shutting down tomcat and stating up again brings back my original problem. On Tue, Aug 31, 2010 at 12:05 AM, Wesley Acheson wesley.ache...@gmail.com wrote: Hi, I assumed

Re: Deploying ROOT application errors.

2010-08-30 Thread Wesley Acheson
be deleted and b) what is holding the reference to it. Mark On Thu, Jul 16, 2009 at 11:54 PM, Mark Thomas ma...@apache.org wrote: Wesley Acheson wrote: WEB-INF/lib/mysql-connector-java-5.1.6.jar As soon as I saw that, I suspected it would be the one causing grief and... However the webapp

Re: Deploying ROOT application errors.

2010-08-31 Thread Wesley Acheson
I reinstalled tomcat to another directory and it all works fine now :( Now I'm confused. Its the same zip file I used for tomcat yesterday. Anyway issues closed for the moment. Wes - To unsubscribe, e-mail:

Re: Tomcat dies after starting

2010-09-01 Thread Wesley Acheson
. I'm not sure. Ensure nothing else is listening to that port. Regards, Wesley Acheson On Wed, Sep 1, 2010 at 9:00 AM, jan gestre ipcopper...@gmail.com wrote: Hi Everyone, I'm using 6.0.26 tomcat binary in my RHEL5 box, it was configured for high availability using DRBD, it was already working

Re: Tomcat dies after starting

2010-09-01 Thread Wesley Acheson
On Wed, Sep 1, 2010 at 3:28 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: Tomcat dies after starting Of course you can - but you have to use the proper technique, such as starting Tomcat via jsvc or using

Re: Question on SSI

2010-09-01 Thread Wesley Acheson
On Wed, Sep 1, 2010 at 10:13 PM, Marc Chamberlin m...@marcchamberlin.com wrote:  Hello -  I am running a Tomcat6.0 server both stand-alone and with Eclipse, and am in the process of developing a webapp that I will want to make available to all our users via a server side include statement. I

Re: FileUploadBase$IOFileUploadException

2010-09-01 Thread Wesley Acheson
Hi Paul Check the maxPost size on your connector. Also that libary may be trying to read/write to an area of disk that It isn't able to. Also the FileUpload has its own limits on file size. Have you looked at http://commons.apache.org/fileupload/using.html? Regards, Wes On Wed, Sep 1, 2010 at

META - Thread Hijacking

2010-09-01 Thread Wesley Acheson
I've seen complaints about thread hijacking but I always see them as different threads in my mail client. (Gmail) should I be using different software to subscribe to the list I think I've replied to them (threadjacks) a few times :S Wes

Re: Question on SSI

2010-09-01 Thread Wesley Acheson
On Thu, Sep 2, 2010 at 12:24 AM, Marc Chamberlin m...@marcchamberlin.com wrote:  On 9/1/2010 1:46 PM, Wesley Acheson wrote: On Wed, Sep 1, 2010 at 10:13 PM, Marc Chamberlin m...@marcchamberlin.com  wrote: Have you tried modifying this section?     filter-mapping         filter-namessi

Re: META - Thread Hijacking

2010-09-01 Thread Wesley Acheson
Have you ever searched the list archives? Hijacked threads are harmful. I appreciate those complaints being on the list, so that I won't waste my time replying (and increasing the mess). In that case the answer is yes. I should read this in a threaded client.

Re: Question on SSI

2010-09-01 Thread Wesley Acheson
On Thu, Sep 2, 2010 at 1:16 AM, Marc Chamberlin m...@marcchamberlin.com wrote: Thanks Wesley!!! That did the trick, and yes, shtml does not work... But this should be ok for our needs, our users don't create .shtml files, and this also worked for .jsp and .htm files as well as .html...

Re: Tomcat dies after starting

2010-09-02 Thread Wesley Acheson
This looks like you've got many instances started at once (at least the end part of it does). Ensure that it is shut down fully before starting again. Are you the only user on this machine or is it shared? Other users may have the same ports used for a given reason. Its intresting that the JK

Re: Question on SSI

2010-09-02 Thread Wesley Acheson
On Thu, Sep 2, 2010 at 6:45 AM, Marc Chamberlin m...@marcchamberlin.com wrote: Perhaps this does say it, Wesley, but I am going to argue that, like a lot of documentation, too much is assumed about the readers level of background understanding. Maybe if you could come up with some concrete

Re: Question on SSI

2010-09-02 Thread Wesley Acheson
On Thu, Sep 2, 2010 at 9:22 PM, Wesley Acheson wesley.ache...@gmail.comwrote: Far too much. Anyway I'm also interested in the ; mime types if anyone has any better reference. Also what does tomcat do if serving a static file with an unlisted extension?

Host Manager.

2010-09-02 Thread Wesley Acheson
Few Questions Is there is no documentation for the host-manager? If I remember correctly from this list it doesn't persist its settings is that correct? How many people would be interested in it persisting its settings, by editing the appropriate files. Final question. Is that in theory

Re: Host Manager.

2010-09-02 Thread Wesley Acheson
(and I'm hoping you will)... I will get to it eventually. ;) -Jordan On 09/02/2010 01:06 PM, Caldarale, Charles R wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Host Manager. Is there is no documentation for the host-manager? Very little that I've found. You can

Re: Host Manager.

2010-09-02 Thread Wesley Acheson
On Thu, Sep 2, 2010 at 10:06 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] How many people would be interested in it persisting its settings, by editing the appropriate files. I would be interested. Note

Re: Host Manager.

2010-09-02 Thread Wesley Acheson
Looked at that before not really convinced reworking that is easier than adding in an xml line or two via an xml writer. Willing to be convinced though. Wes On 9/3/10, Pid p...@pidster.com wrote: On 02/09/2010 21:06, Caldarale, Charles R wrote: From: Wesley Acheson [mailto:wesley.ache

Re: [email] Dynamic attachments in mailer taglib 2 using JavaBean

2010-09-03 Thread Wesley Acheson
No Ferindo. What he's saying is you are calling the class not an instance of the class. You can only call a class if the method is stactic. http://download.oracle.com/javase/tutorial/java/javaOO/classvars.html On Fri, Sep 3, 2010 at 3:32 PM, Ferindo Middleton ferindo.middle...@gmail.com

ThreadLocal and NIO

2010-09-04 Thread Wesley Acheson
. Is this correct? If it is is there any way I can consistantly append the details of the session with the current activity such as running a SQL query. I'm not keen on passing the session details through every call on our system. Regards, Wesley Acheson

Re: URL Rewrite

2010-09-06 Thread Wesley Acheson
On Mon, Sep 6, 2010 at 11:02 AM, Pid p...@pidster.com wrote: On 05/09/2010 23:40, Hassan Schroeder wrote: On Sun, Sep 5, 2010 at 3:23 PM, michel compu...@videotron.ca wrote: Or, uh, just don't *ever* use relative links, period. Sorry, but I don't understand why. In most cases relative

Re: URL Rewrite

2010-09-06 Thread Wesley Acheson
Please send a new email to the list rather than reply to an unrelated topic. On Mon, Sep 6, 2010 at 12:09 PM, Subrat Kumar Pattnaik patnaik.sub...@gmail.com wrote: I can not login to Apache Tomcat 7 managerplease tell me the configuration On Mon, Sep 6, 2010 at 2:32 PM, Pid

Re: logging in problem in Tomcat 7

2010-09-06 Thread Wesley Acheson
Have you followed the steps per: http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html? Regards, Wesley Acheson On Mon, Sep 6, 2010 at 12:58 PM, michel compu...@videotron.ca wrote: Please specify the problem beyond I cannot login. - Original Message - From: Subrat Kumar

Manager documentation.

2010-09-06 Thread Wesley Acheson
Hi is the documentation at http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html correct. It seems to mention manager as the role then manager-script. particularly this excerpt - *MemoryRealm* - If you have not customized your $CATALINA_BASE/conf/server.xml to select a different one,

Re: what is the username and password

2010-09-06 Thread Wesley Acheson
Assuming you mean for the manager application still then no we can't you need to alter the tomcat-users.xml as in the links you were given previously. The role should be manager-script and the password is whatever you set in the tomcat-users file. Regards, Wesley Acheson On Mon, Sep 6, 2010

Re: Best practice for running Tomcat on port 80

2010-09-06 Thread Wesley Acheson
On Tue, Sep 7, 2010 at 4:34 AM, jan gestre ipcopper...@gmail.com wrote: I'm using the latest 6.0.29 binary distribution, and I don't have an idea where to download jsvc, if it's already included I don't know the location, could someone please enlighten me on how to do this. It can be

Re: pool error timeout waiting for idle object

2010-09-09 Thread Wesley Acheson
On Thu, Sep 9, 2010 at 8:57 AM, sasidhar prabhakar sasidhar1...@gmail.com wrote: My application sometimes responding very slow. When I observed the logs, it is showing these lines Cannot get a connection, pool error Timeout waiting for idle object. The maximum connections on oracle I set

Re: Multi level webapp

2010-09-09 Thread Wesley Acheson
are you using exactly? Are there any messages written to catalina.out? Which Java version are you using. Regards, Wesley Acheson On Thu, Sep 9, 2010 at 11:47 AM, Oscar Segarra Rey osega...@gencat.cat wrote: Hi, We have an application (Gabjur) composed for several modules (AD, AX, FD

Re: Multi level webapp

2010-09-09 Thread Wesley Acheson
On Thu, Sep 9, 2010 at 1:24 PM, Pid p...@pidster.com wrote: On 09/09/2010 10:47, Oscar Segarra Rey wrote: When application starts up it creates automatically a file in the WEB-INF\classes folder called dfc.keystore Why not create it in the temporary directory assigned to the application,

Re: Multi level webapp

2010-09-09 Thread Wesley Acheson
It was my understanding that you would just need to enter path in the context.xml ?xml version='1.0' encoding='utf-8'? Context path=/Gabjur/AD /Context But that doesn't seem to work for me. Nevermind just re-read the documentation.

Re: Multi level webapp

2010-09-09 Thread Wesley Acheson
Oscar, I've only one last suggestion if you need it to work this way. And that would be to front tomcat with apache httpd. Use mod_proxy_http or similar along with a rewrite rule. I don't understand why path would be ignored in context.xml but that is the way it is, and I wasn't looking at these

Re: Multi level webapp

2010-09-09 Thread Wesley Acheson
On Thu, Sep 9, 2010 at 4:11 PM, Mark Thomas ma...@apache.org wrote: On 09/09/2010 14:21, Wesley Acheson wrote: Oscar, I've only one last suggestion if you need it to work this way. And that would be to front tomcat with apache httpd. Use mod_proxy_http or similar along with a rewrite rule

Re: Problems with SSI

2010-09-09 Thread Wesley Acheson
This thread may help. http://www.pubbs.net/201009/tomcat/979-question-on-ssi.html On Thu, Sep 9, 2010 at 10:09 PM, jeffo1b j...@selectenergypartners.com wrote: Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff, On 9/8/2010 7:46 PM, jeffo1b wrote: Finally,

Re: WEB-INF

2010-09-10 Thread Wesley Acheson
Leo judging from the answers you've got. I think it may be better to state what you want to achieve. I'm not clear if you want to prevent access or allow access at the moment. Especially with the security role and no access. Is it that you want to protect your source code. Prevent access, prevent

building tomcat 5.5 trunk

2010-09-10 Thread Wesley Acheson
HI I'm trying to build tomcat 5.5 trunk (to look further at Marks comment. http://marc.info/?l=tomcat-userm=128350009319985w=2 ). Trying to run ant download on build.xml gives me an error. Does the build.xml depend on me having subversion installed on my machine? The error I get when trying to

Re: building tomcat 5.5 trunk

2010-09-10 Thread Wesley Acheson
Actually I'm not being smart in these questions at all. What I want to do is investigate the code that writes the server.xml It doesn't matter if I'm able to build it or not. There is some code that tries to save server.xml in the 5.5. tree. It was used by the admin app. Mark Is anyone familiar

Re: building tomcat 5.5 trunk

2010-09-10 Thread Wesley Acheson
On Sat, Sep 11, 2010 at 12:32 AM, Wesley Acheson wesley.ache...@gmail.com wrote: but I can't figure out what Catalina:type=StoreConfig refers to. I don't see a StoreConfig class and I'm not familiar with JMX. If its refering to a method called storeConfig I can only see that in classes

Re: building tomcat 5.5 trunk

2010-09-10 Thread Wesley Acheson
On Sat, Sep 11, 2010 at 12:49 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: building tomcat 5.5 trunk Is anyone familiar with the part of code that tries to write server.xml and where to find it. Familiar would

Re: building tomcat 5.5 trunk

2010-09-11 Thread Wesley Acheson
On Sat, Sep 11, 2010 at 6:06 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: building tomcat 5.5 trunk Reason I couldn't find the class in the 5.5 branch is a bit embarasing. I didn't set the classpath in eclipse

Re: context.xml being deleted out of conf/Catalina/[HOST]/ directory

2010-09-11 Thread Wesley Acheson
On Fri, Sep 10, 2010 at 6:36 PM, Jason Britton jbritto...@gmail.com wrote: Could anyone give me an explanation what might cause my webapp's context configuration to be deleted out of the tomcat/conf/Catalina/[HOST]/ directory?  I've got a foo.war file in the webapps directory, it gets exploded

Re: context.xml being deleted out of conf/Catalina/[HOST]/ directory

2010-09-11 Thread Wesley Acheson
, 2010 at 8:12 AM, Wesley Acheson wesley.ache...@gmail.comwrote: On Fri, Sep 10, 2010 at 6:36 PM, Jason Britton jbritto...@gmail.com wrote: Could anyone give me an explanation what might cause my webapp's context configuration to be deleted out of the tomcat/conf/Catalina/[HOST]/ directory

Re: Host Manager.

2010-09-12 Thread Wesley Acheson
Okay I'm most of the way to a solution but I wouldn't mind if someone would take a look at a new WIP class and tell me what needs cleaning. Its not quite functional. Anyone interested? On Fri, Sep 3, 2010 at 4:44 AM, Wesley Acheson wesley.ache...@gmail.com wrote: Looked at that before

Re: Host Manager.

2010-09-12 Thread Wesley Acheson
On Sun, Sep 12, 2010 at 5:38 PM, Martin Gainty mgai...@hotmail.com wrote: could you configure public static void writeXml( Node n, OutputStream os )         throws TransformerException  of org.apache.tomcat.util.DomUtil to trap TransformerFactoryConfigurationError

Possible to proxy JMX?

2010-09-12 Thread Wesley Acheson
Hi I was wondering if Its possible to proxy a JMX service. I got to thinking a lot of people don't hot deploy for whatever reasons. They literally shut down tomcat and put in the new content and start it up again. If it was possible to proxy JMX though I think it should be possible to have a

  1   2   >