RE: Problem with JNI, Tomcat 4.0.1 and FreeBSD

2002-02-15 Thread Mario Fernandez
I´ve my library there, in $CATALINA_HOME\lib, and there´s mo way to make it works... The System.loadLibrary() call works fine, but the problem is when I call some native method. I´ve reading some responses in the mailing list talking about jni workers or something like this, but always with

Has anyone configured security example using Netscape Directory Structure

2002-02-15 Thread jay n gaba
Hi Has anyone tried to configure the security example provided with tomcat using jndirealm. It uses memoryrealm by default. I trying to configure it using netscape directory server running on unix with tomcat running on windows nt. I am able to connect to ldap but when run the application it

Starting server during boot with access to X-Windows

2002-02-15 Thread Zsolt Koppany
Hi, I have the following problem: we want to start tomcat during boot time. The servlets can produce some charts thus the server needs access to X-Windows (thus the server needs permission to do that). I do know how to start the server during boot but how can it be assured that it will have

Re: Starting server during boot with access to X-Windows

2002-02-15 Thread Chris Faulkner
Hi Have you tried Xvfb which is a virtual frame buffer ? I have a Tomcat app which also needs access to X for drawing. We simply start an Xvfb instance on a virtual display (:1.0,:2.0, etc) and then use that. We have an xvfb script in init.d for starting which essentially does this.

Re: Running Tomcat for Multiple developers

2002-02-15 Thread tsmets
Have you read this : http://localhost:8080/tomcat-docs/RUNNING.txt Snip (4) Advanced Configuration - Multiple Tomcat 4 Instances In many circumstances, it is desireable to have a single copy of a Tomcat 4 binary distribution shared among multiple users on the same server. To make this

Re: How to redirect port 8080 to port 443?

2002-02-15 Thread tsmets
Why don't you read the docs over the ./conf/server.xml ? There should be your answer ? Thomas, -- Thomas SMETS rue J. Wytsmanstraat 62 1050 Bruxelles yahoo-id : smetsthomas - Original Message - From: Anton Brazhnyk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: 15

RE: Tomcat - OMVS/S390 - Urgent

2002-02-15 Thread GOMEZ Henri
De: Brown Bay [mailto:[EMAIL PROTECTED]] Enviado el: jueves 14 de febrero de 2002 22:42 Has anyone got Tomcat (any version) running under OMVS on S390. If you have a Linux VM on your S390 it will be easy since we package Tomcat 3.3/4.0.2 as RPM ;) BTW, Tomcat is a java apps which could be

Re: (ANTON)Configuring apache + tomcat on separate machines

2002-02-15 Thread AMRAN121
Hello Anton Brazhnyk Thanks for putting up the example I have tried to follow the example but I am still getting errors can you please please put up a more comprehensive answer. I know alot of people are trying to set this up so it would help us all. An example of your httpd and all the

R: Another Question About Tomcat Auth

2002-02-15 Thread Renato Romano
OK!!I just made a little step: i tried to put the classes in the common dir, but Tomcat can't start, giving me a ClassNotFoundException on JDBCRealm. In fact my Realm implementation is an extension of JDBCRealm, and the Common ClassLoader can't find it, because it is a parent of the Catalina

RE: Problem with JNI, Tomcat 4.0.1 and FreeBSD

2002-02-15 Thread Manish Bhatnagar
We have NOT made any changes to jni wrokers. What is the error that is being displayed? Is it 500 Internal Server Error? -Original Message- From: Mario Fernandez [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 2:02 PM To: 'Tomcat Users List' Subject: RE: Problem with

RE: Problem with JNI, Tomcat 4.0.1 and FreeBSD

2002-02-15 Thread Mario Fernandez
Not exactly... the browser get stuck for some minutes, as if it was trying to access the library methods; but when it finish, the error is: The page cannot be displayed. I think this is because Tomcat is crashing, but I don´t know why. -Mensaje original- De: Manish Bhatnagar

RE: Problem with JNI, Tomcat 4.0.1 and FreeBSD

2002-02-15 Thread Manish Bhatnagar
I guess that is the message displayed when JNI performs some illegal operation. I suggest you to check your JNI code. The best thing would be to put *AfxMessageBox*es at different places. One more thing... have you generated the .h file? -mb- -Original Message- From: Mario

Re: null DataSource when trying to get JNDI InitialContext

2002-02-15 Thread fnovella
George M. Coles presuntamente escribió: Hi all, I am using tomcat for the firs time. I have v. 4.02, using jdk 1.4. I am attempting to deploy my app, which uses JNDI to look up a connection for its data access. I am using DB2 I have placed the db2 jdbc zip file in my WEB-INF/libs dir. My

tomcat 3.2 and external webapps (again)

2002-02-15 Thread Joel Rees
I seem to recall several posts on this, but can't figure out how to get them from the archive, and I don't recall any answers except my own half-baked response about doing it in v 3.3. I've also dug through the 3.2 docs a ways. And I've been mucking about in the conf directory for several days,

RE: Problem with JNI, Tomcat 4.0.1 and FreeBSD

2002-02-15 Thread Manish Bhatnagar
Okay... do this: replace #include jni.h with #include jni.h. Does it work? -Original Message- From: Mario Fernandez [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 4:05 PM To: '[EMAIL PROTECTED]' Subject: RV: Problem with JNI, Tomcat 4.0.1 and FreeBSD I´ve tried

RE: Problem with JNI, Tomcat 4.0.1 and FreeBSD

2002-02-15 Thread Mario Fernandez
It fails again... May the way I compile the C file be the error cause?? I compile it like this: # gcc -Wall -c mylib.c -I/usr/local/jdk1.2.2/include -I/usr/local/jdk1.2.2/include/freebsd # ld -shared -fPIC -o libmylib.so mylib.o -Mensaje original- De: Manish Bhatnagar [mailto:[EMAIL

Re: TC + JDK1.4

2002-02-15 Thread Joe Canady Canady
I am running SUSE linux 7.2 and just installed jdk1.4 (actually called something like j2sdk1.4 by Sun. Tomcat 4.0.2 seems to work with it. Be advised though that I was unable to get tomcat 4.0.1 or 4.0.2 to run with jdk1.3. It is also noted on the jakarta-tomcat website that jdk1.3 would

Re: System.out.println

2002-02-15 Thread Javier Alonso
Hi, Where do I see the output from System.out.println given in a java class placed under WEB-INF\classes? I am new to Tomcat and developing a sample application. In the JAva Console -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

tomcat 4.0.1 forte 3.0 ce

2002-02-15 Thread Alex
Does anyone knows how can i setup tomcat 4.0.1 to work with forte 3.0 ce as the ide's default web server (forte 3.0 ce use tomcat 3.2, but i need tomcat 4.0.1) ? Thanks in advance ... Alex. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

PWS Tomcat - http://ipaddress/xyz.jsp

2002-02-15 Thread Ramanujam Muralidharan
Hi, I have a jsp page which i want to access as http://ipaddress/xyz.jsp . How do i do this . Where should i place the jsp file .Tomcat PWS integration is Ok. thanx in advance murali -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

HTTPS client authentification

2002-02-15 Thread Andrew
Hi, I 've a simple question. If I've configured some rules and JDBCRealm as credentials store for may webapp+ set transport-guaratee to CONFIDENTIAL for some resources, how I must setup SSL connector that it authentificate my users through client certificates.More concrete JDBCRealm is not used

RE: Starting server during boot with access to X-Windows

2002-02-15 Thread Randy Layman
Another option for this is to upgrade to JDK 1.4 and then use the headless option (check Java's docs for more info on how to do this). Then you can create images without the need for X. (This doesn't work if you are using GUI objects like Frame). Randy -Original

Re: HttpResponse.sendRedirect problem

2002-02-15 Thread Dirk . Dinger
Hi Remy, I had problems with response.sendRedirect since tomcat 4.x too (under 3.2 the same code worked). I modified my code and use an RequestDispatcher.forward(). This works for me. Hope that helps, Dirk -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: tomcat 3.2 and external webapps (again)

2002-02-15 Thread Joel Rees
Never mind, I finally found it, in the deployment section of the online docs for 3.2. Add a context entry to server.xml, etc. Sorry about the static. - Original Message - I wrote: I seem to recall several posts on this, but can't figure out how to get them from the archive, and I

RE: HTTPS client authentification

2002-02-15 Thread Anton Brazhnyk
Hi, -Original Message- From: Andrew [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 1:30 PM To: Tomcat Users List Subject: HTTPS client authentification Hi, I 've a simple question. If I've configured some rules and JDBCRealm as credentials store for may webapp+

Loadbalancer problems in mod_jk from 4.0.2 TC distribution when using TC 3.3

2002-02-15 Thread Hans Schmid
Hi, I just ran into a problem with loadbalancing in mod_jk when using the version which comes with TC 4.0.2. I am currently using Tomcat 3.3 on Solaris 8 behind Apache 1.3.19 connectted via mod_jk 1.1.0 comming with TC 3.3. I built mod_jk.so from the 4.0.2 connector package and replaced my

RE: Tomcat 3.3a and context loading order

2002-02-15 Thread Larry Isaacs
Having the contexts declared outside of server.xml was the intent. I think having multiple contexts in an apps-ordered.xml is appropriate. Cheers, Larry -Original Message- From: Mario Felarca [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 5:43 PM To: [EMAIL PROTECTED]

Newbie ... :)

2002-02-15 Thread dark.wizzard
Hi everyone ! Please, anybody knows a site or tutorial what describe how-to make a intranet ??? I'm using Tom Cat 4.0 for make this, but I have no idea to implements ... Can help me please ??? Thanks __ Quer ter seu

HTTPS client authentification

2002-02-15 Thread Andrew
Hi, I 've a simple question. If I've configured some rules and JDBCRealm as credentials store for may webapp+ set transport-guaratee to CONFIDENTIAL for some resources, how I must setup SSL connector that it authentificate my users through client certificates.More concrete JDBCRealm is not used

RE: System.out.println

2002-02-15 Thread Deep Singh Bhau
Check out on the tomcat window. -Original Message- From: Javier Alonso [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 4:23 PM To: Tomcat Users List Subject: Re: System.out.println Hi, Where do I see the output from System.out.println given in a java class placed under

Limit of HTML input fields in a form?

2002-02-15 Thread Andreas Schlegel
Hi, does anyone know if there is a limit for the HTML input fields in one form? We have a dynamically created form that contains a lot of input fields (most of them have the type hidden or checkbox). Having between 110 and 140 input fields we got the following message and error: Message:

tomcat as nt service

2002-02-15 Thread secfoc
i install tomcat as an nt-service, via jk_nt_service -i tomcat c:\program files\tomcat\conf\wrapper.properties and it looks fine. but then the service won´t start and won´t even give me a reason why. and it looks good. when i start tomcat via c:\program files\tomcat\bin\startup.bat

RE: Newbie ... :)

2002-02-15 Thread Loïc Lefèvre
Hi, Can you describe a little more than 'intranet' what you would like to know? -Message d'origine- De : dark.wizzard [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 15 février 2002 14:37 À : TomCat List Objet : Newbie ... :) Hi everyone ! Please, anybody knows a site or tutorial what

RE: Limit of HTML input fields in a form?

2002-02-15 Thread Loïc Lefèvre
Hi, Yes, forms with GET method (eg: form method='GET') have a maxium size of 256 bytes (if I remember well) because it is the maximum length of an URL is 256 bytes. If you use POST method then there the maximum is bigger (generally more than 65Ko). Cheers, Loïc Lefèvre -Message

Problems with Manager reload, memory usage and garbage collection.

2002-02-15 Thread Thomas Åhlen
Each time I reload my application with the Manager servlet the memory usage increase. Spec: I have Tomcat 4.0.2 and JDK 1.3.1_02 running on a Windows2k machine. I have located my problem using JProbe with Tomcat 4.0.2. Looking at the instance summary before and after a reload I see that there

Re: tomcat as nt service

2002-02-15 Thread Olaf Jahn
secfoc [EMAIL PROTECTED] wrote: i install tomcat as an nt-service, via jk_nt_service -i tomcat c:\program files\tomcat\conf\wrapper.properties and it looks fine. but then the service won´t start and won´t even give me a reason why. and it looks good. when i start tomcat via c:\program

AW: Limit of HTML input fields in a form?

2002-02-15 Thread Ralph Einfeldt
Do you use method=post or method=get in the form. This kind of error shouldn't happens with of the of the methods. Post should have no restriction at all, and get can have a restriction but : spec A server SHOULD return 414 (Request-URI Too Long) status if a URI is longe than the server

RE: Auto loading servlets at startup

2002-02-15 Thread Dimmick, Bill
Hi Tim, Open the web.xml which contains the servlet you wish to autoload. Find the servlet tag that defines that servlet, and inside that stanza, add a tag like the following: load-on-startup100/load-on-startup This will force the servlet to be init'd when the engine

Re: RE: tomcat as nt service

2002-02-15 Thread secfoc
thanks for answering so fast, but this is just the way, i did it. it just doesn´t work for no obvious reason. Am 15.02.2002 15:07:29, schrieb Deep Singh Bhau [EMAIL PROTECTED]: Hi, If u have jk_nt_service.zip file then unzip it and extract the executable to bin folder under tomcat home Go to

Re: tomcat as nt service

2002-02-15 Thread secfoc
that is my problem...there is no obvious reason...and nt just says, tomcat could not be startet and tomcat did not say why...there is no appearance in any logfile. Am 15.02.2002 15:07:09, schrieb Olaf Jahn [EMAIL PROTECTED]: secfoc [EMAIL PROTECTED] wrote: i install tomcat as an

RE: Another Question About Tomcat Auth

2002-02-15 Thread Luke Studley
Renato I get this as well. I may be wrong but I found that the Realm base class is package protected so you have to have your extension in the same package. This is a bit of a pain, it also means I could only get it to work by placing my realm code and any dependents directly in the server/lib

Re: restarting Tomcat 4

2002-02-15 Thread Christos Karras
It works fine if you wait long enough between calling the stop and start script, but not if you write a restart script which calls catalina.sh start and immediately after, catalina.sh stop, because then there's no delay between the two, and tomcat doesn't have the time to shutdown before you try

Re: JAXP

2002-02-15 Thread Micael Padraig Og mac Grene
Not in there. Probably deprecated forever. At 09:52 AM 2/14/02 -0500, you wrote: Hi, It's in the Sun XML pack (among other places), at http://java.sun.com/xml/downloads/javaxmlpack.html Yoav Shapira [EMAIL PROTECTED] wrote: I got it about 6 months ago and you're right, I

Re: Newbie ... :)

2002-02-15 Thread Robert Keddie
intranetjournal.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Tomcat v4.0.2 : null DataSource when trying to get JNDI InitialContext

2002-02-15 Thread Frederic Monclar
Dear all, Like several persons, I got this null DataSource. I read several mails, but i didn't find any answer.(example: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg44065.html). So I am trying to define the problem as accurate as possible : Environment definition :

Re: Another Question About Tomcat Auth

2002-02-15 Thread Micael Padraig Og mac Grene
When I put jar files in $TOMCAT_HOME/common/lib they work fine for running Catalina, but they do not work for javac on my own classes, so I have had to put the actual classes into $TOMCAT_HOME/webapps/myapp/WEB-INF/classes/. Is there a reason why the common/lib directory does not work for

Re: JAXP

2002-02-15 Thread Mihai Gheorghiu
Is this what you are looking for? I found it included in Poolman. -Original Message- From: Micael Padraig Og mac Grene [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: Friday, February 15, 2002 9:40 AM Subject: Re: JAXP Not in there. Probably deprecated forever. At

warp binary image bug with TC4.02 A1.3.23 under Windows?

2002-02-15 Thread Andrzej Jan Taramina
Has anyone else experienced a problem using the latest mod_webapp Warp connector on a Windows 2K platform when trying to transmit images (binary files) between Tomcat 4.0.2 and Apache 1.3.23? Still hoping to get this resolved Thanks! Andrzej Jan Taramina Chaeron Corporation: Enterprise

Re: tomcat as nt service

2002-02-15 Thread secfoc
okthanks to all of you...the problem is solved because of the blank in c:\program files\ i tried c:\program files\ but it didn´t work outin fact, you must avoid blanks in paths in general, therefore, for all people having this problem, you need to write the short-form of the path, for

Re: JAXP -- File had a virus.

2002-02-15 Thread Micael Padraig Og mac Grene
Please note that the file you sent me was packed with a virus. At 10:04 AM 2/15/02 -0500, you wrote: The following came from Anti-Virus (S5-CCR-R1) NRCan.RNCan: The Anti Virus software Antigen found jaxp.jar infected with ExceedinglyInfected virus. The ExceedinglyInfected virus has been removed

AW: tomcat as nt service

2002-02-15 Thread Gisela Ulrich
that will do it also: 1. go to %tomcat_home%\bin 2. insert jk_nt_service -i tomcat ..\conf\wrapper.properties -Ursprüngliche Nachricht- Von: secfoc [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 15. Februar 2002 16:18 An: Tomcat Users List Betreff: Re: tomcat as nt service

With tomcat?

2002-02-15 Thread JD Evora
Hi everybody, Can I find somewhere a document telling me with version of tomcat should I install? I am using right now TC 3.2.4. Should I migrate to TC 3.3 or TC 4? Thanks JD -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

Using IP Addresses

2002-02-15 Thread Denny Chambers
Hi All, Need some quick help here. I have Apache 1.3.20, Tomcat 4.0.1 and mod_webapp setup to work together. Tomcat only has the WARP connector configured, no HTTP connector or AJP connector. Everything works fine as long as I use the hostname that has been defined by the ServerName

RE: Problems with Manager reload, memory usage and garbage collection.

2002-02-15 Thread Cox, Charlie
you're not holding a reference to the class in a session are you? Sessions aren't released until they timeout. yes, it is a new classloader each time. that's how reload works since you cannot unload a class in java without destroying the classloader. Charlie -Original Message- From:

4.0.2 connectors

2002-02-15 Thread Dan Zehme
Can anyone tell my why there are no binaries corresponding to the sources jakarta-tomcat-connectors-4.0.2-01-src.zip for Solaris, Linux, and Win32 (I need all three)? Dan Zehme [EMAIL PROTECTED]

java.io.IOException: No such file or directory

2002-02-15 Thread Frederic Monclar
Hello, Does someone have any idea about this exception when starting Tomcatv4.02 ? = tldConfigJar(/WEB-INF/lib/oracledr.jar): java.io.IOException: No such file or directory Thanks in advance, Fred. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: 4.0.2 connectors

2002-02-15 Thread Jean-Luc BEAUDET
Dan Zehme a écrit : Can anyone tell my why there are no binaries corresponding to the sources jakarta-tomcat-connectors-4.0.2-01-src.zip for Solaris, Linux, and Win32 (I need all three)? Dan Zehme [EMAIL PROTECTED] Yu should build it by yur own with The source I downloaded was a bit

RE: Problems with Manager reload, memory usage and garbage collection.

2002-02-15 Thread Anton Brazhnyk
Hi, -Original Message- From: Thomas ?hlen [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 4:11 PM To: Tomcat Users List Subject: Problems with Manager reload, memory usage and garbage collection. Each time I reload my application with the Manager servlet the

Datasources context ?

2002-02-15 Thread Jacquet, Frederic
Title: Datasources context ? I have got this error Name java:comp is not bound in this Context When I try the following code : try { Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup(java:comp/env); DataSource ds = (DataSource)

Tomcat 4.0.2 and AJP13 problem with JDK 1.2.2 (again)

2002-02-15 Thread Adrian Prezioso
I'm having problems with TC4.0.2 and the AJP13 connector from IIS 5.0 using JDK1.2.2. I continuously get the following error when I make a request: java.lang.NoSuchMethodError: java.net.Socket: method setKeepAlive(Z)V not found at

Re: 4.0.2 connectors

2002-02-15 Thread Dan Zehme
Thanks for the pointer. The package seemed somewhat incomplete. - Original Message - From: Jean-Luc BEAUDET [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 15, 2002 10:55 AM Subject: Re: 4.0.2 connectors Dan Zehme a écrit : Can anyone tell my why

Cannot find server or DNS Error on post

2002-02-15 Thread Dan Zehme
Since using Tomcat 4.0.x with AJP 13 connector, frequently my users are getting a Cannot find server or DNS Error when pressing one of my submit buttons that is POSTing a form. It most frequently happens on a form uploading a file. Has anybody else seen this error and has anybody found a

Re: Datasources context ?

2002-02-15 Thread Frederic Monclar
May be you have defined at a wrong place your resource in your server.xml file. Fred. Jacquet, Frederic wrote: I have got this error Name java:comp is not bound in this Context When I try the following code : try { Context initCtx = new InitialContext();

RE: Datasources context ?

2002-02-15 Thread Jacquet, Frederic
Title: RE: Datasources context ? I put in in my application context : Context path=/test docBase=test debug=200 reloadable=true Logger className=org.apache.catalina.logger.FileLogger prefix=localhost_feedback. suffix=.log timestamp=true/ Environment name=maxExemptions

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: Windows 2000 Service Startup Question

2002-02-15 Thread Jack Frosch
Rich, You can try this: Open the services window from Control Panel. Right click on the Tomcat service and select Properties. There's a field at the bottom of the dialog for Start Parameters. I haven't used it for Tomcat, but it seems like a natural fit. Jack -Original Message-

Re: Determining User Connection Speed

2002-02-15 Thread Christopher K. St. John
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 someone could suggest something that would solve your problem without requiring the user's connection speed.

Re: Problems with Manager reload, memory usage and garbage collection.

2002-02-15 Thread Thomas Åhlen
Each time I reload my application with the Manager servlet the memory usage increase. Spec: I have Tomcat 4.0.2 and JDK 1.3.1_02 running on a Windows2k machine. I have located my problem using JProbe with Tomcat 4.0.2. Looking at the instance summary before and after a reload I

Re: 4.0.2 connectors

2002-02-15 Thread Jean-Luc BEAUDET
Dan Zehme a écrit : Thanks for the pointer. The package seemed somewhat incomplete. - Original Message - From: Jean-Luc BEAUDET [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 15, 2002 10:55 AM Subject: Re: 4.0.2 connectors Dan Zehme a écrit :

Re: Tomcat - OMVS/S390 - Urgent

2002-02-15 Thread Brown Bay
Has anyone got Tomcat (any version) running under OMVS on S390. If you have a Linux VM on your S390 it will be easy since we package Tomcat 3.3/4.0.2 as RPM ;) BTW, Tomcat is a java apps which could be used on any system with a JDK 1.1.x (TC 3.3) or JDK 1.2 (TC 4.0.2). I used them on our IBM

TomCat and WinGate

2002-02-15 Thread dark.wizzard
Hi again ! Anyone knows if have any problems used Tomcat and WinGate in Windows NT ??? Thanks ! __ Quer ter seu próprio endereço na Internet? Garanta já o seu e ainda ganhe cinco e-mails personalizados. DomíniosBOL -

RE: Determining User Connection Speed

2002-02-15 Thread Jim Urban
Our clients run our application on both the internet and intranet. The users who use the application on the intranet are usually on a 100MB (LAN) network directly attached to the application server. For these users the application really hums. For those on the internet, using 33kb or 58kb

RE: Determining User Connection Speed

2002-02-15 Thread Jacquet, Frederic
Title: RE: Determining User Connection Speed Check on IP : lan and dialup should be different ! -Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 6:03 PM To: Tomcat Users List Subject: RE: Determining User Connection Speed Our clients

RE: Apache 1.3.23 + Tomcat 4.01 + Warp

2002-02-15 Thread Jack Frosch
After having problems with other apps that appeared IP related, I removed TCP/IP and reinstalled it. This corrected all the weird inter-app problems. I guess my system just blew its stack! -Original Message- From: Jack Frosch [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002

RE: Determining User Connection Speed

2002-02-15 Thread Ricky Leung
To determine one's net speed, I guess you can write up something to send out a 100k file and calculate how long it took the user to download the file, but that still slows down LAN users. The more elegant way is to separate by the domain or IP group since LAN users have predictable net

Re: Determining User Connection Speed

2002-02-15 Thread Christopher K. St. John
Jim Urban wrote: Our clients run our application on both the internet and intranet. If we could tell when a user is on a dialup (slow) connection we could compress the data and not compressing it for those on a LAN connection. If it's an intranet then (as mentioned in other posts) the

Re: Did the default HTTP expires header change in Tomcat?

2002-02-15 Thread Jonathan Eric Miller
Thanks. Is there a way that I can override this behavior and revert back to the old behavior? I'm guessing that you're using a HTTP header to do this? I'm guessing that I can use HttpServletResponse.setHeader() to override it? Is it the expires header, or something else? What value is it setting

Re: Datasources context ?

2002-02-15 Thread Remy Maucherat
I have got this error Name java:comp is not bound in this Context When I try the following code : try { Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup(java:comp/env); DataSource ds = (DataSource)

Re: TC + JDK1.4

2002-02-15 Thread Remy Maucherat
does TC support JDK1.4 ? Yes, but don't use the beta 3 (see release notes). The RC or the final seem to work fine. I do recommend using JDK 1.4 under Linux, as it doesn't need the workaround to avoid a crash on startup. Remy -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Apache / Tomcat Content Handling

2002-02-15 Thread Jack Frosch
Now that I have Tomcat 4.0x and Apache 1.3.23 playing nice together using the Warp connector, I'm wondering about how to deploy the content. For Tomcat to handle the dynamic stuff, it seems that I have to deploy all the JSP/Servlet files into Tomcat's webapps directory (unless I specify

Problem loading images when servlet mapping used

2002-02-15 Thread Donie Kelly
Hi all I have a mapping in web.xml that looks like servlet-mapping servlet-namemmsProxy/servlet-name url-pattern//url-pattern /servlet-mapping This is so that I can use a URL like http://host/mms/36123123 The servlet it's mapped to can then get the ID from the path.

Server.xml for tomcat3.2.3

2002-02-15 Thread Gaurav Arya
I need to disable cookies on the server side for which i use the following configuaration in server.xml for tomcat 3.3 SessionId cookiesFirst=false noCookies=true / This doesn't work for tomcat 3.2.3. I tried searching the documentation for this particular release but it doesn't talk about this

RE: Apache / Tomcat Content Handling

2002-02-15 Thread Jarecsni Janos
Hi, I use mod_jk with Apache 1.3.23 and Tomcat 4.0.2b. I deploy everything on Tomcat, and configure DocumentRoot to point to Tomcat's appropriate directory, say $TOMCAT_HOME/webapps/myapp. It works w/ problems. I don't think that the AddType, AddHandler stuff is for you. That's why mod_jk and

Is this possible with TOMCAT- host:8080 AND host:8585

2002-02-15 Thread Luis Pinho
Hi There, Is it possible to run TOMCAT at different ports, at the same time? Like: host:8080 and host:1234 If yes, how is this done, and where do I put the HTML files (in the disk...) Can I have two or more copies of TOMCAT in the PC running at the same time, running at different port's

Using JNDIRealm with password digesting and Netscape Directory Structure

2002-02-15 Thread jay n gaba
Hi Has anyone solved the following problem regarding the digest password please give me some hint; thanks regards jay Hi, I'm trying to use tomcat's JNDIRealm with OpenLDAP. I've converted my passwords to digest format in the LDAP directory instead of plain text. Apparently, tomcat

Re: JAXP -- File had a virus.

2002-02-15 Thread Mihai Gheorghiu
Please check this: http://www.sophos.com/virusinfo/analyses/exceedinglyinfected.html I checked my computer with Norton Antivirus using 2/14 definitions and it found nothing. Which one is right? -Original Message- From: Micael Padraig Og mac Grene [EMAIL PROTECTED] To: Tomcat Users List

Deploying external dependencies

2002-02-15 Thread Abhijit Dixit
Hi, I'm trying to deploy a servlet using the sample build.xml file bundled with the Apache Tomcat distribution. My servlet needs some external JAR files and these have to be copied to the WEB-INF/lib directory. I added the following entries to my build.xml file ... property name=soap.jar

Re: TC Deploying external dependencies

2002-02-15 Thread Kirby Vandivort
You also need to add directives to the deploy target to actually copy the files over.. Something like: copy todir=${deploy.home}/WEB-INF/lib file=${soap.jar}/ copy todir=${deploy.home}/WEB-INF/lib file=${xercesImpl.jar}/ copy todir=${deploy.home}/WEB-INF/lib file=${xmlParserAPIs.jar}/ I'm

Making Tomcat listen on a specific IP.

2002-02-15 Thread Bob Dushok
I'm running Tomcat 4.0.2 on a Red Hat box with seven IP addresses. I've been trying to configure Tomcat to listen to only one of these seven IPs but haven't had any success. I'm looking for something similar to the Apache listen directive. Any suggestions would be appreciated. Tia, Bob

RE: Server.xml for tomcat3.2.3

2002-02-15 Thread Larry Isaacs
The noCookies attribute is found on SessionInterceptor in Tomcat 3.2.x. This is documented in the server.xml. Cheers, Larry -Original Message- From: Gaurav Arya [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 1:47 PM To: Tomcat-User (E-mail) Subject: Server.xml for

RE: Making Tomcat listen on a specific IP.

2002-02-15 Thread Reynir Hübner
have you tried to set up a host in server.xml ? if the hostname is something like 127.0.0.1 I think it only listens to that IP. hope it helps -reynir -Original Message- From: Bob Dushok [mailto:[EMAIL PROTECTED]] Sent: 15. febrúar 2002 19:18 To: [EMAIL PROTECTED] Subject: Making

Re: Making Tomcat listen on a specific IP.

2002-02-15 Thread Christopher K. St. John
Bob Dushok wrote: I'm running Tomcat 4.0.2 on a Red Hat box with seven IP addresses. I've been trying to configure Tomcat to listen to only one of these seven IPs but haven't had any success. You're running in standalone mode with the HTTP/1.1 connector? Have you looked at:

RE: System.out.println

2002-02-15 Thread August Detlefsen
System.out statements also get written to: /path/to/tomcat/logs/catalina.out --- krithikav [EMAIL PROTECTED] wrote: Thanks, I am seeing the output now. Regards, Krithika -Original Message- From: Pedro F Gaspar [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002

Setting up Apache1.3 with Tomcat 4.1

2002-02-15 Thread nathan phillips
Documentation in server.xml states that I need the MOD_WEBAPP connecter to connect the two together and to read the README.txt file that comes with it. I've been looking around but I'm unable to find the WebApp Module distribution. Does anyone have the URL for this? Does anyone know of any

Re: Making Tomcat listen on a specific IP.

2002-02-15 Thread Bob Dushok
Thanks, that was the attribute I needed. Bob Christopher K. St. John wrote: Bob Dushok wrote: I'm running Tomcat 4.0.2 on a Red Hat box with seven IP addresses. I've been trying to configure Tomcat to listen to only one of these seven IPs but haven't had any success. You're running in

Re: Setting up Apache1.3 with Tomcat 4.1

2002-02-15 Thread Arnaldo Riquelme
Documentation in server.xml states that I need the MOD_WEBAPP connecter to connect the two together and to read the README.txt file that comes with it. I've been looking around but I'm unable to find the WebApp Module distribution. Does anyone have the URL for this? Does anyone know of

ContextInitialized Event

2002-02-15 Thread Liu, Xiaoyan
Hi, all I'm wondering what exactly it means by 'servlet context initialized'? In the contextInitialized() method of my ServletContextListener class, it calls a static method of from a class in one of jars of the context being loaded, and I get a ClassNotFound Exception. Why is this happening?

Apache-Tomcat

2002-02-15 Thread Rajeshwari Ramamurthi
Hi I am new to Tomcat. Just installed Tomcat. I want to configure it with Apache? Where can I get the latest version of web app module? I want binary version Thanks Raji _ MSN Photos is the easiest way to share and print your

not found request problem

2002-02-15 Thread Jeff Self
I dove headfirst into jsp's yesterday. Got Tomcat 3.3 running on my debian system. Created a couple of directories under webapps and wrote some example jsp's from a book and after figuring out that I needed to run the tomcat start script with the -jkconf to get apache to recognize my directories,

Re: Determining User Connection Speed

2002-02-15 Thread Kevin McBrearty
www.cyscape.com Jim Urban wrote: 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:

  1   2   >