Tomcat on Sun's Java Desktop System

2003-12-04 Thread Jim Urban
Has anyone been involved with testing Sun's Java Desktop System? If you have, does Tomcat 4.1 run on it without any problems? According to Sun support JDS is based on SuSe 8.1 does anyone run Tomcat 4.1 on this platform and if so, what version of J2EE do you use? Thanks, Jim

Tomcat on Sun's Java Desktop System

2003-12-03 Thread Jim Urban
Has anyone been involved with testing Sun's Java Desktop System? If you have, does Tomcat 4.1 run on it without any problems? According to Sun support JDS is based on SuSe 8.1 does anyone run Tomcat 4.1 on this platform and if so, what version of J2EE do you use? Thanks, Jim

RE: MY ATTITUDE

2003-02-11 Thread Jim Urban
Steve, Don't go away mad, just go away! Jim -Original Message- From: Steve Burrus [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 9:06 PM To: [EMAIL PROTECTED] Subject: MY ATTITUDE This might be just enough from me to get me permanently kicked off of this newsgroup (are you

RE: CGI environment vars

2003-02-05 Thread Jim Urban
It's been years since I worked with unix (ok, aix). However I do recall a file .profile (I think it was in your home directory) which is where we set our environment vars. It was executed by the shell when you logged on. Have you tried this? If this is way off, please ignore it, I don't need to

RE: CGI environment vars

2003-02-05 Thread Jim Urban
Just an idea: Extend the CGIServlet (MyCGIServlet) and override the setCGIEnvironment method (it is protected, so you could call it and then add your variables which you could read from a properties file or something). Then modify the web.xml file found in Tomcat's conf directory to invoke your

RE: [OT] Charting Libraries

2003-01-10 Thread Jim Urban
We have used jCharts (http://jcharts.sourceforge.net/). It's designed to work in a servlet and JSP environment. The doc even includes how to set up the samples to run with Tomcat. We are quite pleased with this package. It's easy to use and the author was quick to resolve issues. Jim

RE: Windows Service

2003-01-10 Thread Jim Urban
There is an option in the Tomcat installer to install Tomcat as a service on Windows. Jim -Original Message- From: Jeffrey Winter [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 11:33 AM To: Tomcat Users List Subject: Windows Service Sorry about this question that has

Screwed Up tomcat-users file

2003-01-07 Thread Jim Urban
I really screwed up. I edited the tomcat-users.xml file by hand and I messed it up. I can no longer log on to the manager or administrator app. How can I reset this file? Can someone send me a default file? Thanks, Jim

Apache (mod_jk) Tomcat Not Launching JNLP

2002-12-16 Thread Jim Urban
if I should be telling mod_jk to pass the .jnlp requests to Tomcat or teaching Apache to serve .jnlp as mime type application/x-java-jnlp-file. Can someone please suggest the proper way to handle this? Thanks, Jim Urban

RE: I don´t understand the objective of this open list !

2002-12-10 Thread Jim Urban
I don't see what your problem is. I have installed Tomcat on our development servers and developer's workstations. I have installed it at client sites. I have attached it to Apache. I have attached it to Apache running SSL. I have attached it to IIS. I have attached it to IIS with SSL. It

RE: I don?t understand the objective of this open list !

2002-12-10 Thread Jim Urban
Why waste my time. I'll vote with my feet and use something else. If developers aren't interested in making their software usable by writing clear documentation, I won't use it. Remember, you get what you pay for. You paid for nothing, you got nothing! Don't go away mad, just go away (and

RE: Help to me !! !! !! !!

2002-10-25 Thread Jim Urban
your servlet is in a package called st. You must invoke your servlet by the fully qualified name (st.Servlet1) unless you add a servlet tag to your servlet1/WEB-INF/web.xml file. Good luck, Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Jim Urban
questions. Thanks! Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046 CONFIDENTIALITY NOTICE This message and any included attachments are from Park City

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Jim Urban
(because tomcat couldn't find my mod_jk.dll?). 3. SSL request didn't make it to Tomcat because I missed the JkMounts in the VirtualHost localhost:443 of httpd.conf. It was my sloppiness. I've been using Tomcat and Apache for 2 years and I got complacent. Jim Urban - [EMAIL PROTECTED] Park City

RE: problems with apache and tomcat

2002-10-24 Thread Jim Urban
Tomcat 4.x no longer uses the tomcat-apache.conf file. If you follow the instructions at http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0 /doc/ you should be able to get the two talking. I know, I just finished this project. Jim -Original Message- From:

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Jim Urban
community. Think I'll go hide somewhere. :) Jim -Original Message- From: Milt Epstein [mailto:mepstein;uiuc.edu] Sent: Thursday, October 24, 2002 10:40 AM To: Tomcat Users List Subject: RE: Apache/2 and Tomcat/4 not talking On Thu, 24 Oct 2002, Jim Urban wrote: It also happens while

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Jim Urban
debugging reference. Actually, it's something *old*. People who've used old typewriters will be familiar with the '1' vs. 'l' confusion. (Typewriter?! What the heck is a typewriter?!) :-) -Original Message- From: Jim Urban [mailto:jurban;parkcitysolutions.com] Sent: Thursday

RE: Apache/2 and Tomcat/4 not talking

2002-10-23 Thread Jim Urban
] Subject: Re: Apache/2 and Tomcat/4 not talking On Tue, 22 Oct 2002, Jim Urban wrote: I have spent the past two days trying to get Apache/2 to forward servlet requests to Tomcat. Here are the particulars: Java 1.3.0 Win 2K SP3 Tomcat 4.0.4 Apache/2 0.43 AJP13 SSL Mod_jk.conf

Tomcat/4 Apache/2 Mod_jk and SSL

2002-10-23 Thread Jim Urban
Ok, I got Tomcat (4.0.4) and Apache (2.0.43) talking to each other via mod_jk on W2K with JDK 1.3.0. Now I have set up Apache to handle SSL requests (mod_ssl.so). If I enter https://localhost https://localhost/ I get a secure connection to the Apache default page (and the browser’s secure flag

Apache/2 and Tomcat/4 not talking

2002-10-22 Thread Jim Urban
I have spent the past two days trying to get Apache/2 to forward servlet requests to Tomcat. Here are the particulars: Java 1.3.0 Win 2K SP3 Tomcat 4.0.4 Apache/2 0.43 AJP13 SSL Mod_jk.conf ## Auto generated on Tue Oct 22 12:01:16 CDT 2002## IfModule !mod_jk.c LoadModule

Error Loading mod_jk.dll

2002-10-18 Thread Jim Urban
Environment: Tomcat 4.0.4 Apache 2.0.43 with SSL Win 2K – SP3 mod_jk = mod_jk-2.0.42.dll (renamed to mod_jk.dll) JDK = Sun 1.3.0. I can run Apache without Tomcat and Apache runs fine. It serves both http and https correctly. I placed the mod_jk.dll in my Apache2/modules directory. I added the

Error Loading mod_jk.dll

2002-10-18 Thread Jim Urban
have a version of mod_jk that works with Apache 2.0.43 and Tomcat 4.0.4? Thanks, Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046 CONFIDENTIALITY NOTICE

RE: Error Loading mod_jk.dll

2002-10-18 Thread Jim Urban
the two supporting dlls to the winnt/system32 directory. Does anyone know if mod_jk needs some additional dlls to run? The note on the Detlev Beutner website says this is a debug build, so do I need some debugger dlls? Thanks, Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical

RE: Starting TOMCAT without opening new DOS promt

2002-09-25 Thread Jim Urban
Instead of running startup.bat execute: catalina.bat run Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046 CONFIDENTIALITY NOTICE This message and any

RE: need some idea

2002-09-03 Thread Jim Urban
Why don't you try it and see? :) I think it will depend upon the OS your server is running and how your network is configured. You will need to provide more information. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd

Failover and Sessions

2002-09-03 Thread Jim Urban
We have a client who is interested in running a cluster of Tomcat servers. Since our applications are mission critical healthcare systems, one of the primary concerns is fail over. We need to set up Tomcat to handle this scenario: A user logs on to server A and establishes session. User uses the

DistributedManager Qustion

2002-08-30 Thread Jim Urban
We have a client who is interested in running a cluster of Tomcat servers. Since our applications are mission critical healthcare systems, one of the primary concerns is fail over. We need to set up Tomcat to handle this scenario: A user logs on to server A and establishes session. User uses the

RE: Open source ODBC driver for SQL Server 7

2002-08-29 Thread Jim Urban
Check out http://www.thinweb.com/products_twfreetds.html it's a free commercially supported version of freetds. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630

RE: Open source ODBC driver for SQL Server 7

2002-08-29 Thread Jim Urban
We had used it for a while. We dropped it because our application became to complex for it to handle. We needed to run multiple stored procs which took output from one as input the next proc which in a unit of work. We ended up purchasing a 3rd party driver which met our requirements. Jim

RE: Open source ODBC driver for SQL Server 7

2002-08-29 Thread Jim Urban
The problems were with stored procs. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046 CONFIDENTIALITY NOTICE This message and any included attachments

RE: Open source ODBC driver for SQL Server 7

2002-08-29 Thread Jim Urban
in proc 1 as a foreign key. Get sqlexception for RI violation (foreign key does not exist). This should work as long as you maintain the connection. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice

RE: com.orielly.servlet File Upload package

2002-08-21 Thread Jim Urban
what you need - change the code! Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046 CONFIDENTIALITY NOTICE This message and any included attachments are from

RE: OFF-TOPIC: Pointers to CallableStatement docs?

2002-08-20 Thread Jim Urban
BTW: What JDBC driver are you using? We had tried the MS driver and had problems using it with stored procs. We ended up using a 3rd party driver which we had to pay for. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd

RE: Enable HTTP method PUT

2002-08-20 Thread Jim Urban
Did you implement the goGet method? protected void doGet(HttpServletRequest iRequest, HttpServletResponse iResponse) throws ServletException, java.io.IOException { doPost(iRequest, iResponse); } Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical

RE: OFF-TOPIC: Pointers to CallableStatement docs?

2002-08-19 Thread Jim Urban
What error are you receiving? Can you post a stack trace and a code clip with line numbers so we can see what is failing? Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106

RE: database application with web start and jnlp

2002-07-22 Thread Jim Urban
Yes. You can have a swing application (Java Web Start) talk to a servlet(s) running under Tomcat which do database access. Done it myself, so I know it works well. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd

RE: Formatting web pages for printing.

2002-07-17 Thread Jim Urban
Since you are starting with XML, why not use FOP and generate PDFs for printing. Then you can control page breaks, page headers and footers etc. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice

RE: hello sir

2002-07-16 Thread Jim Urban
Software Foundation. For additional information on Ant see http://jakarta.apache.org/ant/index.html. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046

RE: set content type to text/pdf

2002-06-21 Thread Jim Urban
Alex, Instead of httpservletresponse.setContentType(text/pdf); try httpservletresponse.setContentType(application/pdf); Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax

RE: Security - Attack

2002-06-13 Thread Jim Urban
create a bunch of mod_rewrite filters (in httpd.conf - for Apache) that redirects all those requests to www.microsoft.com Can you provide an example? Jim -Original Message- From: Cato, Christopher [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 6:38 AM To: 'Tomcat Users List'

RE: Security - Attack

2002-06-13 Thread Jim Urban
to know how to do it. Sort of like building an A-bomb. You would never do it, but Its neat to know how to. - Now I've done it, Aschroft will be kicking down my office door because I mentioned the b word in an email. :) Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical

RE: REPOST: Problems serving PDF to Netscape browsers

2002-05-15 Thread Jim Urban
the contents of the buffer. We do 1 - 3 prior to writing the PDF to the output stream. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046 CONFIDENTIALITY NOTICE

RE: Use Tomcat

2002-05-10 Thread Jim Urban
it that way for a year and a half and it seems to work fine. . Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046 CONFIDENTIALITY NOTICE This message and any

Where is Tomcat 4.1?

2002-05-10 Thread Jim Urban
thought I would ask, what’s in tc 4.1 and when is the scheduled final release of 4.1? Is 4.1 being optimized for use with Apache 2.0? Will it include new connectors for Apache 2.0? Jim Urban - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product

RE: How to create dynamic graphs on web pages?

2002-05-06 Thread Jim Urban
Check out: http://jcharts.sourceforge.net/ it's a pure Java packaged designed for use with servlets and JSPs. Jim Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax

RE: Map network drive automatically

2002-04-23 Thread Jim Urban
(IOException e) { System.out.println(e); } Jim [PARA]Jim Urban - [EMAIL PROTECTED][TAB][PARA]Clinical Connectivity Suite Product Manager[PARA]Suite 295[PARA]500 Park Blvd.[PARA]Itasca, IL 60143[PARA]Voice: (630) 250-3045 x106[PARA]Fax: (630) 250-3046[PARA][PARA]Advancing

RE: web.xml editor

2002-04-19 Thread Jim Urban
]Jim Urban - [EMAIL PROTECTED][TAB][PARA]Clinical Connectivity Suite Product Manager[PARA]Suite 295[PARA]500 Park Blvd.[PARA]Itasca, IL 60143[PARA]Voice: (630) 250-3045 x106[PARA]Fax: (630) 250-3046[PARA][PARA]Advancing Healthcare Performance[PARA]www.parkcitysolutions.com[PARA] -Original

RE: Tomcat 4.x and Database Connection Pooling

2002-04-10 Thread Jim Urban
If you are looking for connection pooling which will work with any database check out DbConnectionBroker at http://www.javaexchange.com/ Jim -Original Message- From: Ric Searle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 10:23 AM To: Tomcat Users List Subject: Re:

J2SE v1.4 Compatibility

2002-04-10 Thread Jim Urban
Is a J2SE 1.4 version of Tomcat available? Jim Urban Product Manager Netsteps Inc. Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046 -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list

RE: J2SE v1.4 Compatibility

2002-04-10 Thread Jim Urban
- From: Jolet, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 12:03 PM To: 'Tomcat Users List' Subject: RE: J2SE v1.4 Compatibility i'm running it on 1.4. -Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 12:04 PM

RE: Starting Tomcat 4 as an NT service

2002-04-09 Thread Jim Urban
Just a word of caution: Be sure to STOP the service (and wait for it to completely stop) before attempting to uninstall it. Otherwise he service won't uninstall completely. Jim -Original Message- From: Ken Anderson [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 27, 2002 3:48 PM

RE: NIGHTMARE

2002-04-08 Thread Jim Urban
I doubt I'm the only one who has complaint. We have no complaints. We have been using Tomcat for almost 2 years now. We have installed it at several client sites on several different platforms with no problems. Tomcat is just another Java application. If you understand the Java platform

RE: saving object

2002-04-05 Thread Jim Urban
Can you use a stored procedure to inset the row? The stored procedure can query the id of the row just inserted and pass it back to you as an output parameter. Jim -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 3:42 PM To: Tomcat Users List

RE: Kinda not topical

2002-04-01 Thread Jim Urban
I use jEdit http://jedit.org/. Its open source and quite powerful. Jim -Original Message- From: Vladimir Vanyukov [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 31, 2002 10:07 PM To: Tomcat Users List Subject: Kinda not topical I just have a general question that has nothing

RE: XML output, I need help.

2002-03-13 Thread Jim Urban
Are you displaying raw XML, or does your XML reference a XSL stylesheet? IE is not current on XSL support and has problems processing XSL commands. Jim -Original Message- From: David Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 8:22 AM To: Tomcat Users List

RE: client side object to server side

2002-03-07 Thread Jim Urban
Mark, We are doing the exact same thing. Our plan was to send a single XML document embedded in a hidden string variable to the sever. You plan sounds like it may make what we are trying to do easier. I would like a copy of both the client and server code. Thanks, Jim -Original

RE: Who uses connection pool?

2002-03-06 Thread Jim Urban
Don't know. Jim -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 1:17 AM To: Tomcat Users List Subject: Re: Who uses connection pool? We are database independent. If you look at the initializeDbConnectionBroker method

RE: Who uses connection pool?

2002-03-06 Thread Jim Urban
Message - From: Jim Urban [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 3:31 PM Subject: RE: Who uses connection pool? We use DBConnectionBroker regardless of the database. This way the its easier to switch databases depending on which one a client

RE: Who uses connection pool?

2002-03-05 Thread Jim Urban
We do. Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lev Assinovsky Sent: Tuesday, March 05, 2002 3:09 AM

RE: Who uses connection pool?

2002-03-05 Thread Jim Urban
one? Jim Urban wrote: We do. Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lev Assinovsky

RE: Who uses connection pool?

2002-03-05 Thread Jim Urban
just found out that ConnectionPoolDataSource is not properly implemented in tyrex stuff (Tyrex people acknowledged that). Did you hardcode pool instance creation or found a way when JNDI do that? Jim Urban wrote: DBConnectionBroker http://opensource.devdaily.com/ddConnectionBroker.shtml

RE: DB Connection Pool

2002-03-05 Thread Jim Urban
If anyone is currently using a third-part pool that they are well pleased with, I would greatly appreciate that information too. We just finished this discussion. Please check the archive. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

RE: Who uses connection pool?

2002-03-05 Thread Jim Urban
We use DBConnectionBroker regardless of the database. This way the its easier to switch databases depending on which one a client chooses. Jim -Original Message- From: Rich Sneiderman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 1:27 PM To: Tomcat Users List Subject:

RE: Who uses connection pool?

2002-03-05 Thread Jim Urban
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lev Assinovsky Sent: Tuesday, March 05, 2002 1:42 PM To: Tomcat Users List Subject: Re: Who uses connection pool? Jim, that's fine! But how to provide the same through JNDI to be free of particular DB? Jim Urban wrote: Here

RE: DB Connection Pool

2002-03-05 Thread Jim Urban
the owner of this mailing list? No. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lev Assinovsky Sent: Tuesday, March 05, 2002 2:00 PM To: Tomcat Users List Subject: Re: DB Connection Pool Why? Jim, are you the owner of this mailing list? Jim

RE: More information about the SQL errors??????

2002-03-04 Thread Jim Urban
The simplest thing is to add System.err.println messages through out your code then run it and see what happens. Jim -Original Message- From: fusterjj [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 12:06 PM To: 'Tomcat Users List' Subject: More information about the SQL

RE: Problem with Tomcat or Servlet?

2002-03-01 Thread Jim Urban
Sounds like a servlet problem. To determine the cause of your problem we will need to see the servlet source code (at least the part that builds the list). Jim -Original Message- From: Stephan Mülhaus [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 8:28 AM To: Tomcat Users

RE: Problem with Tomcat or Servlet?

2002-03-01 Thread Jim Urban
A random guess - you only create your Connection or Statement object when you create a new record and not for select. Another guess... Do you have fields in your table(s) which allow nulls? If so, the result set will return a null when you get the contents of one of these fields and the

RE: Problem with Tomcat or Servlet?

2002-03-01 Thread Jim Urban
Stephan, I don't see any glaring errors in this code, granted chtml, your statement and any of the columns returned by your result set are not null. You need to compile your application with debug (-g) so you can examine the stack trace produced by the exception. This will at least show you

RE: integer value

2002-02-25 Thread Jim Urban
Why did you declare a phone number as integer? I've seen phone numbers declared as char 10 (unformatted), char 14 (formatted) or even varchar, but never integer. If you use a char type field you can define the field as null able too, which solves your problem. Jim -Original Message-

RE: Fumbling around Tomcat and Java and XML

2002-02-22 Thread Jim Urban
, the parser will attempt to open a URI connection to the resource identified by the system identifier. It sounds as if you give in a String of xml data it will not attempt to try to interpret it as a URI but I guess that's not really the case? -Original Message- From: Jim Urban

RE: Fumbling around Tomcat and Java and XML

2002-02-21 Thread Jim Urban
Here is a hint to get you started... import org.w3c.dom.Attr; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.NamedNodeMap; import org.w3c.dom.Node; import org.w3c.dom.NodeList; import org.apache.xerces.parsers.DOMParser; DOMParser parser = new DOMParser();

Determining User Connection Speed

2002-02-15 Thread Jim Urban
Is there a way to determine the speed a user is connected to the internet at from within a servlet? Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

RE: Determining User Connection Speed

2002-02-15 Thread Jim Urban
: Friday, February 15, 2002 11:39 AM To: Tomcat Users List Subject: Re: Determining User Connection Speed Jim Urban wrote: Is there a way to determine the speed a user is connected to the internet at from within a servlet? No. If you explain more about why you want to know, maybe

RE: Redirect after session expires?

2002-02-13 Thread Jim Urban
According to the servlet spec, when calling HttpServletRequest.getSession(boolean) with a parameter of false will tell you if the session is valid: If create is false and the request has no valid HttpSession, this method returns null. So, one way of telling if a session is valid is: HttpSession

RE: 4.0.1 in production?

2002-01-28 Thread Jim Urban
We have 2 clients currently running Tomcat 4.0.1 in production. They are running it in conjunction with IIS on Win 2K. So far it is working just fine. Jim -Original Message- From: Nick Wesselman [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 10:02 AM To: [EMAIL PROTECTED]

RE: Pooling database connections: best practices?

2002-01-24 Thread Jim Urban
I concur, we've been using DbConnectionPool for over year with no problems. We've used it with Oracle, MS-SQL and MySQL with no problems. Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 -Original Message

RE: Tomcat prerequisites

2002-01-24 Thread Jim Urban
Would it be OK on iSeries, Windows NT, 2000, AIX, HP-UX, Solaris ? The short answer is - yes. Tomcat is written in Java and will run on any Java enabled OS which supports the current TCPIP implementation. We have clients running Tomcat on WinNT, Win2K and Solaris. As for hardware, that

RE: Not running

2002-01-18 Thread Jim Urban
Check the file permissions on the server. Depending upon which FTP client you use, the permissions sometimes don't get set correctly when uploading from Win98 to Unix. Jim -Original Message- From: Otávio Augusto R. de França [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002

RE: Tomcat vs. RH 6.2

2002-01-18 Thread Jim Urban
While I have never built Tomcat, I do use Ant to build all my Java projects. I use Xerces Java 2 parser for an XML parser and it works just fine. Download it form the Apache XML Project website and install it in a convenient place on your system. Then add the xerces.jar file (in your Xerces bin

RE: Dynamic XML/XSLT with Tomcat 4.0

2002-01-18 Thread Jim Urban
Attached is a simple servlet which uses XSLT to generate HTML and send it back to the browser. The XSL file needed to run the servlet is attached to, simply put it in the root of the context you have the servlet in. Hope this helps Jim Date: Tue, 18 Jan 2000 08:43:58 +0200 From: Sergei

RE: Tomcat serving Adobe SVG file

2002-01-08 Thread Jim Urban
Check that the conf/web.xml contains the mime type for this kind of resources. I know the conf/web.xml file in 4.0 had an incorrect mime type for .jnlp files. Jim -Original Message- From: Annick Fron [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 10:27 AM To: tomcat

RE: off the track: is there any bug tracking system in Java?

2002-01-04 Thread Jim Urban
Try BugRat. Its simple and will work with MySQL or Oracle and it provides a web based interface. We've been using it for a year on NT with MySQL and it works great. Jim Urban PS: The URL is http://www.gjt.org/pkg/bugrat/ -Original Message- From: Amine AMAR [mailto:[EMAIL

RE: Very basic problem

2002-01-02 Thread Jim Urban
This question should be asked on a Java forum, but here is your answer: Add . to the beginning of your classpath: CLASSPATH=.;d:\jdk1.3;d:\jdk1.3\bin; This tells Java to look in the current directory for classes. Jim -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent:

RE: Tomcat SSL

2001-12-27 Thread Jim Urban
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html about a third of the way down, do a browser find on Keystore. Jim -Original Message- From: Rama [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 4:01 AM To: [EMAIL PROTECTED] Subject: Tomcat SSL Hi, I can't

RE: Please help me on NT Authentication

2001-12-20 Thread Jim Urban
I would like this info too. Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 -Original Message- From: Bongiorno.Christian [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 7:37 AM

RE: Keystore and SSL

2001-12-14 Thread Jim Urban
] _ -Ursprüngliche Nachricht- Von: Jim Urban [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 12. Dezember 2001 17:04 An: Tomcat Users List Betreff: RE: Keystore and SSL I have gone into JWS and imported the keystore used by tomcat, but the application still

Tomcat and IIS Error 500

2001-12-14 Thread Jim Urban
all the instructions, I rebooted the server and Tomcat and IIS both started. I can access my app via port 8080. If I try to access it through IIS I get an error 500. Any ideas what is causing this? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice

RE: GETTING STARTED WITH TOMCAT

2001-12-13 Thread Jim Urban
The window that is opening and closing is the Tomcat window. This window should stay open, that is where you will see any messages written to System.out or System.err. Try starting it like this: tomcat.bat run This will cause Tomcat to start in the current window. You should then be able to

RE: SSL working on tomcat 4.0 standalone?

2001-12-13 Thread Jim Urban
I just received a trial cert from Verisign. I tried to import the cert using the command keytool -import -alias tomcat -trustcacerts -file ./verisign.csr. After entering the password I received the following error keytool error: java.lang.Exception: Failed to establish chain from reply. Any

RE: somebody trying hack me, what they really wanted?

2001-12-13 Thread Jim Urban
You was hacked by one of those Nimba type worm viruses. Be glad you were not running IIS, you could have been in big trouble. Jim -Original Message- From: Evgeniy Strokin [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 12:05 PM To: [EMAIL PROTECTED] Subject: somebody

Keystore and SSL

2001-12-12 Thread Jim Urban
hundred dollars. I do however, have a personal cert from Thwarte I use to sign email. Can I export this cert and build a keystore Tomcat can use? I am assuming Thwarte certs are trusted and will get me past this problem. Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca

RE: Keystore and SSL

2001-12-12 Thread Jim Urban
] _ -Ursprüngliche Nachricht- Von: Jim Urban [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 12. Dezember 2001 16:12 An: Tomcat-User Betreff: Keystore and SSL I am trying to write a Java Web Start application which will use SSL to talk to a servlet running on Tomcat

Tomcat and JNLP

2001-12-10 Thread Jim Urban
Does Tomcat support Java Web Start? That is, can Tomcat (4.0) serve JNLP files? The doc on the Sun site calls for adding .jnlp to your web server's mime types, how do you do this with Tomcat? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice

RE: Help on Setting Up Application

2001-12-07 Thread Jim Urban
If your package is 1.2.3.4 and your servlet name is Controlservlet and it is in context myapp and you want to be able to access your servlet by simply entering http://host/myapp here is what you need to put in your myapp/WEB-INF/web.xml file. web-app servlet

RE: Last attempt before I heave sun box out of the window!

2001-12-06 Thread Jim Urban
I thought about that too, but then I realized that could hurt or even kill a person. :) Jim -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 9:52 AM To: Tomcat Users List Subject: AW: Last attempt before I heave sun box out of the

RE: Last attempt before I heave sun box out of the window!

2001-12-06 Thread Jim Urban
- Von: Jim Urban [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 6. Dezember 2001 17:01 An: Tomcat Users List Betreff: RE: Last attempt before I heave sun box out of the window! I thought about that too, but then I realized that could hurt or even kill a person. :) Jim

RE: Help on Setting Up Application

2001-12-06 Thread Jim Urban
Sounds like you need to set up servlet mapping in your context web.xml. Jim -Original Message- From: Guddu Kumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 1:51 PM To: [EMAIL PROTECTED] Subject: Help on Setting Up Application Hi, I have to setup tomcat for an my

RE: security issue: tomcat on port 80

2001-12-06 Thread Jim Urban
I run Tomcat on port 80 on my Win32 servers (NT and 2K). I have watched the Windows viruses attack Tomcat with no impact. The one server running IIS (required for our time keeping software) got nailed by a virus within a week of being setup. That server has since had IIS pointed to a different

RE: HTTP method POST is not supported by this URL

2001-12-05 Thread Jim Urban
method POST is not supported by this URL - Original Message - From: Jim Urban [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 4:07 PM Subject: RE: HTTP method POST is not supported by this URL So, doPost calls itself in an endless loop, sending

  1   2   >