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

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

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: 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: 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: 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: 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: 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: 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: 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: 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

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: 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();

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: HTTP method POST is not supported by this URL

2001-12-04 Thread Jim Urban
So, doPost calls itself in an endless loop, sending the servlet into oblivion... Or until a java.lang.StackOverflowError exception is thrown. :) Seriously, if a servlet gets a StackOverflowError does that impact Tomcat? That is, can Tomcat run out of stack space if a loop in a servlet gets out

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

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: 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

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

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

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

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: 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: 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: 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: 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: 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: 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: 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: 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: Tomcat on Windows vs. Unix

2001-08-20 Thread Jim Urban
We do all our application (servlets only) development on Win (NT) and have deployed to Win 2K, Solaris and AIX. We have used Oracle, MS-SQL and MySQL for databases. We have had no problems with this approach. Now compare this to our old C++ platform and Jim Urban Product Manager Netsteps

RE: Possible to return multiple responses/pages for a request?

2001-08-22 Thread Jim Urban
this, but I think it should work. If you try it, please let me know if it works. 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: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Sent

RE: Graphics with jsp

2001-08-22 Thread Jim Urban
this. This sample shows how to send the image back to the browser directly. You could also create the image as file and use an img tag to include it in the HTML sent back to the browser. Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Jim Urban
FreeTDS is free and it works fine. http://www.freetds.org/ 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: Stéphane De Jonghe [mailto:[EMAIL PROTECTED]] Sent: Thursday, August

RE: JDBC Driver for sql server 2000

2001-08-23 Thread Jim Urban
- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 4:23 PM To: [EMAIL PROTECTED] Subject: RE: JDBC Driver for sql server 2000 FreeTDS is free and it works fine. http://www.freetds.org/ Jim Urban Product Manager Netsteps Inc. Suite 505E

error-page not working in TC 3.2

2001-08-24 Thread Jim Urban
location/mycontext/dberror.html/location /error-page error-page error-code404/error-code location/mycontext/error400.html/location /error-page Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL

RE: error-page not working in TC 3.2

2001-08-24 Thread Jim Urban
The browser shows the standard error page and the log shows the standard messages. Nothing in the log references my error pages. Its as if TC ignored the directives in my web.xml (which I'm sure is what is happening). Jim -Original Message- From: Rob S. [mailto:[EMAIL PROTECTED]]

Tomcat 4 and DbConnectionBroker

2001-09-05 Thread Jim Urban
DbConnectionBroker and only the println before the call shows up in the Catalina window). Any ideas why? Is connection pooling no longer supported? The same application runs just fine under Tomcat 3.2.1. Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143

RE: Tomcat 4.0 and Session

2001-09-05 Thread Jim Urban
: Wednesday, September 05, 2001 3:31 PM To: Tomcat-User Subject: Re: Tomcat 4.0 and Session On Wed, 5 Sep 2001, Jim Urban wrote: Date: Wed, 5 Sep 2001 15:14:56 -0500 From: Jim Urban [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] Subject: Tomcat 4.0

FW: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
and the $CATALINA_HOME/conf/web.xml file but both are ignored. session-config session-timeout300/session-timeout /session-config How do I go about setting the time out to 5 minutes? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
to make sure that it's still working OK. Jon - Original Message - From: Jim Urban [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 7:15 AM Subject: FW: Tomcat 4.0 Session Timeout OK, I've spent the 30 minutes browsing the Tomcat 4.0 documentation

Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
-timeout300/session-timeout /session-config How do I go about setting the time out to 5 minutes? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 PS: Love Tomcat 4.0, it seems really solid!

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
, 2001 9:43 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0 Session Timeout If you have changed session-timeout and restarted the server then it should work. How are you noticing that your session is still active? Elm - Original Message - From: Jim Urban [EMAIL PROTECTED] To: [EMAIL

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
you reboot Tomcat? Elm - Original Message - From: Jim Urban [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 4:55 PM Subject: RE: Tomcat 4.0 Session Timeout How are you noticing that your session is still active? I let the browser sit for 10 minutes (timeout

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
4.0 Session Timeout Can you use HttpSession.setMaxInactiveInterval(int) method to set it at runtime? --V. - Original Message - From: Jim Urban [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 9:52 AM Subject: Tomcat 4.0 Session Timeout I've now

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
: Thursday, September 20, 2001 1:22 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0 Session Timeout It's not a TC feature, it's in servlet spec, and it was there at least since 2.1. --V. - Original Message - From: Jim Urban [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
to check your attitude at the door. This is an volunteer user support forum. Noone is being paid to help you solve your problems. If you can't be polite, go somewhere else. John -Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 11:32 AM

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
in minutes not seconds i.e. you need session-config session-timeout5/session-timeout /session-config At least this is the way it worked in 3.2.x andrew On 20-Sep-2001 Jim Urban wrote: I can, but this defeats the purpose of configuring Tomcat to set it for me. Was this feature removed or just

webapp Module

2001-09-24 Thread Jim Urban
Where can I find the Win NT version of webapp? Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 winmail.dat

Webapp Binary

2001-09-25 Thread Jim Urban
When will the webapp binary be available for Win32? Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 winmail.dat

  1   2   >