mod_jk + ssl

2003-02-24 Thread Adam Greene
I am getting ready to setup a Linux box running Apache 1.3.29, Tomcat 4.1.18, and mod_jk and I am wondering if there is anything special I need to do to my Tomcat config as the Apache HTTP is what will have the SSL running on it (via mod_ssl).

UTF-8 vs ISO-8859-1 and really screwed up webpages.

2002-12-18 Thread Adam Greene
I have two webpages and both contain the letter é (litterally written into the page), but one page displays it as é and the other page displays it as é and I cannot figure out why. I have tried setting (via META Tags) the language to UTF-8 and to ISO-8859-1 and I can only get one page to work at

RE: Tomcat 4.1.x STILL seems broken on Linux

2002-10-18 Thread Adam Greene
If you are using Torque or any other project that uses the commons-logging library, there is a possibility that you have two different versions of that library, they have slight different names, which I cannot remember. Simply delete the older ones. -Original Message- From: John Byrd [mai

RE: Window doesnt close on shutdown

2002-10-18 Thread Adam Greene
Does the title bar say "Finished"?? -Original Message- From: RXZ JLo [mailto:rufoo2001@;yahoo.com] Sent: Wednesday, October 16, 2002 9:33 AM To: [EMAIL PROTECTED] Subject: Window doesnt close on shutdown I use tomcat4.0.4 on windows 2000. When I shutdown tomcat, the window just shows Sto

RE: Can someone PLEASE tell me why tomcat uses so much CPU???

2002-10-01 Thread Adam Greene
I have to agree. I have a website that we pounded with 3 test computers and couldn't get Tomcat over 20% usage. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 9:19 AM To: 'Tomcat Users List' Subject: RE: Can someone PLEASE tell me why tom

Cannot get Tomcat to do reloadable="true"

2002-09-30 Thread Adam Greene
I have tried everything, but Tomcat (4.1.10) simply will reload any class files that I change. I have to stop and restart Tomcat inorder for changes to be picked up. I even copied a working config from another computer that does work, and that still didn't fix it. Does anyone have any ideas wha

RE: How many people are using 4.1.12 successfully?

2002-09-27 Thread Adam Greene
Well, I've been noticing some "irregularities" in the way Tomcat 4.1.12 works. First off, I had to change my Resource paths from "/com/whatever/file.ext" to "com/whatever/file.ext". I have had it refuse to recognize jar files placed in the common/lib directory. and other minor problems. So I w

RE: Trying to find a jk2 or equiv for Apache 1.3.* on Win32

2002-09-26 Thread Adam Greene
machines. Hope this helps. > Cheers, > Nanijon. > Adam Greene wrote:I do not have a C/C++ Compiler and would > like help locating a compiled > version of the DLL and possibly any help setting up the > scenario following > (I tried reading the help, but I'm still not sure).

Actually Class Loader in 4.1.12 is really broken (or else something like that)

2002-09-26 Thread Adam Greene
I just installed Tomcat 4.1.12 (fresh install in a new directory) and copied all the necessary libraries into common/lib and copied a couple of projects into it, setup the contexts, etc. But when I try to run the project (which worked in 4.0.4) it keeps complaining that it cannot find (ClassNotFo

Trying to find a jk2 or equiv for Apache 1.3.* on Win32

2002-09-26 Thread Adam Greene
I do not have a C/C++ Compiler and would like help locating a compiled version of the DLL and possibly any help setting up the scenario following (I tried reading the help, but I'm still not sure). What I have is : Apache 4.1.12 Apache HTTP 1.3.26 JDK 1.4.0 Running on Windows 2000 SP 3 What I

Discovered Problem with " Broken Class Loader in 4.1.12"

2002-09-26 Thread Adam Greene
Never Mind. I simply removed the / from in front of com/creditunion and it found it. I'm not sure which way is the correct way, but none-the-less, it works now. -Original Message- From: Adam Greene [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 11:00 AM To: Tomcat

Broken Class Loader in 4.1.12

2002-09-26 Thread Adam Greene
Here is the configuration: Under C:\Tomcat4.1.12\common\classes is a central code set for several different websites. In the subdirectory /com/creditunion is a file called "Torque.properties" Under C:\Tomcat4.1.12\common\lib is the torque.jar file Under C:\Tomcat4.1.12\creditunions\creditunionX\

Questions about " [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability"

2002-09-26 Thread Adam Greene
Maybe I don't understand, but DefaultServlet, which is supposed to serve static content is disabled... How are we supposed to serve up pictures, etc that are static?? -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Locating Dynamically Generated Files...

2002-09-24 Thread Adam Greene
You could use the servlet context's getRealPath(). I'm not sure the exact name of the class (I use Tapestry for all my web development and it accesses it as getServletContext().getRealPath()). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September

RE: Tomcat 4.1.10 don't compile jsp under w2k

2002-09-20 Thread Adam Greene
Make sure that you have a copy of the tools.jar in the [TOMCAT]\common\lib, where [TOMCAT] is your tomcat install directory. (In the classpath might work as well). That is what solved it for me. -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Friday, September 2

JMX??

2002-09-13 Thread Adam Greene
I saw that Tomcat 4.1.X has JMX in it, is it possible to add our own MBeans to Tomcat?? I am working on a work flow server and would like to implement support services as MBeans. Adam Greene ROMulin Group Inc 885 Main St, Suite 16 Moncton, NB E1C 1G5 Ph: (506) 863-1014 x4 Fx: (506) 854-6886

Re: Tomcat and Crystal Reports (Urgent)

2002-08-29 Thread Adam Greene
Or look into Crystal Reports 9.0 that just came out and has support for Servlets, EJBs, etc. > Maybe you could use the JavaViewerBean in a servlet instead of an applet - > documentation or no - bytecode is easy to study. Regardless - if you want a > professional solution, I would look at http:

RE: Tomcat 4 - OpenSSL - IE client certificate works partially

2002-07-02 Thread Adam Greene
I would absolutely love a HOW-TO. I have a project that is going to require certs for security. I will ultimately have to use a Verisign or Thawte cert, but I can certainly test with the homemade ones. Also, have you tried to get Netscape or Mozilla to work?? Adam Greene ROMulin Group Inc

RE: Tomcat 4 - OpenSSL - IE client certificate works partially

2002-07-02 Thread Adam Greene
uite right with Apache Web Server. This might be what you are seeing. Verisign must have "broken" their certs to work with both IIS and Apache. Adam Greene ROMulin Group Inc 885 Main St, Suite 16 Moncton, NB E1C 1G5 Ph: (506) 863-1014 x4 Fx: (506) 854-6886 http://www.romulin.co

RE: Servlet debug.

2002-06-24 Thread Adam Greene
ilder Personal supports Tomcat Debugging). Adam Greene ROMulin Group Inc 885 Main St, Suite 16 Moncton, NB E1C 1G5 Ph: (506) 863-1014 x4 Fx: (506) 854-6886 http://www.romulin.com/ -Original Message- From: Christophe Bouhier (ECM) [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 12:

Re: MS SQL Server Datasouerce

2002-06-04 Thread Adam Greene
Make sure that you call the parameter "name" as "username". - Original Message - From: "Anibal Constante Brito" <[EMAIL PROTECTED]> To: "Tomcat" <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 9:40 PM Subject: MS SQL Server Datasouerce > A tried to create a datasource with SQL Server, b

RE: Tomcat is the best ?!

2002-06-03 Thread Adam Greene
load balance it (at least that is what they rep told me). Adam Greene ROMulin Group Inc 885 Main St, Suite 16 Moncton, NB E1C 1G5 Ph: (506) 863-1014 x4 Fx: (506) 854-6886 http://www.romulin.com/ -Original Message- From: Sean LeBlanc [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 20

DataSources and JNDI

2002-05-23 Thread Adam Greene
ource) ctx.lookup("java:/comp/env/jdbc/TestDB"); Thanks for any help you can give. Adam Greene Team Leader ROMulin Group Inc Ph: (506) 863-1014 Fax: (506) 854-6886 http://www.romulin.com