Re: Errors using warp connector

2002-01-29 Thread Donald Lee
Ok, I can see I haven't given you all the complete story. I had tomcat up and running perfectly all the way up until I tried implementing the mod_webapp. In the past, all I had to do to run my servlets was use http://lnxwebsvr:8080 and all was good. then I read and heard that I could somehow

Re: mm.mysql driver

2002-01-29 Thread August Detlefsen
The system classpath is not used. The Tomcat startup scripts create their own classpath. Put the jar containing your JDBC driver in /usr/local/catalina/lib to share it with all of your webapps. If it is only needed with one webapp, put it in /path/to/webapp/WEB-INF/lib. -August --- Galbayar

Re: AW: Connecting Apache to Tomcat

2002-01-29 Thread Cleber Hostalácio de Melo
Thanks Lars. After your sugestion a tried to configure Apache with these directives: Directory /examples/jsp/ Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all /Directory But I did not suceed on that although I agree with you that it looks like some

JSP Error

2002-01-29 Thread Satish Reddy
Hi All, I am having problems running JSP using tomcat3.3a with Apache1.3.12. on linux. I am able to run the same JSP on Windows without any problems. When I tried to run the example JSP. I get this following error. 2002-01-29 12:59:26 - Ctx(/EM) : Exception in R( /examples +

JDBC driver

2002-01-29 Thread chad kellerman
Hey Guys, Hello to you all. I am trying to install the Tomcat with apache1.3.22. I have to admin the installation overview on http://jakarta.apache.org/tomcat/tomcat-4.0-doc/BUILDING.txt needs a little work. I am working on on part 8. Download and Install JDBC Optional Package API

JSP load-on-startup

2002-01-29 Thread JBrawner
I used the following xml in my deployment descriptor expecting Tomcat4 to generate a servlet from my jsp within the work directory. servlet servlet-nameHome/servlet-name jsp-file/home.jsp/jsp-file load-on-startup1/load-on-startup /servlet servlet-mapping

Re: JSP load-on-startup

2002-01-29 Thread Martin Mauri
f9orro - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 3:55 PM Subject: JSP load-on-startup I used the following xml in my deployment descriptor expecting Tomcat4 to generate a servlet from my jsp within the work directory.

Re: !!!VIRUS SENT THRU THE MAILING LIST: new photos from my party!

2002-01-29 Thread Bo Xu
... Imagine there's no Virus :-) It isn't hard to do ... A brotherhood of man ... Imagine all the people Living life in peace... You may say I'm a dreamer But I'm not the only one I hope someday you'll join us And the world will be as one ... J. L. :-) Jan292002 -- To unsubscribe:

RE: Session visibility

2002-01-29 Thread Emerson
why don't you make just one servlet and from this you can foward to jsp's and all the sessions will be visible If you don't wanna put all the code in one servlet (what is right) make some classes that deal wiyh your business. At 10:47 29/1/2002 -0800, you wrote: I am using Cookies to

RE: Ap 1.3.22+TC 4.0.2b+NT4+webapp=Hangs loading graphics

2002-01-29 Thread Dennis . Johnson
Thanks bigb, Recapping current situation: - Running NT 4 Server + Apache 1.3.22 - Upgraded to Tomcat 4.0.2-b2 - Still using TC 4.0.1's mod_webapp - Loading TC's /examples/jsp/ from Apache = Still hangs loading graphics Needed for TC 4.0.2-b2: - Compiled version of mod_webapp.so (and libapr.dll

Broken pipe

2002-01-29 Thread Emerson
Is there any way of not throwing an exception java.io.IOException: Broken pipe when the user reloads or cancel the request of a page Or its good to get this exception to rollback all the transactions done already??? Emerson Cargnin TRE-SC Setor de Desenvolvimento Tel: (48) 251-3700 - Ramal

Re: Errors using warp connector

2002-01-29 Thread Emerson
Why don't you just use mod_jk.so you have just to put one line in http.conf, the file with contexts conf. is generated automaticly by tomcat (i think till version 3.2.4) by the way, does someone know if 4.0.2 is generating mod_jk.conf-auto ?? as far as I know the 4.0.1 doesn't instead of At

RE: Errors using warp connector

2002-01-29 Thread Dennis . Johnson
Sanity check: The site notes (e.g., http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/) say *Note: Using the WARP connector is recommended on platforms on which it is available.* If WARP is so unstable and/or causing so many issues (e.g., with Windows configs) and grief, why

Re: mod_jk mod_rewrite

2002-01-29 Thread Harri Varpanen
Thanks for your help Bernd, but it didn't work quite as expected. It redirected me to tomcat root instead of [tomcat-root]/myapp/main and showed http://myapp.com/index.html; in the browser's location field. Above, main is a servlet mapping to a dispatcher servlet, the workings of which

RE: JSP Error

2002-01-29 Thread Larry Isaacs
I believe this usually turns out to be a permissions issue. Make sure the user under which Tomcat is running has permission to read the webapp directories. You can also try accessing Tomcat directly on port 8080 to see if behavior is different from accessing through Apache. Cheers, Larry

64k limit on POST variables?

2002-01-29 Thread Kirby Vandivort
I have some forms set up that can accept a rather large amount of data, and I'm finding that my data is getting truncated after 64k. What is causing this limitation? I can't find anything on the web about POST variables being limited by the SPEC. Is this a tomcat thing? and is there any way

Tomcat version with a working Apache connector?

2002-01-29 Thread Benjamin Geer
We've been unable to get Tomcat 4.0.1 to work with Apache 1.3.20, apparently because of this bug in Tomcat's connector for Apache: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5220 In our setup, we cannot reboot Apache at the appropriate times in order to work around this bug. The bug

Re: Tomcat version with a working Apache connector?

2002-01-29 Thread Emerson
I use tomcat 3.2.4 with mod_jk to connect to apache 1.3.20-29 And works just fine without having to configure nothing in httpd.conf (just a line pointing to tomcat conf file), as tomcat (this version i guess) generate the conf file. At 20:16 29/1/2002 +, you wrote: We've been unable to get

automatic redirection to HTTPS

2002-01-29 Thread Ratnadeep Bhattacharjee
Hello all, I am having some problems getting automatic redirection to HTTPS working. What I want do is as follows: If the user types a URL http://host:port/myapp it should be redirected to https://host:secure_port/myapp. If you had encountered this problem and found a solution could you

RE: Form based authentication

2002-01-29 Thread Suchi Somasekar
Hi I have been using Tomcat 3.2.3 with form based authentication. It works great. However, I have an additional requirement now. We need to have another home page with the username and password boxes on the home page directly which when submitted must access a protected resource. I understand

RE: Errors using warp connector

2002-01-29 Thread Mark Eggers
Currently I have been able to compile the apr suite (apr, apr-util, and apr-iconv by following the instructions at http://apr.apache.org/compiling_win32.html I received 7 warnings from the source code downloaded from CVS this morning. However, using the Makefile.win to compile mod_warp failed

RE: Errors using warp connector

2002-01-29 Thread Brian Adams
Cool, I don't know about the others but I appreciate you doing this :) Thanks! B -Original Message- From: Mark Eggers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 2:57 PM To: Tomcat Users List Subject: RE: Errors using warp connector Currently I have been able to compile

Scheduled Process servlet: possible?

2002-01-29 Thread Jeff Corliss
Hi all, Is it possible to have a servlet's service method auto-invoked on a scheduled basis by its container? Like say for example you want to have your app do some auto-archiving of old data on a regular basis or something like that? Thanks, Jeff

RE: Scheduled Process servlet: possible?

2002-01-29 Thread Brian Adams
I have a Thread class that does some stuff for me every night and I wrapped that with a servlet that calls .start() in the servlet init() method and that servlet in loaded at start up via load-on-startup1/load-on-startup tag in web.xml (look below) this Thread class sleeps for 24 hours then

automatic redirection to HTTPS

2002-01-29 Thread Ratnadeep Bhattacharjee
Hi again, After some changes to my security-constraint tag I finally got the HTTP request to be redirected to its equivalent HTTPS request. However, this time I get an error as follows: Apache Tomcat/4.0.1 - HTTP Status 500 - Configuration error: Cannot perform access control without an

Re: Errors using warp connector

2002-01-29 Thread Donald Lee
Thanks I will look into mod_jk.so. I didn't know anything about it, everything I have looked at always referred to the warp connector. If mod_jk does what I want and is easier to setup then I will use it! Original Message Follows From: Emerson [EMAIL PROTECTED] Reply-To: Tomcat

send a mail

2002-01-29 Thread Nancy Crisostomo Martinez
Hi everybody! I'm having some troubles with sending an e-mail from a servlet I have running on Tomcat 3.3 and Solaris. I have a servlet which use Java Mail API to send an e-mail, but when I press the button to send an e-mail this error appear on console:

compiling 4.0.2b2 connectors

2002-01-29 Thread Nick Wesselman
I'm having some trouble compiling the 4.0.2b2 connectors... i swear i had it compiled successfully earlier today. Seems like a classpath issue? I can't figure out what is supposed to provide org.apache.tomcat.util.net jkjava: [javac] Compiling 17 source files to

Re: compiling 4.0.2b2 connectors

2002-01-29 Thread Remy Maucherat
I'm having some trouble compiling the 4.0.2b2 connectors... i swear i had it compiled successfully earlier today. Seems like a classpath issue? I can't figure out what is supposed to provide org.apache.tomcat.util.net The version of the files included in the tgz won't build correctly

Simple Intro to using Tomcat

2002-01-29 Thread Russ Abbott
Because I had a fair amount of trouble figuring out how to install and use Tomcat (as a totally new and naive Tomcat user), I wrote up an introductory description for my class. I am offering it to the Tomcat community for anyone who may find it useful. It is available at:

Reload servlet

2002-01-29 Thread Harry Long
Hi , I have a problem with servlet's reloadable. I run Tomcat4.0 on Linux7.2 and connect to Apache using mod_webapps connector. I do set the reloadable=true in the context. But It seems that It doesn't work at all. Every time I change something on the servlet and recompile it , I have to

Re: Scheduled Process servlet: possible?

2002-01-29 Thread alec
Probably best to use a java.util.Timer code snippet Timer t = new Timer(); t.schedule(Task,Date,INTERVAL) // Task is an object that inplements java.util.TimerTask // Date object is the time to first run // Interval is

RE: JDBC driver

2002-01-29 Thread Artigas, Ricardo Y.
I think you can just put it anywhere as long as the pathname is in your CLASSPATH setting. E.g. CLASSPATH=/path/to/jar_file.jar :~) Ricky Y. Artigas Database Administrator / Analyst/Programmer Information Technology Division Easycall Communications Phils., Inc. ---

!!!VIRUS SENT THRU THE MAILING LIST: new photos from my party!

2002-01-29 Thread Huy Tran
All, I've been received several email regarding this topic. This is the new virus email that spreading around. Please do not open the attachment. Would the mail administrator filter out these email so we can prevent it from happenning again? Regards, HT. wrote: Hello! My party... It

multiple JVM's, multiple ports Tomcat 4.1

2002-01-29 Thread August Gresens
Using the method described in the RUNNING.txt that comes with the Tomcat installation, I'm trying to install multiple instances of Tomcat 4.1 on a Linux server, so that multiple developers can work independently. I'm running into some problems, however. Here is what I have done so far.. 1. I

Re: multiple JVM's, multiple ports Tomcat 4.1

2002-01-29 Thread jonathan
On Tue, Jan 29, 2002 at 07:31:38PM -0800, August Gresens wrote: Using the method described in the RUNNING.txt that comes with the Tomcat installation, I'm trying to install multiple instances of Tomcat 4.1 on a Linux server, so that multiple developers can work independently. I'm running

Alternate Page for HTTP Status 403?

2002-01-29 Thread Cavan Morris
Hey everybody, I'd like to be able to have tomcat respond with a custom page instead of just returning the Tomcat HTTP Status 403 error page. Does anyone know if this is possible? Does anyone have any ideas on this? I'm using Tomcat 4.0.1. Thanks for you help. -Cavan Morris -- To

Serving HTML and J2EE apps

2002-01-29 Thread Mike DiChiappari
How are people setting up servers to serve both HTML and J2EE apps? I would like to setup my app so that both HTML and web apps (JSPs) are accessed using a web server (like Apache) and using port 80 (for both HTML and JSPs). I would prefer to not make any reference to port 8080 (or whatever

RE: JDBC driver

2002-01-29 Thread McLaughlin, Jim
You could also put it in your 'webapps/YOUR_WEBAPP/WEB_INF/lib' if you don't want to muck up you classpath I think you can just put it anywhere as long as the pathname is in your CLASSPATH setting. E.g. CLASSPATH=/path/to/jar_file.jar :~) Ricky Y. Artigas Database Administrator /

RE: Serving HTML and J2EE apps

2002-01-29 Thread Brian Adams
okay, how do you setup a Enterprise Stack h. What is the text capacity of outlook? three big pieces to install/consider: HTML serving (Apache) Servlet and jsp pages (Tomcat) J2EE Applications with EJB and more (JBOSS and others) installing: Apache web server, Port 80 www.apache.org

TC 4.0.2-b2 + NT4 + mod_jk: uriworkermap.properties?

2002-01-29 Thread Dennis . Johnson
Have given up trying to get mod_webapp to work for now and am configuring mod_jk. So far, so good. Question: Is uriworkermap.properties used and, if so, how is it configured? Can't seem to find it in the documentation, except from a reference from an earlier TC version with IIS

Re: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Nikola Milutinovic
Maybe users shouldn't use Microsoft products! At least for email... What is the recomended client? I would like to have a e-mal + news. Netscape is a bit buggy (just a little bit, but still...), Mulberry is just for mail. Nix.

Re: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Nikola Milutinovic
The real problem with Virus scanners as an open source project is two fold: 1. The virus writers can look at the source code and determine new patterns that will be outside of the scanner's view (granted the script kiddies won't be able to do this, but the more advanced virus writers

Re: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Nikola Milutinovic
I would like to point out that the virus was sent by members of the list. Would Virus filtering of the list be useful? Yes. Would it be cost-effective? No. (Since Jakarta has no real income to spend on this). AFAIK, most - if not all, components of a mail virus scanning system are

<    1   2