Re: linux(redhat)-apache-tomcat

2000-12-27 Thread arnold
Hi, Redhat 6.2 comes with Apache 1.3.12 . you will need to type "httpd": to get Apache running. Besides install tomcat with a mod_jk.so module to redirect JSP requests to Tomcat. You will need to make changes to "httpd.conf" for Apache configuration. I havent used PostgreSQL and

Re: 403 forbidden in tomcat-apache

2000-12-27 Thread Parvez
i cannot find /src/native/apache to compile mod_jk.so i have looked into tomcat 3.2.1 distribution, everywhere. where can i find it. parvez And Then NSB)Hiroshi Kasamatsu wrote . For tomcat 3.2 or up,mod_jk.so is needed.You should download, copy it into your apache

Can we use IBM HTTP Server ?

2000-12-27 Thread amit
Hi All, (1) Can we use IBM's HTTP Server (which is based on Apache) along with Tomcat ? (2) If so , where can I get documentation for the integraion of it with Tomcat ? (3) Can anyone guide me about the SSL implementation using IBM's HTTP Server. Any type of Ref/Book/URL is highly

Re: 403 forbidden in tomcat-apache

2000-12-27 Thread NSB)Hiroshi Kasamatsu
There seems to be no mod_jk.so for Tomcat3.2.1. If you do'nt mind,better to use Tomcat3.2 beta version. You cannot access directly. You try like this. 1.access to http://jakarta.apache.org/ 2.click Binaries on Download area 3.click Tomcat3.x on Nightly Builds 4.click Parent Directory 5.click

Re: Can we use IBM HTTP Server ?

2000-12-27 Thread Daniel Zuck
On Wed, 27 Dec 2000 14:12:24 +0530, amit wrote: Hi Amit, (1) Can we use IBM's HTTP Server (which is based on Apache) along with Tomcat ? I'm quite sure you can - as ist behaves completely like Apache, except if you try to load Apache DSO-modules. ;) But: If you can get 'native' Apache, I see

Asking for your kind Help

2000-12-27 Thread hlhuang
Hello I am a student from China.I'd like to get some information about Tomcat Running on Win32 platform.I amexpect someone can give me answers to the following questions: Where can I download the Tomcat patch for Microsoft Internet Information Server(IIS4.0 or later)? Tomcat

RE: context initialization

2000-12-27 Thread Kitching Simon
If I understand your question correctly, I do this sort of thing currently, by having a servlet which instantiates a bunch of objects, and adds them to the context. This servlet is defined as "load-on-startup". In the webapp's web.xml, I have: !-- define a servlet/class that can be

Re: Asking for your kind Help

2000-12-27 Thread Cato F?rrisdahl
Hi, I believe you would find the binaries for IIS on this URL: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386/ That is production release of Tomcat v.3.2.1. For other versions look at http://jakarta.apache.org/ And, yes, Tomcat runs under Windows 2000. At least

RE: Running a thread from a JSP

2000-12-27 Thread Kitching Simon
-Original Message- From: William Brogden [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, December 26, 2000 8:54 PM To: [EMAIL PROTECTED] Subject: Re: Running a thread from a JSP "David M. Holmes" wrote: We have a custom tag that is in every JSP that creates a socket

Not Found(404) for virtual hosts

2000-12-27 Thread Shailaja Someshwar
Hello All, I am working on Tomcat 3.2.1 + mod_jk + apache 1.3.14 on RH 6.2. I've followed the mod_jk howto and everything was working OK until when I a trying to extend servlets support for virtual hosts. added the following into server.xml Connector

mod_jserv.so

2000-12-27 Thread Gerald Fishel
Hi there... :) I am working with the milestone 5 build of Tomcat 4.0 and I have it working like a charm as a standalone server. However, I would really like to use it as an apache add-on and I seem to be confused(easily done) about something. I cannot get mod_jserv.so for nothing. The

RE: Can we use IBM HTTP Server ?

2000-12-27 Thread Ritwick Dhar
Amit, 1) Yes, you can use Tomcat (I've tried 3.1) with IHS. you'll need mod_jserv or mod_jk. 2) Since IHS is still Apache, all docs that apply to Apache and Tomcat apply to IHS as well. You still load the module with a LoadModule etc. 3) You must use IBM's java GUI tool IKEYMAN to create

Re: getting mod_jk or mod_serv to work

2000-12-27 Thread Damien Serra
Wayne F Davis wrote: Hi, I'm having a lot of trouble getting mod_jk or mod_jserv to work. I cannot compile mod_jk or mod_jserv myself. Both generate an apxs:Break errors. I had some problems too with apxs too. If you have the object files, (all the .o), you can finish the build of

Re: Asking for your kind Help

2000-12-27 Thread mayan
You can download tomcat for IIS from www.apache.org. Look for Jakarta project then tomcat. Ma, Yanbin |+--- || "hlhuang"| || hlhuang@fzu.| || edu.cn | || | ||

Why use a web server with Tomcat ?

2000-12-27 Thread Rui Coelho
What is the reason for using a web server (IIS, Apache, ...) with Tomcat when you don't have a lot of static content ? I'm thinking of using Tomcat for a pushlet (which uses a dedicate connection for receiving events) and I don't want to hang all the web server threads on this dedicate

Re: Why use a web server with Tomcat ?

2000-12-27 Thread Damien Serra
Rui Coelho wrote: What is the reason for using a web server (IIS, Apache, ...) with Tomcat when you don't have a lot of static content ? Performance and features (logging, status, etc). If tomcat http conector works for you, dont use any other, and please, if you can, improve features and

Status of overall Tomcat performance

2000-12-27 Thread Charles Forsythe
I've read several places (see link below) that "Tomcat is the slowest Servlet Engine you can run." Is this still true? What are the prospects for Tomcat 4.0 improving speed? -- Charles http://slashdot.org/comments.pl?sid=00/11/30/180246threshold=-1pid=45#54

Re: Status of overall Tomcat performance

2000-12-27 Thread William Au
I have found that Tomcat 3.2.1 is much faster than 3.1. Have not try 4.0 though. Bill Charles Forsythe wrote: I've read several places (see link below) that "Tomcat is the slowest Servlet Engine you can run." Is this still true? What are the prospects for Tomcat 4.0 improving speed? --

Returning status 500 and data from servlet

2000-12-27 Thread Martin Frydl
Hi, I need to return HTTP 500 from servlet along with some usable data, but Tomcat (4.0 m45) adds its own data. Here is my code fragment: resp.setStatus (resp.SC_INTERNAL_SERVER_ERROR); resp.setContentType ("text/xml"); Writer wrt=resp.getWriter (); wrt.write (message);

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
I am having similar problems but even the gcc compile line doesn't help. I am actually getting a syntax error message with apxs as follows apxs -o mod_jk.so -I../jk -I/opt/java2-1.2.2/include -I/opt/java-1.2.2/include/unixware -c *.c ../jk/*.c -ksh: apxs: not found uspkdevc#

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Palumbo, Mark
Jed, Did you notice apxs is "not found"? Perhaps if you give the full path to it or just add it's home to your path...apxs should be located in the bin directory under your apache install. -Mark- -Original Message- From: Jed Duty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December

Re: Status of overall Tomcat performance

2000-12-27 Thread Kief Morris
Charles Forsythe typed the following on 09:34 AM 12/27/2000 -0600 I've read several places (see link below) that "Tomcat is the slowest Servlet Engine you can run." Is this still true? What are the prospects for Tomcat 4.0 improving speed? Check out 3.3, which (as I understand it) is more

Re: Why use a web server with Tomcat ?

2000-12-27 Thread Kief Morris
Rui Coelho typed the following on 02:10 PM 12/27/2000 + What is the reason for using a web server (IIS, Apache, ...) with Tomcat when you don't have a lot of static content ? I'm thinking of using Tomcat for a pushlet (which uses a dedicate connection for receiving events) and I don't want

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
Yeah I did see that and the next line I have the full path to apxs specified. Then I get an apxs:Break: Command failed with rc=65536 -Original Message- From: Palumbo, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 7:54 AM To: '[EMAIL PROTECTED]' Subject: RE: getting

memory req's for tomcat

2000-12-27 Thread Jed Duty
Is there a way to reduce the amount of memory used by tomcat? With it just running and not having o load any pages or anything it uses 20meg of ram. Right now I am working with tomcat 3.2.1, do any of the newer versions have lower memory req's? Jed Duty

what does this mean?

2000-12-27 Thread Jeffry Guttadauro
Hello. I've seen a lot of other discussion on people having trouble getting mod_jk or mod_jserv set up for Tomcat and Apache to work with one another. I'm glad that I'm not the only one finding this frustrating. (not glad at others' frustration of course, just glad that I'm not alone)

RE: memory req's for tomcat

2000-12-27 Thread Todd Sussman
Don't quote me, but from what I understand, when using Tomcat on a linux machine, you can use another program called MM (memory manager). But, I wouldn't listen to what I have to say, I can't get the company I work for to stop using Apache on windows machines... Todd -Original

Servlet error I can't seem to resolve

2000-12-27 Thread Brad Siegfreid
I have a simple form handling servlet (FormEngineLight) that connects to a email class (IridiumSendMail) that have been working with another host under JServ 1.0b3. I moved to a new host with Tomcat 3.2 and also now have Tomcat 3.2 working on a local machine for testing. Now my servlet/class

RE: Servlet error I can't seem to resolve

2000-12-27 Thread Randy Layman
If would seem that you are trying to put a null as either the key or value into a Hashtable. This is happening in the IridiumSendMail's sendIt method. Maybe a variable you expect to be in a session or application object are not set? Or some parameter file is not being loaded?

RE: Servlet error I can't seem to resolve

2000-12-27 Thread Kitching Simon
The stack-trace seems pretty clear to me - the "sendIt" method of the IridiumSendMail class is storing a null pointer into a hashtable. What you may find is that the IridiumSendMail class is expecting to load a resource file from somewhere, but not finding it because you forgot to install it, or

RES: RES: can jsp handle multipart/form-data ?

2000-12-27 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- Dear Joe, As i have said before, it seems to be a bug at oreilly's package for uploading file and field at the same time( and form too). Here is the error message: Error: 500 Location: /examples/servlet/StarServletnew Internal Servlet Error:

RE: Servlet error I can't seem to resolve

2000-12-27 Thread Brad Siegfreid
That was what I was thinking at first. I've gone back in and double checked how I did it before. These are all placed in WEB-INF/lib: FormEngineLight.jar IridiumSendMail.jar activation.jar (just redownloaded the latest, recompiled my files) mail.jar (just redownloaded the latest, recompiled my

RE: Servlet error I can't seem to resolve

2000-12-27 Thread Jeffry Guttadauro
Hi, Simon. Why would you say that it's a bad idea to put .jar files in the classpath? In the case of commonly-used jars, like mail.jar for example, why would it be better to replicate this in each application's WEB-INF/lib directory? Thanks, -Jeff [EMAIL PROTECTED] on 12/27/2000 10:32:34

Building mod_jk on Mac OS X

2000-12-27 Thread Tom Woteki
Title: Building mod_jk on Mac OS X I am attempting to build mod_jk on Mac OS X (because I don't think there is a pre-built binary). The build fails because the directive #include dlfcn.h in source code fails. There seems to be no such header file anywhere in the OS X public beta distribution.

RE: Servlet error I can't seem to resolve

2000-12-27 Thread Brad Siegfreid
I saw that. I figured that JavaMail wasn't loading or something. But I've tried it with the mail.jar file in both the WEB-INF/lib directory and in the classpath. I don't deal with any hashtable directly. The params that are loading are going into FormEngineLight. I did a test program to make

RE: what does this mean?

2000-12-27 Thread Ritwick Dhar
It means that the version of mod_jserv.so was not compiled with the option -DEAPI. EAPI is the Apache extended API for modules (No, I don't know what that means) If you're compiling using apxs, you can turn on this flag inside the apxs script. I added -DEAPI to the CFG_CFLAGS variable. Like

RE: what does this mean?

2000-12-27 Thread Curt Emich
Does anyone know how to unsubscribe from this newsgroup? -Original Message- From: Ritwick Dhar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 12:17 PM To: '[EMAIL PROTECTED]' Subject: RE: what does this mean? It means that the version of mod_jserv.so was not

RE: Servlet error I can't seem to resolve

2000-12-27 Thread Brad Siegfreid
SWEET! Gotta love user groups like this. Fixed up my local machine. Have to wait for the host to recycle (once every hour 'til Enhydra is installed). Now if I can just figure out how to write to a file on the server. I'm sure that is some sort of permissions issue like last time Thanks

RE: Servlet error I can't seem to resolve

2000-12-27 Thread Randy Layman
Your props is a hashtable (its a java.util.Properties which extends the java.util.Hashtable). If I had to guess, your getInitParameter method is not returning values. This would cause your problem because the class variables would then be null and then you try to put them into the

Re: getting mod_jk or mod_serv to work

2000-12-27 Thread Damien Serra
Jed Duty wrote: I am having similar problems but even the gcc compile line doesn't help. I am actually getting a syntax error message with apxs as follows apxs -o mod_jk.so -I../jk -I/opt/java2-1.2.2/include -I/opt/java-1.2.2/include/unixware -c *.c ../jk/*.c -ksh: apxs: not found

RE: Building mod_jk on Mac OS X

2000-12-27 Thread Palumbo, Mark
Title: Building mod_jk on Mac OS X I don't know if this is helpful...but on my system dlfcn.h is in /usr/include. On my system it appears to be a support header file for the compiler/linker that defines some dynamic loading symbol routines and parameters for them. My platform is IBM AIX.

RE: Servlet error I can't seem to resolve

2000-12-27 Thread Kitching Simon
-Original Message- From: Jeffry Guttadauro [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 6:07 PM To: [EMAIL PROTECTED] Subject: RE: Servlet error I can't seem to resolve Hi, Simon. Why would you say that it's a bad idea to put .jar files in the

traffic logs

2000-12-27 Thread Luca Ometto
Hi to everybody. I can't analyze traffic logs using Tomcat webserver. How have I to do? Thanks in advance. Luca

Re: what does this mean?

2000-12-27 Thread Damien Serra
Curt Emich wrote: Does anyone know how to unsubscribe from this newsgroup? To remove your address from the list, send a message to: [EMAIL PROTECTED] -Original Message- From: Ritwick Dhar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 12:17 PM To: '[EMAIL

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
Thanks that is getting me closer. Now I am back to the error I was getting with mod_jserv when I tried to compile it. cc -DUW=700 -DUSE_HSREGEX -I/usr/local/apache/include -I../jk -I/opt/java2-1.2.2/include -I/opt/java2-1.2.2/include/unixware -c mo d_jk.c cc -DUW=700 -DUSE_HSREGEX

RE: problems with tomcat.sh (3.2) ?

2000-12-27 Thread GOMEZ Henri
Hi, everyone. I'm getting errors when running the tomcat.sh shell script to start up Tomcat 3.2 on RedHat Linux 6.2. : command not found : command not found : command not found : command not found 'ash: syntax error near unexpected token `do 'ash: tomcat.sh: line 93: `for i in

Unsubscribe me

2000-12-27 Thread Derek DeMoro
Unsubscribe me please

Re: traffic logs

2000-12-27 Thread Craig R. McClanahan
Luca Ometto wrote: Hi to everybody. I can't analyze traffic logs using Tomcat webserver. How have I to do? Two choices: * Run Tomcat connected to a web server -- all requests routed to Tomcat will still be logged in the web server's access log. * Run Tomcat 4.0 stand-alone. It has code

test

2000-12-27 Thread Dusty Leary
sorry, please ignore this

Re: mod_jserv.so

2000-12-27 Thread Pete Ehli
There is a folder for win 32 etc. here is the link http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386/ -- Pete -- - Original Message - From: Gerald Fishel To: [EMAIL PROTECTED] Sent: Wednesday, December 27, 2000 6:26 PM Subject:

Re: Why use a web server with Tomcat ?

2000-12-27 Thread Pete Ehli
In the docs there are numerous reasons given. Main reasons are secuity and faster publishing of static content. -- Pete -- - Original Message - From: "Rui Coelho" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 27, 2000 6:10 AM Subject: Why use a web server with Tomcat ?

a couple of 3.2.1 upgrade questions

2000-12-27 Thread Randy Paries
Hello, I have a couple questions before I do My upgrade.(linux/apache) from 3.1 to 3.2 1) I noticed in the bin directory there is no linux mod_jk. Can I use the 3.1.1 version? 2) When upgrading from one version to another, do I save files like the server.xml and other config files? Are

Handler Thread Problem : java.lang.NullPointerException

2000-12-27 Thread Koen Maes \(BE-day.com\)
Hi, I upgraded to Tomcat 3.2 because I'm getting Handler Thread Problem : java.lang.NullPointerException I thought it was caused by the virtual hosts, so I tried using the new HOST directive for server.XML You can see my config files below. When I surf to: http://www.garages.be this

java.net.SocketException: Too many open files

2000-12-27 Thread Dusty Leary
Hello list, I have been using tomcat on a site for some time now I recently upgraded to tomcat 3.2.1 from 3.0, because I heard it was faster and easier to configure... Previously, the site was starting to lag a bit under the load, although I had never configured pool connectors or set up apache

Re: traffic logs

2000-12-27 Thread Craig R. McClanahan
Luca Ometto wrote: Dear Craig, Tomcat 4.0 is not yet released... It is a beta version, isn't it? It will be next week. Right now, the current version is called "Milestone 5". Does it works good? Yep :-) NOTE: The comment above is primarily about using it stand-alone. The web

Re: traffic logs

2000-12-27 Thread Luca Ometto
How can I do to upgrade from 3.1 to 4? Luca At 11.07 27/12/2000 -0800, you wrote: Luca Ometto wrote: Dear Craig, Tomcat 4.0 is not yet released... It is a beta version, isn't it? It will be next week. Right now, the current version is called "Milestone 5". Does it works good?

Handler Thread Problem : java.lang.NullPointerException ?HELP?

2000-12-27 Thread Koen Maes \(BE-day.com\)
Hi, I upgraded to Tomcat 3.2 because I'm getting Handler Thread Problem : java.lang.NullPointerException I thought it was caused by the virtual hosts, so I tried using the new HOST directive for server.XML You can see my config files below. When I surf to: http://www.garages.be this

Informix driver problems with Tomcat 3.2.1

2000-12-27 Thread Frederic Kam-Thong
Hi, List archives is broken... I get the following exception under Tomcat 3.2.1 but not under 3.2: Problem with registering the DataSource java.sql.SQLException: System or internal error java.lang.NullPointerException: at

RE: problems with tomcat.sh (3.2) ?

2000-12-27 Thread Jeffry Guttadauro
I don't know what it was, but I just downloaded the installation again and replaced this file. Now it works fine. Maybe my first download or unzipping attempt suffered some sort of corruption... ? I don't know. Thank you, everyone, for the suggestions. -Jeff [EMAIL PROTECTED] on

Re: getting mod_jk or mod_serv to work

2000-12-27 Thread Damien Serra
Come baack to the gcc command line, (or read your cc documentation about how to build a shared library, it should be much like the one I posted before) Jed Duty wrote: Thanks that is getting me closer. Now I am back to the error I was getting with mod_jserv when I tried to compile it. cc

Re: java.net.SocketException: Too many open files

2000-12-27 Thread Kurt Bernhard Pruenner
Dusty Leary wrote: Now, though, I'm getting bitten by the "too many open files" thing... In a netsearch I ran across the ulimit command, although it was apparently used on solaris... My machine is a linux machine, with fd limit 1024... I set it to the highest settings, 1048576, and it

RE: java.net.SocketException: Too many open files

2000-12-27 Thread Steven Newton
Actually it's quite easy on linux 2.2.x kernels: echo 32768 /proc/sys/fs/file-max echo 65536 /proc/sys/fs/inode-max increases the system limit on open files, and ulimit -n 32768 increases the current process' limit. See http://www.kegel.com/c10k.html#limits.filehandles and the multiple

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
Looking at our stuff that gcc command line should be close trick is I keep getting this error gcc -i -shared -o mod_jk.so *.o relocations referenced from file(s) jk_ajp12_worker.o jk_ajp13.o jk_ajp13_worker.o jk_connect.o jk_jni_worker.o

Tomcat and SSL and Palm Problem

2000-12-27 Thread Adam Le
Hi all, Has anyone had luck implementing a real CA signed certificate with Tomcat? I have been able to: - install JSSE 1.0.2 into Tomcat v3.2.1 Release - create my own self signed key pairs using keytool - create the CSR and sent it to VeriSign - import the Trial

Tomcat 4 standalone with SSL - anyone?

2000-12-27 Thread Dion_Vansevenant
Has anyone installed Tomcat 4 standalone with SSL? After trying to get Tomcat 3.2.1 to successfully work standalone with SSL I decided to take a look at Tomcat 4.0m5. From what I have been able to glean from the documentation I have been able to find, it appears that TC4 may be able to offer us

Probelm with mod_jk

2000-12-27 Thread Robert K. Hamilton
I compile mod_jk as instructed in the how-to but I get the following error when I try to start apache with the suggested include: [root@tacan bin]# ./apachectl start Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk.conf-auto: API module structure `jk_module' in file

Re: Servlet error I can't seem to resolve

2000-12-27 Thread Peter Brandt-Erichsen
Simon, Wow, more like a few dollars worth! Thank you for your insights. Would you be willing to share the dir structure and the web.xml file for one of your self-contained webapps? This would be incredibly helpful! Thanks again. Peter -Original Message- From: Kitching Simon [EMAIL

want to preporcess javascript files

2000-12-27 Thread Tim Cronin
I was initially using jsp files to contain javascript. This way I could have them documented and keep revision history in them for development then have the commenst stripped out when they were deployed to clients. This works fine in IE. but causes Netscape to hang. I tryed to change them back

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Palumbo, Mark
Hi again Jed... Just curious, what version of gcc are you using? Since I'm also having link problems following my compiles, we have gcc 2.8.1 Thanks! -Mark- -Original Message- From: Jed Duty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 3:32 PM To: '[EMAIL

Re: Visual Age and Tomcat 3.2

2000-12-27 Thread Leon Liu
Sheldon, I downloaded tomcat3.1.zip from IBM web page and use it with Visual Age enterprise edition 3.5. It works very well. Thanks a lot for the huge help. I am wondering do you have a new downloadable file like tomcat3.2.zip? Thanks again! Leon From: "Sheldon Wosnick" [EMAIL PROTECTED]

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Jed Duty
We have gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release) I also have a newer version that I am going to possibly update to 2.95.2 for another project I am working on and that may fix this but I don't know. Jed Duty -Original Message- From: Palumbo, Mark [mailto:[EMAIL PROTECTED]]

RE: Handler Thread Problem : java.lang.NullPointerException

2000-12-27 Thread Adam Le
How about trying this for your index.jsp: --- Begin Code -- !-- Put your imports here -- %@ page import="java.io.*,java.util.* % html body % response.sendRedirect ("http://212.100.172.240/park/index.jsp"); % /body /html !-- End Code -- Just a thought Adam -Original

Problem to compile mod_jk.so with apxs.

2000-12-27 Thread Donnie Cherng
I have read more than thousands of mails from the mail list and read howto docs from Tomcat. Still have no clue why it is not working ... The running system is Solaris 7 with j2sdk1_3_0 jakarta-tomcat-3.2.1 apache_1.3.14. /home/users/dcherng/apache/bin/apxs

Re: Problem to compile mod_jk.so with apxs.

2000-12-27 Thread Simon Orchanian
Please just someone post the resolution to this. I know many people are having a problem with it on Solaris 7 with Apache 1.3.14. Thanks, Simon --- Donnie Cherng [EMAIL PROTECTED] wrote: I have read more than thousands of mails from the mail list and read howto docs from Tomcat. Still

Where is Source code for isap_redirect.dll

2000-12-27 Thread David Fusari
Can someone give me the url to the source cdoe for the isapi_redirect.dll, I cannot find it on this site. Thanks, David.

JServ with IIS

2000-12-27 Thread David Fusari
I would like to use JServ with IIS - I am not ready to make the leap to Tomcat. I am using the isapi_redirect.dll that is part of Tomcat hoping it will work with JServ since it supports apj12. I keep getting the following in the isapi_redirect.dll log and cannot figure out what is going wrong.

RE: Where is Source code for isap_redirect.dll

2000-12-27 Thread Marc Saegesser
src/native/iis/jk_isapi_plugin.c shared code is also found in src/native/jk -Original Message- From: David Fusari [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 4:26 PM To: [EMAIL PROTECTED] Subject: Where is Source code for isap_redirect.dll Can someone give me thr

Pre-compiled mod_jk for Apache 1.3.11 on Linix?

2000-12-27 Thread Robert K. Hamilton
Anyone have a pre-compiled mod_jk for Apache 1.3.11 on Linux? Thanks, -B -- Robert K. Hamilton Senior Systems Engineer e-centives.com [EMAIL PROTECTED] 240.333.6178 -- Imagine FREE personalized online coupons and special offers from your

RE: file upload servlet

2000-12-27 Thread Tim Cronin
they have a good multipart form handler. http://www.servlets.com/resources/com.oreilly.servlet/ the only draw back is you need to know the path to store the files at before you parse the multipart request. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

Re: Tomcat Configuration

2000-12-27 Thread Filip Hanik
create war files, under the folder jsp create subfolders jsp/ user_jsp1/ user_jsp2/ user_jsp3 then I'm sure you can Alias these to whatever you want Filip - Original Message - From: "Hazlewood, William R." [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December

printing error messages to log files

2000-12-27 Thread Ramkumar Manoharan
Hi, Can anybody help me out on this?I want the error messages to be logged,but i don't see anything given in the doc.when i try to print the error messages with system.out.print it gets printed onto the console window.Any help would be appreciated. Thanks Ram

Tomcat and Oracle 8.x

2000-12-27 Thread Michael R Hanulec
Hello.. I'm having trouble getting connectivity to Oracle up and running. I know the Oracle client install on the machine works (both sqlplus and PHP work). I've downloaded the thin drivers from Oracle web site (and I believe I've set them up correctly). The Oracle server is running on

RE: Tomcat and Oracle 8.x

2000-12-27 Thread Nacho
Hola Michael: from Oracle Docs: 8-- TNS-12505 TNS:listener could not resolve SID given in connect descriptor Cause: The SID in CONNECT_DATA was not found in the listener's tables. Action: Check to make sure that the SID

RE: file upload servlet

2000-12-27 Thread mayan
I am very surprised. I tried the same version. Here is the code I am using. As you can see, (or somebody can see), this is from upload.war (the sample came with the multirequest class) with some modifications. If everything works ok, I should be able to see all the parameters and files

RE: file upload servlet

2000-12-27 Thread Tim Cronin
I'm using it on nt4 sun JDK 1.3, tomcat 3.1, apache 1.3.12 and on RH linux 6.2 sun JDK 1.3, tomcat 3.1, apache 1.3.12 I'm waiting till all the bleeding edgers debug 3.2 Initially I had some funky behavior when I ccped from the upload examples, but I rewrote it from scratch and it seems to

Is the archive search down?

2000-12-27 Thread Neil Aggarwal
Hello: I am trying to find a previous article on authentication in Tomcat, but it looks like the Tomcat User Archive search function is not responding. Is it working for anyone else? Thanks, Neil. -- Neil Aggarwal JAMM Consulting, Inc. -- (972) 612-6056, http://www.JAMMConsulting.com

Re: Is the archive search down?

2000-12-27 Thread Ramkumar Manoharan
Neil, It seems to be down. Ram From: Neil Aggarwal [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: tomcat users list [EMAIL PROTECTED] Subject: Is the archive search down? Date: Wed, 27 Dec 2000 18:51:08 -0500 Hello: I am trying to find a previous article on authentication in Tomcat, but

RE: printing error messages to log files

2000-12-27 Thread Tim Cronin
see javax.servlet.ServletContext.log or another simple hack if you got alot of system.out.prinln's in your code is to set system.out to a fileOutputStream. -Original Message- From: Ramkumar Manoharan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 6:21 PM To: [EMAIL

RE: printing error messages to log files

2000-12-27 Thread Ramkumar Manoharan
Thanks tim for a quick reply.Can u show me a sample code or point me to some reference/tutorials that illustrates both of your suggestions. If i can see how it's done,it would help me a lot. Thanks Ram From: Tim Cronin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'"

Re: When does an object die?

2000-12-27 Thread Craig R. McClanahan
"David M. Holmes" wrote: OK I have a custom tag which passes the request object to a handler class, which is threaded, to do some background processing. If the handler class is in the webapp\classes directory it works fine. If it is in the system classpath I get NullPointerExceptions when

RE: printing error messages to log files

2000-12-27 Thread Tim Cronin
I believe it's the tomcat or servlet log. I ended up creating my own log so I could isolate my info from tomcat. -Original Message- From: Ramkumar Manoharan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 8:06 PM To: [EMAIL PROTECTED] Subject: RE: printing error messages

Simple file question and SSL tutorial question

2000-12-27 Thread Pete Ehli
Ok I am new to tomcat, but not clueless - here is a simple question - what are the test and ROOT directories for in tomcat 3.2.1 - or point me to which doc page explains them. I have already configured my own directory (like examples) so test and ROOT are similar - I just don't see their purpose

PoolTcpConnector Freeze on start

2000-12-27 Thread Daniel E. Reed
Hi everyone. I'm brand new to tomcat. I'm running RH Linux 6.1 (kernel 2.2.12, glibc 2.1.3), Blackdown JDK 1.2.2 and Tomcat 3.2.1. When I try to start Tomcat it freezes after displaying the following: [root@linrr /root]# tomcat.sh start Using classpath:

MSDEV mod_jk.dsp /MAKE ALL

2000-12-27 Thread
I want to use mod_jk in the NT4.0 apache1.3.14 tomcat3.21. I can not find the msdev.exe and mod_jk.dsp files. where is the two files? help! thx! oliver

Re: Anyone got security-context working in Tomcat?

2000-12-27 Thread Neil Aggarwal
David: I am trying to protect a servlet within my web application. I want the rest of it to be accessible except for that servlet. Based on my reading the servlet 2.3 specification, I added the following lines to my application's web.xml file: security-role role-nameadmin/role-name

RE: Tomcat and Oracle 8.x

2000-12-27 Thread Michael R Hanulec
that was it.. thanks so much. unfortunately i'm a beginner in both oracle and tomcat/jsp.. but now i know.. and knowing is half the battle :) -mike On Thu, 28 Dec 2000, Nacho wrote: Hola Michael: from Oracle Docs: 8--

Re: MSDEV mod_jk.dsp /MAKE ALL

2000-12-27 Thread George
in fact you need not to compile by yourself you could find the dll file in the binary directory good luck to you I want to use mod_jk in the NT4.0 apache1.3.14 tomcat3.21. I can not find the msdev.exe and mod_jk.dsp files. where is the two files? help! thx! oliver

Re: msdev mod_jk.dsp /make all

2000-12-27 Thread oliver
George: Thank u for your help! Thx! Oliver in fact you need not to compile by yourselfyou could find the dll file in the binary directorygood luck to youI want to use mod_jk in the NT4.0 apache1.3.14 tomcat3.21.I can not find the msdev.exe and mod_jk.dsp