Re: Singleton in Tomcat 6.0 not working

2008-06-05 Thread Johnny Kewl
- Original Message - From: Mikolaj Rydzewski [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, June 05, 2008 5:06 PM Subject: Re: Singleton in Tomcat 6.0 not working ktou Ho wrote: The problem I am facing is the Singleton is not working at all in the

Re: Single sign on issue with Tomcat and Apache

2008-06-05 Thread Johnny Kewl
- Original Message - From: sridharmnj [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, June 05, 2008 4:33 PM Subject: Re: Single sign on issue with Tomcat and Apache Many thanks to all of you for responding to my problem. I apologize, I hope I didnot mention my system

Re: How to run own java application within Tomcat

2008-06-04 Thread Johnny Kewl
- Original Message - From: Slobodanka Dimitrijevic [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, June 03, 2008 10:18 PM Subject: RE: How to run own java application within Tomcat Hi Johnny, Thanks for the answer but I think I didn't explain my

Re: How to run own java application within Tomcat

2008-06-04 Thread Johnny Kewl
- Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, June 04, 2008 4:43 PM Subject: Re: How to run own java application within Tomcat - Original Message - From: Slobodanka Dimitrijevic [EMAIL PROTECTED

Re: Single sign on issue with Tomcat and Apache

2008-06-04 Thread Johnny Kewl
- Original Message - From: Propes, Barry L [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Hi, I am integrating two websites using single sign on. I have two sites namely aaa.com and bbb.com. I enabled SingleSignOn valve in server.xml file, and trying to access

Re: Relative internal links

2008-06-04 Thread Johnny Kewl
- Original Message - From: Walter Thompson [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, June 04, 2008 11:25 PM Subject: Relative internal links I have run into an issue with Tomcat6. In Tomcat5 we were using links like ../webapps/MCRCServlets/logs/MCRCServlet.log

Re: Relative internal links

2008-06-04 Thread Johnny Kewl
Good luck Have a look at this function... getServletContext().getRealPath(/); Thats a nice way to find out where you are and if you make files relative to something like this, doesnt matter what users do with working paths. Something like that ;)

Re: Relative internal links

2008-06-04 Thread Johnny Kewl
- Original Message - From: Caldarale, Charles R [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, June 05, 2008 1:26 AM Subject: RE: Relative internal links From: Johnny Kewl [mailto:[EMAIL PROTECTED] Subject: Re: Relative internal links Have a look

Re: Single sign on issue with Tomcat and Apache

2008-06-04 Thread Johnny Kewl
- Original Message - From: André Warnier [EMAIL PROTECTED] To: users@tomcat.apache.org Cc: [EMAIL PROTECTED] Sent: Thursday, June 05, 2008 1:06 AM Subject: RE: Single sign on issue with Tomcat and Apache Hi. I saw your ongoing discussion, and maybe I can contribute something, but I

Re: Relative internal links

2008-06-04 Thread Johnny Kewl
Embedded systems, including routers. (I actually have been toying with putting Tomcat on a cell phone; admittedly this is a lot like the old Dilbert cartoon - 1989/09/06 - about him creating a machine that transforms pocket lint into a parsely substitute; the punch line is I'm technology

Re: Relative internal links

2008-06-04 Thread Johnny Kewl
- Original Message - From: David Smith [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, June 05, 2008 2:07 AM Subject: Re: Relative internal links Not to beat people over the head with the servlet spec, this citation from servlet spec 2.4, SRV.4.5

Re: Single sign on issue with Tomcat and Apache

2008-06-04 Thread Johnny Kewl
- Original Message - From: André Warnier [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, June 05, 2008 2:54 AM Subject: Re: Single sign on issue with Tomcat and Apache Johnny Kewl wrote: - Original Message - From: André Warnier [EMAIL

Re: Singleton in Tomcat 6.0 not working

2008-06-04 Thread Johnny Kewl
- Original Message - From: ktou Ho [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, June 05, 2008 12:14 AM Subject: Singleton in Tomcat 6.0 not working Hi, I am using Tomcat 6.0.16 with JDK 1.6. I created a web application and deployed it as ROOT. (I removed the

Re: How to run own java application within Tomcat

2008-06-03 Thread Johnny Kewl
- Original Message - From: Slobodanka Dimitrijevic [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, June 03, 2008 11:34 AM Subject: RE: How to run own java application within Tomcat Hi Johnny, Thanks for your mail. Can you please tell me : 1. where

Re: How to run own java application within Tomcat

2008-06-02 Thread Johnny Kewl
- Original Message - From: Slobodanka Dimitrijevic [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, June 02, 2008 11:26 AM Subject: How to run own java application within Tomcat -Oorspronkelijk bericht- Van: Slobodanka Dimitrijevic

Re: apache + mod_jk + two tomcat instance configuration

2008-05-31 Thread Johnny Kewl
- Original Message - From: Jiansen Niu [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Saturday, May 31, 2008 8:35 AM Subject: apache + mod_jk + two tomcat instance configuration I have apache2.0 as front end web server, using mod_jk and tomcat 6.0.16 serve Java web

Re: apache + mod_jk + two tomcat instance configuration

2008-05-31 Thread Johnny Kewl
. Jiansen On Sat, May 31, 2008 at 7:33 AM, Johnny Kewl [EMAIL PROTECTED] wrote: - Original Message - From: Jiansen Niu [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Saturday, May 31, 2008 8:35 AM Subject: apache + mod_jk + two tomcat instance configuration I have apache2.0 as front

Re: tomcat 6 does not reflect the change in class

2008-05-30 Thread Johnny Kewl
- Original Message - From: sur_1805 [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, May 30, 2008 7:43 AM Subject: tomcat 6 does not reflect the change in class i am using tomcat 6 when i make some changes in class and put the class in server then changes not show in

Re: JNDI Realm

2008-05-28 Thread Johnny Kewl
- Original Message - From: Jim Willeke [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, May 28, 2008 11:39 PM Subject: JNDI Realm We had this working with Tomcat 5.5 and now with Tomcat 6 we are having issues. The Docs

Re: Parameters problem

2008-05-23 Thread Johnny Kewl
Victor, it just cant find the file. The reason it works when the env var is not set is because those Bat files are smart ;) They detect their relative location. They will guess CATALINA_HOME And you should be starting it with startup.bat BTW If you on windows why dont you get yourself the

Re: Tomcat WebDAV-Servlet - Set a max. Fileuploadsize

2008-05-23 Thread Johnny Kewl
- Original Message - From: Thorsten Hodes [EMAIL PROTECTED] AFAIK this is not possible. By definition the idea of cutting off a webdav file upload has its own problems. New web.xml, but no servlet... will probably be worse Just charge them for bytes over 10mb ;) Hello! I need

Re: The type . . . is not visible

2008-05-23 Thread Johnny Kewl
Hi Albretch, Java has classloaders inside it, and they remember the class. Once they have got the class, they dont reload it again... its cached in the class loader. The class, not the instance. The only way to reload a fresh class is to create another classloader. So thats what you going to

Re: Deploy applications using /user/MyServlet as name

2008-05-22 Thread Johnny Kewl
- Original Message - Cristian I tried... it doesnt work. But what does work is if you unpack the WAR to a location. Create a context file with a DOC BASE then http://myserver:8080/manager/deploy?config=file:/home/user1/webapps/context.xmlpath=/UserX/Whatever Then it will do it...

Re: Deploy applications using /user/MyServlet as name

2008-05-21 Thread Johnny Kewl
- Original Message - From: Cristian Bullokles [EMAIL PROTECTED] Cristian, I think you confusing terminolgy, so the guru's have no idea what you saying ;) I need help here people! I think you mean /User/WebApp yes? If so TC is a little strange in the area, an I'm not sure how to

Re: JMX MBean

2008-05-20 Thread Johnny Kewl
Liang, I'm sorry its one area that has never reved my engine... and also, did you read this article... http://oss.wxnet.org/mbeans.html It looks pretty good to me, and the guy actually says, with tomcat you either have to init the bean in a servlet and load-at-start. Because if you dont... the

Re: excluding one webapp from SSL

2008-05-20 Thread Johnny Kewl
- Original Message - From: akoo [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Tuesday, May 20, 2008 8:29 PM Subject: excluding one webapp from SSL Hello, I have tomcat configured to use SSL and none ssl request is redirected to have ssl. Is there way I can exclude one of the

Re: Deploying Servlets in users directory

2008-05-19 Thread Johnny Kewl
- Original Message - From: Cristian Bullokles [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, May 19, 2008 4:34 AM Subject: Re: Deploying Servlets in users directory On Sun, May 18, 2008 at 9:25 PM, Johnny Kewl [EMAIL PROTECTED] wrote: To start a new

Re: Deploying Servlets in users directory

2008-05-19 Thread Johnny Kewl
I thought I better test my theories... it does behave as stated below. Whew! Johnny, When you drop a new servlet(.war) in webapps dir while TC is running that .war file is unpackaged and deployed in tomcat, and you could use it without restart TC. Yes, that what I'm trying to say...

Re: In memory copy of web.xml

2008-05-19 Thread Johnny Kewl
- Original Message - From: [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, May 19, 2008 5:27 PM Subject: In memory copy of web.xml Hi, I am writing an application where we need to edit the client's web.xml file to provide a context path to a servlet inside our jars.

Re: Deploying Servlets in users directory

2008-05-18 Thread Johnny Kewl
- Original Message - From: Cristian Bullokles [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Saturday, May 17, 2008 10:09 PM Subject: Deploying Servlets in users directory Hello all, I'm using tomcat 6.016 and have configured userconfig in server.xml to look in user's

Re: Deploying Servlets in users directory

2008-05-18 Thread Johnny Kewl
- Original Message - From: Mark Thomas [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, May 18, 2008 7:11 PM Subject: Re: Deploying Servlets in users directory Johnny Kewl wrote: - Original Message - From: Cristian Bullokles [EMAIL PROTECTED

Re: Deploying Servlets in users directory

2008-05-18 Thread Johnny Kewl
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] My idea is to deploy servlets in the public_html directory of each user in my host. I've configured my tomcat, as the tomcat documentation

Re: JMX MBean

2008-05-17 Thread Johnny Kewl
- Original Message - From: ubekhet [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, May 16, 2008 10:33 PM Subject: Re: JMX MBean Liang, When I read this, I think, Damn, the guy is rebuilding Tomcat ;) Are you? Are you trying to make a new version of TC...

Re: Multiple authentication schemes within a webapp

2008-05-17 Thread Johnny Kewl
- Original Message - From: Robert Oxspring [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Saturday, May 17, 2008 12:49 PM Subject: Multiple authentication schemes within a webapp Hi, I have a webapp that uses form based authentication but I'd like to also be able to login to

Re: Multiple authentication schemes within a webapp

2008-05-17 Thread Johnny Kewl
- Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, May 17, 2008 7:37 PM Subject: Re: Multiple authentication schemes within a webapp -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl wrote

Re: Save POJO Application Server Definition

2008-05-15 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. --- -

Re: Save POJO Application Server Definition

2008-05-15 Thread Johnny Kewl
- Original Message - From: David kerber [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, May 15, 2008 2:59 PM Subject: Re: Save POJO Application Server Definition Lyallex wrote: Jeez, give the guy a break, if you don't want to read his posts then

Re: Redirect request to another Tomcat server

2008-05-15 Thread Johnny Kewl
Hi Johnny Kewl, With response.sendRedirect(newUrl); I have to invoke this in some web applications, but I want to modified Tomcat sources for to do that, and the class Http11NioProtocol and Http11NioProcessor dont have sendRedirect() methods!!! Any idea for redirect the request from

Re: Redirect request to another Tomcat server

2008-05-15 Thread Johnny Kewl
Liang, I think whats bothering all of us, is that sometimes the concept itself is going wrong, and that what I think the other guys are asking. As you can see, you now getting into cookie management and all that heavy stuff, and eventually maybe suicide ;) If its load sharing, maybe think

Re: tomcat 6 build from source-code

2008-05-15 Thread Johnny Kewl
Original Message - From: Vishwa Chary [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, May 15, 2008 11:50 PM Subject: tomcat 6 build from source-code Hi Tomcat Gurus, Appreciated if you can help me with the following : I'm trying to build tomcat server from the source

Re: tomcat 6 build from source-code

2008-05-15 Thread Johnny Kewl
- Original Message - From: Vishwa Chary [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, May 16, 2008 12:12 AM Subject: Re: tomcat 6 build from source-code Thanks Johnny for the reply but I have completed all those steps i)getting the source code

Re: tomcat 6 build from source-code

2008-05-15 Thread Johnny Kewl
Heres the SVN address that I know works http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_13 - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tomcat startup problem

2008-05-14 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. --- -

Re: Tomcat startup problem

2008-05-14 Thread Johnny Kewl
. --- - Original Message - From: Neil B. Cohen [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, May 14, 2008 1:45 PM Subject: Re: Tomcat startup problem Johnny Kewl wrote: Thanks Johnny - I'll save this for the next time - as I indicated, it seems to be working again

Re: Current thread count monitoring

2008-05-14 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. --- -

Re: URLClassLoader and Reflection fail on Windows.

2008-05-14 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. --- -

Re: Redirect request to another Tomcat server

2008-05-14 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. --- -

Save POJO Application Server Definition

2008-05-13 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: META-INF dir purpose

2008-05-13 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: Multiple Hits to same JSP

2008-05-13 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: Save POJO Application Server Definition

2008-05-13 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: Save POJO Application Server Definition

2008-05-13 Thread Johnny Kewl
time ;) I like it at the top though... but I think I'll lose some of the enthusiasm ;) Thanks, Regards, Dave On May 13, 2008, at 3:14 PM, Johnny Kewl wrote: --- HARBOR: http://coolharbor.100free.com/index.htm The most

Re: Shared Javascript, CSS, and Image Files

2008-05-13 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. --- -

Re: Streaming Video Media

2008-05-12 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: Streaming Video Media

2008-05-12 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: Streaming Video Media

2008-05-12 Thread Johnny Kewl
- Original Message - From: ?? ?. [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, May 12, 2008 9:13 PM Subject: Re: Streaming Video Media Then you should replace your little utility. There's a nice script in the Debian repositories, it's

Re: Streaming Video Media

2008-05-12 Thread Johnny Kewl
'youtube-dl' works... brilliant thanks. ... this is the best mailing list on the web ;) You totally right, if the data comes to the machine, you gotta be able to get it. Thanks, I will try the 'youtube-dl' util next time ;)

Re: I dont want my users to see tomcat console. Any advice?

2008-05-09 Thread Johnny Kewl
. --- - Original Message - From: ryan webb [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, May 09, 2008 5:44 AM Subject: Re: I dont want my users to see tomcat console. Any advice? Mr. Johnny Kewl, Thank you very much for your quick reply

Re: I dont want my users to see tomcat console. Any advice?

2008-05-08 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: Seeking advice as to what platform/framework to use for developing a tourism/tourist attractions web site

2008-05-02 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: deployment problem with multiple JAR FILE containg same utility classes

2008-04-30 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: tomcat embedded

2008-04-19 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: Textarea Horizontal Scroll Bar Problems

2008-04-16 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: System requirements for running Apache Tomcat on Windows Box

2008-04-14 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: System requirements for running Apache Tomcat on Windows Box

2008-04-14 Thread Johnny Kewl
Oh... XP professional is what we use... we dont use big expensive MS servers ;) - Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org; [EMAIL PROTECTED] Sent: Monday, April 14, 2008 8:10 PM Subject: Re: System requirements for running

Re: Why use SOAP in Java

2008-04-13 Thread Johnny Kewl
- Original Message - From: Sam Wun [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, April 09, 2008 4:21 PM Subject: Why use SOAP in Java Hi, I am wondering why use SOAP with Java? Since SOAP is based on RPC, I think the best question may be asked, why use RPC for

Harbor 1.0.7 Release

2008-04-09 Thread Johnny Kewl
Maintenance Release Enjoy! --- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Harbor 1.0.6 Released

2008-03-31 Thread Johnny Kewl
Its called Harbor Goes Native Essentially it means that if one drops native libraries into the server, they also run remotely if needed by the Java application. We using this new technology to introduce things like cool multimedia players, and USB support, to Java. The idea is that now one can

Re: how to send http response in several chunked package with Tomcat

2008-02-26 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: Mapping JSP's to outside of the war or expanded folder

2008-02-26 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: Mapping JSP's to outside of the war or expanded folder

2008-02-26 Thread Johnny Kewl
. --- - Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, February 26, 2008 2:19 PM Subject: Re: Mapping JSP's to outside of the war or expanded folder

Re: Tomcat architecture

2008-02-25 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: NIO Java or TC - What are u using it 4?

2008-02-24 Thread Johnny Kewl
is simply the best... - Original Message - From: Filip Hanik - Dev Lists [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, February 23, 2008 10:47 PM Subject: Re: NIO Java or TC - What are u using it 4? Johnny Kewl wrote: - Original Message - From

Re: NIO Java or TC - What are u using it 4?

2008-02-22 Thread Johnny Kewl
to start... Thanks... Filip Johnny Kewl wrote: Cant contain my curiousity anymore? What practical applications is this been used for? I see theres a lot of control over the socket etc... but what are you guys actually doing with it? Trying to get rule of thumb for when one would move

Re: NIO Java or TC - What are u using it 4?

2008-02-22 Thread Johnny Kewl
. Like with most things, profile it against the app that you are actually using. That is the only way to know for sure if it is right for you ;). Johnny Kewl [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Cant contain my curiousity anymore? What practical applications is this been used

NIO Java or TC - What are u using it 4?

2008-02-21 Thread Johnny Kewl
Cant contain my curiousity anymore? What practical applications is this been used for? I see theres a lot of control over the socket etc... but what are you guys actually doing with it? Trying to get rule of thumb for when one would move to it?

Re: Difficulty with the latest Tomcat 6.x on Windows XP

2008-02-19 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

POJO Application Server Release 1.0.5

2008-02-16 Thread Johnny Kewl
Enjoy! --- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: Changing the webapp classpath

2008-02-11 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: Password Input on Tomcat Startup

2008-02-08 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: Tomcat SSL, Windows 2003 and Windows-My Provider

2008-02-08 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: managing user uploads best practices

2008-02-08 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: How to kill a (stucked) Tomcat thread

2008-01-30 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The best application server on earth --- - Original Message - From: [EMAIL PROTECTED] To:

Re: Tomcat 5.5 classloading behavior

2008-01-16 Thread Johnny Kewl
What language is this guy talking ha ha. This has got to be for a thesis or something or its attempted suicide ;) - Original Message - From: Michel Betancourt [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, January 17, 2008 3:33 AM Subject: Tomcat 5.5

Re: Does Tomcat5.0 Supports IPV6?

2008-01-12 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The best application server on earth --- - Original Message - From: robingandhi21 [EMAIL

Re: Why use a Web Server over Tomcat?

2008-01-10 Thread Johnny Kewl
Hi Barbara, Sorry still on holiday, not reading email every day... Read this articlae by one of the tomcat gurus... nice and academic, has calcs on load factors etc... That Secure generic configuration... is how I was thinking but a bank will genearlly be even more paranoid. Like for example

Re: Why use a Web Server over Tomcat?

2008-01-10 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The best application server on earth --- - Original Message - From: Johnny Kewl [EMAIL

Re: looking for sample MBean code for tomcat 6

2008-01-09 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The best application server on earth --- Hi Frank, I played with this a long time ago, and I've

Pojo Application Server: Release 1.0.3

2008-01-08 Thread Johnny Kewl
A POJO Application Server... Lets one develop normal full java applications outside of the container. When they are dropped into the container only the UI side runs on the remote clients machine, thus one gets a light weight Rich Client, with no additional effort. The rest of the application

Re: Why use a Web Server over Tomcat?

2008-01-08 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The best application server on earth --- - Original Message - From: Bárbara Vieira [EMAIL

POJO Application Server Harbor Version 1.0.2 release for Tomcat

2007-12-16 Thread Johnny Kewl
New release demo's how one could create an ATM machine (Auto-teller) or cash dispenser for the web. This new concept of POJO Application Server is proving to be enormously powerful, and is we believe the best application server on earth, albeit still very young. Wishing everyone a very Merry

Re: Tomcat Service and OCI

2007-12-01 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- Rumpa I dont know, going to guess. First

Re: Tomcat Service and OCI

2007-12-01 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- After Thought Rumpa, I was just thinking

Re: Tomcat 6.0.14 startup on Windows

2007-12-01 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- - Original Message - From: Bruno

Compliments Of The Season

2007-12-01 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- Its that time of year again, things getting

Re: How to have a request timeout ?

2007-11-22 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- - Original Message - From: christophe

Re: How to Deploy WAR using a sub-context path?

2007-11-20 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- Chuck... check me here ;) I started wondering

Re: Running tomcat as a service on 64 bit windows

2007-11-19 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- This guy seems have located a 64 bit windows

Re: Running tomcat as a service on 64 bit windows

2007-11-19 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- - Original Message - From: Johnny

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- Chuck is right... the application has to be

<    1   2   3   4   5   6   7   8   >