Re: sort an array

2006-06-27 Thread johnny
password password: Maybe it would be easier if you used some kind of collection, or created your own object(s) that contained some kinds of collections... Thanks, Johnny password password <[EMAIL PROTECTED]> 06/27/2006 10:56 AM Please respond to "Tomcat Users List" To T

RE: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2006-08-01 Thread johnny
Just a thought Is the SQL server installed as a non-default named instance? If so, the port probably not 1433. You can check it by using the Server Network Utility (select TCP/IP and click on properties). Good luck, Johnny "Aynalem, Seblewengel (Trawick)" <[EMAIL PROTE

Re: Tomcat using MS SQL2000 Named Instance

2006-10-12 Thread johnny
ing that in the connection URL. I have had success using the JTDS driver - it's an open source, pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (and Sybase), which has worked just fine when I use the instance name in the URL. You can find it at: http://jtds.sourceforge.net Good l

Re: [***Probable Spam***] RE: Tomcat using MS SQL2000 Named Instance

2006-10-12 Thread johnny
Dan: Try this: http://support.microsoft.com/kb/313225 Good luck, Johnny "Dan Decker" <[EMAIL PROTECTED]> 10/12/2006 12:57 PM Please respond to "Tomcat Users List" To "'Tomcat Users List'" cc <[EMAIL PROTECTED]> Subject [***Probable

Tomcat 5 File Access

2006-05-09 Thread johnny
owto, but can't figure out how to get it to work. Can someone please clue me in? Thanks, Johnny

Tomcat 5 File accces

2006-05-10 Thread johnny
owto, but can't figure out how to get it to work. Can someone please clue me in? Thanks, Johnny

Re: [***Probable Spam***] Allowing Users to change their passwords

2006-05-17 Thread johnny
} catch (NoSuchAlgorithmException e) { } return signature; } } The hexDigit converts the bytes into a hex string, and I just call the generateSignature wherever I need a key. Hope this helps. Thanks, Johnny "Khawaja Shams&quo

Re: Allowing Users to change their passwords

2006-05-17 Thread johnny
Khawaja: OT - Sorry for the ""Probable Spam" in the title... Almost all of my mail is tagged as such by my company's nice spam filter... Thanks, Johnny "Khawaja Shams" <[EMAIL PROTECTED]> 05/17/2006 04:23 PM Please respond to "Tomcat Users Lis

JULI ConsoleHandler custom formatter

2005-11-02 Thread Johnny Tolliver
formatted with SimpleFormatter no matter what. Is that expected behavior? Can it be fixed? Thanks. Johnny S. Tolliver Oak Ridge National Laboratory [EMAIL PROTECTED], 865-574-1305 - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: JULI ConsoleHandler custom formatter

2005-11-07 Thread Johnny Tolliver
Java app, I can make sure that my custom formatter is on the system classpath, but is there any simple way to do that for a Tomcat servlet? I.e., without changing how Tomcat is started up. Johnny S. Tolliver Oak Ridge National Laboratory [EMAIL PROTECTED],

Access permission exceptions when calling RMI from within Tomcat servlet.

2006-02-23 Thread Johnny Tolliver
a.lang.Thread.setContextClassLoader(Thread.java:1306) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1572) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1557) at java.lang.Thr

Re: Basic question on requiring a login

2008-06-11 Thread Johnny Kewl
- Original Message - From: "Justin Morgan - Logic Sector" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 11, 2008 8:02 AM Subject: Basic question on requiring a login Hi Tomcat users, Maybe I'm not googling with the right keywords, but I can't seem to find a simple answer to this.

Re: Response Time in Tomcat

2008-06-11 Thread Johnny Kewl
- Original Message - From: "Liang Xiao Zhu" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, June 11, 2008 4:33 PM Subject: Response Time in Tomcat Hi, I am monitoring Tomcat 6 Performance and I want to get the Response Time of the incoming Request. And I would like to

Re: Something like a filter

2008-06-11 Thread Johnny Kewl
- Original Message - From: "maux" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 04, 2008 4:20 PM Subject: Something like a filter Hi, I would like to know if there is something that I can configure to an application that force the application to execute that thing before it execu

Re: Response Time in Tomcat

2008-06-11 Thread Johnny Kewl
- Original Message - From: "Liang Xiao Zhu" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, June 11, 2008 7:41 PM Subject: Re: Response Time in Tomcat Johnny Kewl escribió: - Original Message - From: "Liang Xiao Zhu" &l

Re: Something like a filter

2008-06-11 Thread Johnny Kewl
- Original Message - From: "Karthik Abram" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, June 11, 2008 8:36 PM Subject: Re: Something like a filter Don't think a ServletContextListener gets anything but context initialize() and destroy() calls. Look at the original qu

Re: getAttribute(null)?

2008-06-12 Thread Johnny Kewl
- Original Message - From: "Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2" <[EMAIL PROTECTED]> To: Sent: Thursday, June 12, 2008 4:44 PM Subject: getAttribute(null)? I have the following code that worked in Tomcat 5.0, but doesn't work in Tomcat 5.5.26: String formName = mapping.get

Re: mapping tomcat to ip address behind router

2008-06-12 Thread Johnny Kewl
- Original Message - From: "illusion" <[EMAIL PROTECTED]> To: Sent: Thursday, June 12, 2008 11:14 PM Subject: mapping tomcat to ip address behind router Hey, I want to set-up tomcat to serve http requests from behind a router. When there is a direct internet connection and no rou

Re: Farm War Deployer / Deploment Strategies

2008-06-12 Thread Johnny Kewl
- Original Message - From: "Theparanoidone Theparanoidone" <[EMAIL PROTECTED]> To: Sent: Thursday, June 12, 2008 9:14 PM Subject: Farm War Deployer / Deploment Strategies Hola~ I'm looking for an efficient way to deploy a tomcat project to 2 or more tomcat servers simultaneously.

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

2008-06-13 Thread Johnny Kewl
- Original Message - From: "Simon Papillon" <[EMAIL PROTECTED]> To: Sent: Thursday, June 12, 2008 7:11 PM Subject: jk load balancing based upon ip address rather than session id Hello, I'm using jk 1.2.25 with tomcat 5.5.25 and apache 2.0 on one debian box - 2.4.27-2-386 i686 GNU/L

Re: allow access without auth to app from several ip ranges , but leave auth from any other hosts

2008-06-13 Thread Johnny Kewl
- Original Message - From: "Alex Mestiashvili" <[EMAIL PROTECTED]> To: Sent: Friday, June 13, 2008 9:56 PM Subject: allow access without auth to app from several ip ranges , but leave auth from any other hosts HI ALL . I have basic authentication for my tomcat application . Now I

Re: Hiding JSP Pages

2008-06-14 Thread Johnny Kewl
- Original Message - From: "W Strater" <[EMAIL PROTECTED]> To: Sent: Friday, June 13, 2008 5:06 PM Subject: Hiding JSP Pages I am trying to hide the JSP so they can only be accessed via a forward. I have been able to put them in a subdirectory of WEB-INF using other containers but

Re: disable directory indexing in tomcat?

2008-06-14 Thread Johnny Kewl
- Original Message - From: "Dave Girardin" <[EMAIL PROTECTED]> To: Sent: Friday, June 13, 2008 11:38 PM Subject: disable directory indexing in tomcat? Group, I'm a Unix admin working on a Solaris 8 server running Tomcat 6.0.16. No other apps run on the server, for example, there is

Re: Installing the deployer on windows server 2003

2008-06-14 Thread Johnny Kewl
- Original Message - From: "Vinny" <[EMAIL PROTECTED]> To: Sent: Friday, June 13, 2008 8:37 PM Subject: Installing the deployer on windows server 2003 I have tomcat 5.5 java 1.5 on window server 2003. Does the windows installer come with the Deployer bundled? I basically just want

Re: Farm War Deployer / Deploment Strategies

2008-06-14 Thread Johnny Kewl
- Original Message - From: "Theparanoidone Theparanoidone" <[EMAIL PROTECTED]> To: Sent: Thursday, June 12, 2008 9:14 PM Subject: Farm War Deployer / Deploment Strategies Hola~ I'm looking for an efficient way to deploy a tomcat project to 2 or more tomcat servers simultaneously.

Re: Tomcat will not create session cookie

2008-06-14 Thread Johnny Kewl
- Original Message - From: "mkweb" <[EMAIL PROTECTED]> To: Sent: Friday, June 13, 2008 11:44 AM Subject: Tomcat will not create session cookie Hello, I'm new to the forum. I have a strange problem with my tomcat installation. I'm using tomcat5.5.26 and struts for my web projekt.

Re: JNI and Tomcat problem

2008-06-15 Thread Johnny Kewl
- Original Message - From: "Shamshad Ansari" <[EMAIL PROTECTED]> To: Sent: Sunday, June 15, 2008 8:51 AM Subject: JNI and Tomcat problem Hi, I have a web application deployed in Tomcat. On a click on button on the web browser, it calls a servlet which in turn calls a native function

Re: allow access without auth to app from several ip ranges , but leave auth from any other hosts

2008-06-16 Thread Johnny Kewl
- Original Message - From: "Alex Mestiashvili" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, June 16, 2008 1:36 PM Subject: Re: allow access without auth to app from several ip ranges , but leave auth from any other hosts Johnny Kewl wrote

Re: Class Loader Documentation

2008-06-16 Thread Johnny Kewl
- Original Message - From: "Ole Ersoy" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 17, 2008 4:41 AM Subject: Class Loader Documentation Hi, Reading through the classloader documentation for 6.0 I noticed this: ... However, the standard Tomcat 5 startup scripts ... It seems like t

Re: Jrockit Vs Sun

2008-06-17 Thread Johnny Kewl
- Original Message - From: "James Law" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 17, 2008 12:56 PM Subject: Jrockit Vs Sun Ok not quite a Vs question, however I'm intrigued by BEA claim that Jrockit is the "industry leading solutions". Does anyone have any experience in Jrockit

Re: Class Loader Documentation

2008-06-18 Thread Johnny Kewl
- Original Message - From: "Ole Ersoy" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, June 17, 2008 6:57 PM Subject: Re: Class Loader Documentation I think its because its just hard to explain, but maybe it could be made clearer. I think *ignores* is the wrong word. Es

Re: Reload classfiles withour server restarting

2008-06-18 Thread Johnny Kewl
- Original Message - From: "Raghuveer" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Wednesday, June 18, 2008 1:05 PM Subject: Reload classfiles withour server restarting Is there a way to configure my tomcat to reload class files when compiled? Imaging I have modified my J

Re: Tomcat 5.5: Why can't I see the applications?

2008-06-18 Thread Johnny Kewl
- Original Message - From: "J ANDERSEN" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 18, 2008 3:25 PM Subject: Tomcat 5.5: Why can't I see the applications? I am trying to get Tomcat to work (Linux, 64 bits) - it runs fine, I can connect to localhost:8080, but no matter what I have

Re: Character encoding

2008-06-18 Thread Johnny Kewl
- Original Message - From: "André Warnier" <[EMAIL PROTECTED]> Could you give an example of such a UTF-8 encoded URI ? (and tell us what it should be decoded to) Thanks Andre have a look here... its not url encoding, thats something different It about being able to store japanese an

Re: Character encoding

2008-06-18 Thread Johnny Kewl
- Original Message - From: "nch" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, June 18, 2008 5:09 PM Subject: Re: Character encoding There it goes. I have a form that has an input field named "query". I type "piraña" an submit the form using the GET method. I can see

Re: Character encoding

2008-06-18 Thread Johnny Kewl
- Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, June 18, 2008 6:26 PM Subject: Re: Character encoding - Original Message - From: "nch" <[EMAIL PROTECTED]> To: "Tomcat U

Re: Changing roles on the fly

2008-06-21 Thread Johnny Kewl
- Original Message - From: "Lyallex" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, June 19, 2008 9:30 AM Subject: Changing roles on the fly Hello Tomcat 5.5.26 Java 1.5.0_15-b04 This question is about role based security and the dynamic assignment/removal of roles.

Re: Changing roles on the fly

2008-06-21 Thread Johnny Kewl
- Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, June 21, 2008 12:13 PM Subject: Re: Changing roles on the fly - Original Message - From: "Lyallex" <[EMAIL PROTECTED]> To: &q

Re: Changing roles on the fly

2008-06-22 Thread Johnny Kewl
- Original Message - From: "Lyallex" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, June 22, 2008 1:14 PM Subject: Re: Changing roles on the fly On Sat, Jun 21, 2008 at 12:41 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: Johnny Kewl

Re: Update tomcat service (of version 5.5)

2008-06-22 Thread Johnny Kewl
- Original Message - From: "Hacham, Lital" <[EMAIL PROTECTED]> To: Sent: Sunday, June 22, 2008 4:22 PM Subject: Update tomcat service (of version 5.5) Hi, I'm installing tomcat as service on my machine. I used to work with tomcat 5.0 and after installing it I updated it by the fol

Re: Changing roles on the fly

2008-06-22 Thread Johnny Kewl
- Original Message - From: "Lyallex" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, June 22, 2008 11:54 PM Subject: Re: Changing roles on the fly On Sun, Jun 22, 2008 at 1:46 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote: - Origi

Re: Regarding tomcat installation

2008-06-23 Thread Johnny Kewl
- Original Message - From: "Arun Raj Ramkumar" <[EMAIL PROTECTED]> To: Sent: Monday, June 23, 2008 8:16 AM Subject: Regarding tomcat installation Hi , I want to install tomcat 5.5 in my home PC. Which distribution should i download from apache website , as there are many versions a

Re: server resources

2008-06-23 Thread Johnny Kewl
- Original Message - From: "Marcos Molina" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, June 23, 2008 11:49 PM Subject: server resources Hi people! I´m working with tomcat for years, in intranet envoiroment. And now i need to put some works in anothers servers, and the

Re: tomcat 5.5 loads a blank page

2008-06-24 Thread Johnny Kewl
- Original Message - From: "Adam Posner" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 24, 2008 3:37 AM Subject: tomcat 5.5 loads a blank page Hi, I'm new to this newsgroup and have a vexing problem. I run tomcat using the startup script, for ex. /usr/share/tomcat5.5/bin startup.sh an

Re: Tomcat caching and deployment issues

2008-06-24 Thread Johnny Kewl
- Original Message - From: Steven Probetts To: users@tomcat.apache.org Sent: Tuesday, June 24, 2008 10:58 AM Subject: Tomcat caching and deployment issues Hi all, I am running Tomcat 5.5.25 on MACOSX Server. I seem to be having a problem with what seems to be caching

Re: Tomcat caching and deployment issues

2008-06-24 Thread Johnny Kewl
- Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, June 24, 2008 4:21 PM Subject: Re: Tomcat caching and deployment issues - Original Message - From: Steven Probetts To: users@tomcat.apache.o

Re: Tomcat caching and deployment issues

2008-06-25 Thread Johnny Kewl
the correct war file) started tomcat I am wondering if maybe I didn't 'undeploy' the app in the Tomcat manager (or another manager app called probe). I'm unclear as to whether I need to explicitly 'undeploy' to clear out the works directory etc. So, as Johnny Kewl s

Re: Tomcat caching and deployment issues

2008-06-25 Thread Johnny Kewl
= Steven Ah... I see what you doing... this is what is wrong Do not change the name of the WEB APP of the WAR The way TC relates context and path is thru the actual name of the file. This is so that normal humans can easily change the context just by changin

Re: multiple instances and context roots

2008-06-26 Thread Johnny Kewl
- Original Message - From: "tom_goring" <[EMAIL PROTECTED]> To: Sent: Thursday, June 26, 2008 12:09 PM Subject: multiple instances and context roots Hi, I've posted this on the jboss forum but had no response... it's really a tomcat question. jboss-4.2.2 (not sure of the tomcat v

Re: multiple instances and context roots

2008-06-26 Thread Johnny Kewl
- Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, June 26, 2008 3:15 PM Subject: Re: multiple instances and context roots - Original Message - From: "tom_goring" <[EMAIL PROTECTED]&

Re: How to close an out Stream if a client aborts

2008-06-30 Thread Johnny Kewl
- Original Message - From: "Lyallex" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, June 30, 2008 10:11 AM Subject: How to close an out Stream if a client aborts Good Morning Java 1.5.0_15 Tomcat 5.5.26 I have a servlet that is used to serve up images from a database I

Re: How to close an out Stream if a client aborts

2008-06-30 Thread Johnny Kewl
- Original Message - From: "Lyallex" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, June 30, 2008 10:11 AM Subject: How to close an out Stream if a client aborts Good Morning Java 1.5.0_15 Tomcat 5.5.26 I have a servlet that is used to serve up images from a database I

Re: How do I do this with Tomcat?

2008-07-03 Thread Johnny Kewl
- Original Message - From: "Dhanisworo Dhanisworo" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, July 03, 2008 11:16 AM Subject: How do I do this with Tomcat? Hi all regarding the problem I've posted before about IE showing balnk page, I've found this article on how

Re: Tomcat 5.5.25 freezes

2008-07-03 Thread Johnny Kewl
- Original Message - From: "Clovis Wichoski" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, July 04, 2008 3:37 AM Subject: Re: Tomcat 5.5.25 freezes hi Christophe, i'm fighting with this problem for months, but i will reply on your thread for us to make a track of each pr

Re: Tomcat 5.5.25 freezes

2008-07-04 Thread Johnny Kewl
- Original Message - From: "Anthony Chamas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, July 04, 2008 11:01 AM Subject: Re: Tomcat 5.5.25 freezes Thanks for your replies, I'll try to disable the keep-alive connections ... Will get back to you... One detail I did not men

Re: Tomcat 5.5.25 freezes

2008-07-04 Thread Johnny Kewl
Tony, just had another thought When you whack it with Jmeter... open the task manager, and dont watch the memory, with caching and swapping it doesnt mean much... just watch the "handles"... they should go up and come back to the original levels quickly if they climbing and climbing, a

Re: Tomcat 5.5.25 freezes

2008-07-04 Thread Johnny Kewl
Tony... just another thought... I want to change the philosophy a little If YOU open a stream... ie File f = new File Buffered streams etc... Then make absolutey sure you close them... BUT If you GET a stream from TC... ie OutputStream out = response.getOutputStream(); DONT CLOSE I

Re: Make uploaded files survive to re-deploy

2008-07-04 Thread Johnny Kewl
- Original Message - From: "Paolo Niccolò Giubelli" <[EMAIL PROTECTED]> To: Sent: Friday, July 04, 2008 4:25 PM Subject: Make uploaded files survive to re-deploy Hi! I'm very enthusiastic about tomcat, but I have a problem. I deployed several web applications into an apache tomcat 5

Re: Make uploaded files survive to re-deploy

2008-07-04 Thread Johnny Kewl
- Original Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, July 04, 2008 5:39 PM Subject: RE: Make uploaded files survive to re-deploy From: Johnny Kewl [mailto:[EMAIL PROTECTED] Subject: Re: Make uploaded

Re: configuring tomcat6.0.16 for MS Access

2008-07-05 Thread Johnny Kewl
- Original Message - From: "T.K.Thiyagarajan" <[EMAIL PROTECTED]> To: Sent: Saturday, July 05, 2008 5:24 PM Subject: configuring tomcat6.0.16 for MS Access Dear Sir My Name:- T.K Thiyagarajan, My Address:- A-15, Ranjani, Anusakthinagar, Mumbai- 400094, India I want to know how to

Re: Access Local File System

2008-07-05 Thread Johnny Kewl
- Original Message - From: "bperquku" <[EMAIL PROTECTED]> To: Sent: Saturday, July 05, 2008 11:13 PM Subject: Access Local File System I have written i simple web application using Eclipse and Tomcat 6. I'm trying to stream a flv video in jsp page. It works good if flv file is loca

Re: Access Local File System

2008-07-06 Thread Johnny Kewl
- Original Message - From: "Paolo Niccolò Giubelli" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, July 06, 2008 10:10 AM Subject: Re: Access Local File System It's very similar to the situation I described few days ago, so I quote what Caldarale told me: It's not real

Re: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-06 Thread Johnny Kewl
Thanks Jason... Did you know that its sitting right there inside you tomcats help files... http://localhost:8080/docs/jndi-datasource-examples-howto.html ;) When you type... http://localhost:8080 it will give you the intro page, worth a few clicks ;) --- - Original Messa

Re: Bean in session scope

2008-07-06 Thread Johnny Kewl
- Original Message - From: "Axel Leucht" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, July 06, 2008 6:05 PM Subject: Bean in session scope I'm currently operating an Apache webserver 2.2.4 in front of an Apache tomcat 6.0.16. Both are working together via mod_proxy. I'

Re: Access Local File System

2008-07-06 Thread Johnny Kewl
- Original Message - From: "bperquku" <[EMAIL PROTECTED]> To: Sent: Sunday, July 06, 2008 7:32 PM Subject: Re: Access Local File System Thank you all of you, I currently using JBuilder 2007, i cannot find conf/Catalina/. I don't know how to configure that file. Thnx a lot ...

Re: tomcat with jcaptcha

2008-07-07 Thread Johnny Kewl
- Original Message - From: "WILLIAMer" <[EMAIL PROTECTED]> To: Sent: Monday, July 07, 2008 5:51 AM Subject: tomcat with jcaptcha Hi! all, I have an application named "eCom" unnder the tomcat/webapps and using jcatpcha with the login page. I set the eCom becomes the root dir(path) w

Re: tomcat with jcaptcha

2008-07-07 Thread Johnny Kewl
- Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, July 07, 2008 2:53 PM Subject: Re: tomcat with jcaptcha - Original Message - From: "WILLIAMer" <[EMAIL PROTECTED]> To: Sent: Mon

Re: Access Local File System

2008-07-07 Thread Johnny Kewl
- Original Message - From: "bperquku" <[EMAIL PROTECTED]> To: Sent: Monday, July 07, 2008 8:25 PM Subject: Re: Access Local File System Hi, I managed to create the second webapp that points on c:/. BUT, now i face another problem. Now i have to webapps, first one VideoWebApp, and

Re: tomcat with jcaptcha

2008-07-08 Thread Johnny Kewl
- Original Message - From: "WILLIAMer" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 08, 2008 9:23 AM Subject: RE: tomcat with jcaptcha Thanks for reply ,Sameer :) for me, webapps | - eCom - Admin - Login.jsp - Account - *.jsp eCom is a webapps and Admin is a direct

Re: Blocking port 8005 in TomCat in Deamon Mode

2008-07-10 Thread Johnny Kewl
- Original Message - From: "Suma Rakesh" <[EMAIL PROTECTED]> To: Sent: Thursday, July 10, 2008 2:03 AM Subject: Blocking port 8005 in TomCat in Deamon Mode Hi, I am starting Tomcat through one of my C++ programs on windows 2003 server. I am using Bootsrap org.apache.catalina.startu

Re: How to do CGI programming in Tomcat5.5

2008-07-22 Thread Johnny Kewl
- Original Message - From: "suman" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 22, 2008 12:32 PM Subject: How to do CGI programming in Tomcat5.5 Gi, Can you please point me to a link where it clearly says in step by step way how to do cgi programming with tomcat5.5 with some examp

Re: Trying to mix db connection pooling on web and desktop applications

2008-07-23 Thread Johnny Kewl
Out of luck ;) Dont think it can be done... I think JNDI has a problem serving dB connection pools outside of a container... it needs the classloaders, common JVM etc etc. I imagine one could make a RMI type provider... but a direct connection to the dB via JDBC is probably always going to be

Re: retrieving tomcat info from within a war

2008-07-24 Thread Johnny Kewl
- Original Message - From: "Jerry Atrick" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 23, 2008 10:51 PM Subject: retrieving tomcat info from within a war Is there a way to retrieve tomcat version/info from within a War file? I actually would prefer this to be web container agnosti

Re: Stop tomcat on Startup

2008-07-25 Thread Johnny Kewl
- Original Message - From: "afolli" <[EMAIL PROTECTED]> To: Sent: Friday, July 25, 2008 10:29 AM Subject: RE: Stop tomcat on Startup Thanks Peter. That is a lot easier than I thought :) Alessandro Peter Crowther wrote: How hard a stop do you want? The "Very Big Crowbar" woul

Re: Retrieving tomcat log files within war

2008-07-25 Thread Johnny Kewl
- Original Message - From: "Jerry Atrick" <[EMAIL PROTECTED]> To: Sent: Friday, July 25, 2008 12:19 AM Subject: Retrieving tomcat log files within war Is there a way to programmically retrieve the tomcat log files? I can reconstruct the log location by doing a new File(System.getPr

Re: Programmatically detecting login or logout events

2008-07-28 Thread Johnny Kewl
- Original Message - From: "MartinOShea" <[EMAIL PROTECTED]> To: Sent: Monday, July 28, 2008 10:15 AM Subject: Programmatically detecting login or logout events Hello I'm trying to find a way to detect the events caused when a user logs into or logs out of an application I'm worki

Re: Embedding custom metadata in a jsp page; access generated Class via reflection?

2008-07-29 Thread Johnny Kewl
- Original Message - From: "Simon Kitching" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, July 29, 2008 12:07 PM Subject: Re: Embedding custom metadata in a jsp page; access generated Class via reflection? Mikolaj Rydzewski schrieb: > Simon Kitching wrote: >> Or pe

Re: Embedding custom metadata in a jsp page; access generated Class via reflection?

2008-07-29 Thread Johnny Kewl
- Original Message - From: "Mikolaj Rydzewski" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, July 29, 2008 2:50 PM Subject: Re: Embedding custom metadata in a jsp page; access generated Class via reflection? Johnny Kewl wrote: The JSP is we

Re: jsp compile question

2008-07-30 Thread Johnny Kewl
- Original Message - From: "Jq" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 29, 2008 11:05 PM Subject: jsp compile question How can I simulate the way tomcat builds a jsp file? I need to debug a .jsp that fails to build when requested. Thanks. Jq... what IDE are you using ? On N

Re: java_home in tomcat6

2008-07-30 Thread Johnny Kewl
- Original Message - From: "zorglub76" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 30, 2008 10:58 AM Subject: java_home in tomcat6 Hi all, I have a problem with setting JAVA_HOME variable in Tomcat 6.0.16. When I set it in catalina.bat as: set JAVA_HOME=C:\Program Files\Java\jdk1

Re: java_home in tomcat6

2008-07-30 Thread Johnny Kewl
eg on NB if I want the webapp to use Java 5 and I want it to use TC 5.5... On the project... right click properties->run --- pick the TC you want... On the project... right click properties->lib... and pick the JRE you want. On the server... the JRE used is in the Java Tab... You never have to

Re: Hot deployment Using Tomcat

2008-07-31 Thread Johnny Kewl
- Original Message - From: "hisameer" <[EMAIL PROTECTED]> To: Sent: Thursday, July 31, 2008 4:29 PM Subject: Re: Hot deployment Using Tomcat Thanks for your reply Alessandro The autodeploy is set to true but but whenever my build process tries to delete the previous .war file and

Re: How to make tomcat to use javaw.exe instead of java.exe?

2008-08-01 Thread Johnny Kewl
- Original Message - From: "Bharat Dighe" <[EMAIL PROTECTED]> To: Sent: Friday, August 01, 2008 12:49 AM Subject: How to make tomcat to use javaw.exe instead of java.exe? I am using Apache Tomcat 5.5.26. Is there a way we can force catalina.bat to use javaw.exe instead of java.exe w

Re: Status of threads in Tomcat( window service)

2008-08-01 Thread Johnny Kewl
- Original Message - From: "Thangavel Sankaranarayanan" <[EMAIL PROTECTED]> To: Sent: Friday, August 01, 2008 4:05 PM Subject: Status of threads in Tomcat( window service) Hi, Please help me in find no of threads and thier status spawned by tomcat connector...at any instant of tim

Re: Installation Problems

2008-08-01 Thread Johnny Kewl
- Original Message - From: "CrashOverride" <[EMAIL PROTECTED]> To: Sent: Friday, August 01, 2008 4:36 PM Subject: Re: Installation Problems Well, when I had it running before (and at the moment, I have it running on a different system), going to http://localhost:8111/ went strai

Re: Creating a new Service

2008-08-03 Thread Johnny Kewl
- Original Message - From: "Robert Drescher" <[EMAIL PROTECTED]> To: Sent: Sunday, August 03, 2008 12:27 PM Subject: Creating a new Service Hello everyone in this list! This is my first post in the users-help, after successfully installing Tomcat5.5 The default applications are ru

Re: Tomcat Service is stopped automatically???

2008-08-04 Thread Johnny Kewl
- Original Message - From: "Thangavel Sankaranarayanan" <[EMAIL PROTECTED]> To: Sent: Monday, August 04, 2008 9:08 AM Subject: Tomcat Service is stopped automatically??? Hi, I have a problem with tomcat 4.1.27. Operating system is Windows2000. I am running tomcat as a window servi

Re: Tomcat Service is stopped automatically???

2008-08-04 Thread Johnny Kewl
- Original Message - From: "Thangavel Sankaranarayanan" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, August 04, 2008 3:53 PM Subject: Re: Tomcat Service is stopped automatically??? Hi, I dont find any Hkey..instead i find a Hkey_Current_user.. I have loggged in to a remo

Re: Can two Tomcat's safely share the same webapps directory?

2008-08-05 Thread Johnny Kewl
- Original Message - From: "Richard M" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 05, 2008 5:21 AM Subject: Can two Tomcat's safely share the same webapps directory? I looked through the documentation and searched the user list and web for the answer to this. I found a lot of

Re: Avast Antivirus and apache-tomcat-6.0.18.exe

2008-08-05 Thread Johnny Kewl
- Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, August 05, 2008 11:09 PM Subject: Re: Avast Antivirus and apache-tomcat-6.0.18.exe Mark Thomas wrote: Ангелин Лалев wrote: Apparently the address is from Bulgarian mirror, where I am

Re: Avast Antivirus and apache-tomcat-6.0.18.exe

2008-08-06 Thread Johnny Kewl
- Original Message - From: "Len Popp" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, August 06, 2008 2:09 AM Subject: Re: Avast Antivirus and apache-tomcat-6.0.18.exe 2008/8/5 Johnny Kewl <[EMAIL PROTECTED]>: - Original Message -

Re: Re: Avast Antivirus and apache-tomcat-6.0.18.exe

2008-08-06 Thread Johnny Kewl
- Original Message - From: "Ангелин Лалев" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, August 06, 2008 7:01 AM Subject: Re: Re: Avast Antivirus and apache-tomcat-6.0.18.exe Thanks for the fast replies! I'm going to proceed with installation. Maybe Avast guys should

Re: Parsing a URL to see if a param exists

2008-08-06 Thread Johnny Kewl
- Original Message - From: "David Wall" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, August 06, 2008 1:17 AM Subject: Parsing a URL to see if a param exists Is there an API call to parse an URL I have as a String so that I can determine if a given param exists? I k

Re: Monitoring tomcat process

2008-08-06 Thread Johnny Kewl
- Original Message - From: "Fu-Tung Cheng" <[EMAIL PROTECTED]> To: "tomcat-u" Sent: Wednesday, August 06, 2008 12:50 AM Subject: Monitoring tomcat process Hi, I was wondering what solutions people are using to monitor their tomcat processes. I've been having a look at the follow

Re: Monitoring tomcat process

2008-08-06 Thread Johnny Kewl
Hi, I was wondering what solutions people are using to monitor their tomcat processes. I've been having a look at the following: http://code.google.com/p/tomcat-monitor/wiki/TomcatMonitor Are there better scripts or alternatives for handling restarting the vm in the case of out of memory er

Re: Regarding Service Unavailable

2008-08-07 Thread Johnny Kewl
- Original Message - From: "welcome.partha" <[EMAIL PROTECTED]> To: Sent: Thursday, August 07, 2008 9:47 AM Subject: Regarding Service Unavailable i run my web application after started my apache-tomcat server,it displayed service unavailable.If i refreshed it its run successfull

Re: Weird stack trace when reloading a webapp

2008-08-07 Thread Johnny Kewl
- Original Message - From: "Olivier Lamy" <[EMAIL PROTECTED]> To: Sent: Thursday, August 07, 2008 5:17 PM Subject: Weird stack trace when reloading a webapp Hi, I use the ant deploy target : password="${tomcat.password}" path="/{webPath}" localWar="${warPath}" update="t

Re: Weird stack trace when reloading a webapp

2008-08-07 Thread Johnny Kewl
- Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, August 07, 2008 9:45 PM Subject: Re: Weird stack trace when reloading a webapp - Original Message - From: "Olivier Lamy" <[EMAIL P

Re: Sudden missing javax/servlet/http/HttpServlet ?

2008-08-07 Thread Johnny Kewl
- Original Message - From: "Christopher Schultz" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, August 07, 2008 7:45 PM Subject: Sudden missing javax/servlet/http/HttpServlet ? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I've checked everything I can think of.

Re: Problem with POST to servlet: 16384 bytes maximum?

2008-08-07 Thread Johnny Kewl
- Original Message - From: "Michele Fuortes" <[EMAIL PROTECTED]> To: Sent: Thursday, August 07, 2008 8:18 PM Subject: Problem with POST to servlet: 16384 bytes maximum? Hi, I have a problem with POSTing an XML file to a servlet which writes the XML to disk. If the XML file is les

  1   2   3   4   5   6   7   8   >