Apache 1_3_14 and tomcat 3.2.1 modSSL

2001-01-07 Thread Pete Ehli
Hello group - I am trying to configure apache 1_3_14 and tomcat 3.2.1 to use SSL with mod_jk on win NT4.0.I installed the apachewebserver that supportsmodSSL. I first starttomcat and then apache. I get a warningfrom apache that I ama little concerned about which says "Loaded DSO

Re: Apache 1_3_14 and tomcat 3.2.1

2001-01-07 Thread John Ellis
Pete, A really easy way to get SSL going with Apache on Windows is to install OpenSA: http://www.opensa.org/ It is one installation that is already set up with fake certificates. Once it is installed, detailed instructions for creating your own cert or getting a signed one from a trused CA

Re: tomcat on debian

2001-01-07 Thread Remco van 't Veer
Tomcat is part of woody (the future release of Debian). http://packages.debian.org/unstable/web/tomcat.html You need to backport the following woody packages: ant, apache libapache-mod-jk, libservlet2.2-java libxerces-java and (ofcource) tomcat. I can bundle mine into a Tar and send you an URL

Re: tomcat on debian

2001-01-07 Thread Nagappan A
Hi, I'm also really in need of this. If possible also give the URL for me. - Original Message - From: Remco van 't Veer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, January 07, 2001 4:30 PM Subject: Re: tomcat on debian Tomcat is part of woody (the future release of

Re: mod_jk vs ApacheModuleJServ.dll

2001-01-07 Thread Tom Woteki
Scott: I don't do windows so I may be a bit off base. There is some reference in the Tomcat user's guide on the difference between Tomcat (with mod_jserv) and Jserv. Then in the still newer documentation with release 3.1.14 there is a brief comparison of mod_jserv and mod_jk. The bottom line as I

POST without fields -- incorrect PrintWriter in HttpServletResponse ???

2001-01-07 Thread hische
Hi, The following occurs with Tomcat 3.2.1 on Red Hat Linux 7.0, JRE 1.3.0 : public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType( CONTENT_TYPE ); response.getWriter().println("If NO fields were

Tomcat 4b1: Cannot start with metamata.jar in classpath

2001-01-07 Thread Morten Bach Møller
Hi, If I try to start Tomcat 4.0b1 with metamata.jar in the classpath I get the following error: [c:\jakarta-tomcat-4.0-b1\bin]catalina run Using CLASSPATH: ..\bin\bootstrap.jar;D:\Java\jdk1.3\lib\tools.jar Exception in thread "main" java.lang.IllegalArgumentException: addRepositoryInternal:

Re: Xalan2 in server environment (was Xalan2 Stree Module spans sec ondthread to do transform?)

2001-01-07 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: "Roytman, Alex" [EMAIL PROTECTED] wrote: One part which is sensitive to thread origin in my opinion is Extensions In extensions people can do all sorts of things. Yep, I can see that. It sounds like we should at least provide a property to turn off the

Error 500

2001-01-07 Thread Lin Gan
Hi, I have a program that runs fine in JDeveloper3.1.1.2, but when I deploy it to tomcat and try to open it in the browser I get the following error: Error: 500 Location: /examples/jsp/test2/MyProject1_html/main.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to

Re: Error 500

2001-01-07 Thread Ted Husted
On 1/7/2001 at 2:36 PM Lin Gan wrote: I have copied the Jar files from Jdeveloper into the LIB directory in tomcat, but it hasn't fixed the problem. You probably need to actually add the jar files to your classpath as well. Jdeveloper was probably doing that for you behind the scenese (as Ant

Starting Apache

2001-01-07 Thread Andrew Burrows
Hi All, Whenever I add the Include line into my Apache httpd.conf file Apache won't start, could someone point me in the right direction. Andrew [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

MySql, mm.mysql and Tomcat

2001-01-07 Thread Jon Pratt
I saw your posts re: Please help with ... . I don't think the nightly build will get me very far but looks like you've been there socan I ask you about the following: Win 98 with Tomcat running example ok and MySql running its example db's ok. Downloaded jdbc driver for the db called

Re: Starting Apache

2001-01-07 Thread Mark Koscak
There is a Working with mod_jk help document and a Tomcat Workers How To. These are very good documents and provide much more indepth dicussion than the steps I will outline below. Basically for tomcat 3.2 I did the following NOTE: I already had a binary distribution of tomcat up and running as

Re: Linux mod_jk + Apache help

2001-01-07 Thread Mark Koscak
See my post Re:Starting Apache I think it may help. Regards Mark - Original Message - From: W J La Cholter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 05, 2001 12:42 PM Subject: Linux mod_jk + Apache help I'm trying to get a servlet invoked by Apache using mod_jk.

ClassPath and setTomcat_Home variables?

2001-01-07 Thread Sam T.
hi I have a problem to run Tomcat ,I have win98,jdk1.3, when I start to run it I get an error like Out of environment space Unable to locate servlet.jar, check the value of TOMCAT_HOME. how can I check the value of TOMCAT_HOME,JAVA_HOME? thanks sam,

Linux IBM JDK + Tomcat + SMP hangs

2001-01-07 Thread brien
Hi, I've been having a really tough time to say the least trying to get the IBM JDK 1.3 to work on an SMP machine under linux. I don't think my problem is unique. The JDK hangs, consuming 99% of the CPU. From what I can tell, this problem is specific to the IBM JDK 1.3 on SMP machines. I've

Re: ClassPath and setTomcat_Home variables?

2001-01-07 Thread nitin dubey
Hi sam, that means your classpath has not been set. from run option in start menu type SYSEDIT. give following commands in your autoexec.bat. set TOMCAT_HOME=c:\tomcat set JAVA_HOME=c:\jdk1.3 set classpath=%classpath%;c:\jsdk2.0\lib\jsdk.jar; here I am assuming that all jdk, jsdk and tomcat

Re: Re[2]: UserID and Passwd for the context Admin ???

2001-01-07 Thread Harish Gundecha
Thank you very much it worked Kind regardsHarish GundechaSystems AdministratorEmail: [EMAIL PROTECTED]Versaware Technologies (India) Pvt. Ltd.Phone : +91-20-6136028 Extn: 331 - Original Message - From: Patrik Beno To: Harish Gundecha Sent: Sunday, January 07, 2001

Servlet and Multiple Instances

2001-01-07 Thread Cam DeBuck
I've written a servlet that is getting hit pretty hard. It works fine when just one user access hit. However, when they are multiple people hitting the servlet, it seems like that it is only serving one person at a time. Is there some confirguration option that I am missing so that it can

mod_jk build fails - apxs:Break: Command failed with rc=255

2001-01-07 Thread Chris Stavros
Hello, I am trying to build mod_jk for Apache from the jakarta-tomcat 3.2.1 source. Apache 1.3.14 is installed in the default directory (/usr/local/apache). I'm running Solaris 2.7 (generic) for Sparc. When I use apxs to build mod_jk (according to the current documentation), I get: # apxs -o