typo in tomcat-apache-howto.html

2001-04-20 Thread TAKAHASHI Hideo(BSD-M3G)
A line under 'Configuring Tomcat' says: "We can configure Tomcat independantly of the other..." please fix independantly = independently Thanks. -- Hideo Takahashi Business Solutions Division, Hitachi Ltd. http://www.hitachi.com

RE: Running JServ + Tomcat on the same machine.

2001-04-20 Thread Suresh Krishna M (RBIN/DBA-JOT)
hello all, Please help me.sorry if this problem is already addressed. i need to down load some files from server to client. i.e There is a trust relation for client and server.server wants to send some files to client. For upload i am using O'reilleys package(from client to

installing tomcat as an NT service on windows 2000

2001-04-20 Thread nati shalom
How can I install tomcat as an NT service on windows 2000 ?

Re: installing tomcat as an NT service on windows 2000

2001-04-20 Thread Brent and Maria
Hope this helps, http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.html Brent At 01:17 AM 4/20/2001 , you wrote: How can I install tomcat as an NT service on windows 2000 ?

Compiling jsp files

2001-04-20 Thread Zsolt Koppany
Hi, we deliver tomcat with our application and because we can deliver only JRE (and not JKD) can we pre-compile the jsp files? It is necessary because JRE does not contain the built in java compiler. Zsolt -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565

Windows NT Service failed

2001-04-20 Thread winkler . andreas
We are using WindowsNT with Apache 1.3.19 and Tomcat 3.2.1 and from Sybase the EnterpriseAplicationServer( Jaguar ). The Jaguar needs jdk118, so in the classpath there is a path to the jdk118. It has to be the first setting in the classpath. JAVA_HOME is set to jdk13 If i use the startup we

Re: Compiling jsp files

2001-04-20 Thread Bernhard Wraase
But You could add jikes. -- Bernhard NET.KOSMOS Projektentwicklung und Management GmbH Tel.: +49 231 5522944 Fax: +49 231 5522930

tomcat do not start on boot

2001-04-20 Thread Jian Zhang
Hello: I can not make my tomcat start start on boot time. I am running RH 6.2. Tomcat apache rc.local /usr/local/tomcat/bin/tomcat.sh start /usr/local/apache/bin/apachectl start su pgsql -c "/usr/local/pgsql/bin/postmaster -i -D \ ... After boot, apache and rest of programs are running ok

Re: ioctl problem with mod_jk

2001-04-20 Thread Daniel K
Solved,.. JkWorkersFile Sytanx must be placed outside outside "VirtualHost",..but again another prob,.. I have to kill to shutdown tomcat running on other thread (using : shutdown.sh -f server_8008.xml) How did mod_jk.so get on your server? Many problems with downloaded mod_jk.so's seem to

Tomcat mod_jk very slow if used with apache

2001-04-20 Thread rimmele7
I encountered the following problem: Tomcat was about 20 times slower if the access went via apache, compared to a direct access. The solution was the following: I had to put the loglevel of mod_jk to error instead of warn(as proposed). httpd.conf: JkLogLevel error Mod_jk does not seem to be

RE: Tomcat mod_jk very slow if used with apache

2001-04-20 Thread GOMEZ Henri
Could you be more explicit. OS, mod_jk version, tomcat version, apache version Thanks - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6

Re: Mapping using servlets? RequestInterceptor ?

2001-04-20 Thread Artur Matos
What are you using to redirect the page? My understanding is if you use request dispatchers to redirect a POST request, the request is sent to your JSP page as a POST and not as a GET. The JSP page must have to be accessed via a GET. If you were to submit your form as a GET request and then

Re: general question

2001-04-20 Thread Arnaud Dostes - NTI
The answer to your question is "HttpServlet" I recommend you read the servlet tutorial to learn more about servlets : http://java.sun.com/docs/books/tutorial/servlets/index.html Regards, AD. - Original Message - From: "Carlos. UNICA COMUNICACION." [EMAIL PROTECTED] To: [EMAIL

RE: general question

2001-04-20 Thread Michael Weissenbacher
javax.servlet.http.HttpServlet which itself extends javax.servlet.GenericServlet Net4You, a VIA NET.WORKS Company == Michael Weissenbacher - Net4You OASE Tiroler Strae 80, 9500 Villach Tel.:+ 43 (0) 4242 - 5005 - 400 Fax: + 43 (0) 4242 - 50055

JSP IDE

2001-04-20 Thread Evdin Ursan
Hi ALL, I have a very important question for you! Please, could someone tell me where I can find a JSP IDE for Linux, something like Macromedia DreamWeaver UltraDev 4, because I got an eval version and it's amazing, but it's only for Windows! Thank you in advance, Evdin

RE: TOMCAT SHUTDOWN PROBLEM

2001-04-20 Thread Saurabh Shukla
tomcat.sh you can add a line to kill all tomcat process to insure that no more tomcat process are running. -Original Message- From: Jurrius, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 1:44 AM To: [EMAIL PROTECTED] Subject: RE: TOMCAT SHUTDOWN PROBLEM We have the same

RE: Tomcat mod_jk very slow if used with apache

2001-04-20 Thread Rainer Jung
Hello Henri, hello Thomas, The problem comes from the call to fdatasync in the logging code of mod_jk. I already mentioned this to Dan Milstein. It should really be checked, if that way of flushing to the physical disk (and not only to the file system cache which should be enough) is really

Re: New to user-mailing-list

2001-04-20 Thread Rick
thank you .. I guess any howtos you can point me to ? - Original Message - From: Wesselmann, Marcus To: '[EMAIL PROTECTED]' Sent: Friday, April 20, 2001 12:17 PM Subject: AW: New to user-mailing-list Hi, you need do use mod_jk as an DSO, so mod_so

AW: New to user-mailing-list

2001-04-20 Thread Wesselmann, Marcus
mod_jk : http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html Building Apache : http://www.devshed.com/Server_Side/Administration/APACHE/ At least this is, what I used... :) -Ursprngliche Nachricht- Von: Rick [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 20. April

Tomcat Authentication doesn't seem to work at all!

2001-04-20 Thread Posta Winsome
Hi all. Sorry, but I'm a newby in Tomcat Authentication, so I have some problems in my first test.. In my web application, the file web.xml contains the following lines: security-constraints web-resource-collection web-resource-nameProtected Area/web-resource-name

Re: New to user-mailing-list

2001-04-20 Thread Rick
would that be the: ./configure --prefix=/usr/local/apache --enable-module=most ? (you could just told me =) - Original Message - From: "Ansgar W. Konermann" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 12:36 PM Subject: Re: New to user-mailing-list Hello

Konferenca Informacijska druba IS'2001

2001-04-20 Thread Matja Gams
VABILO - INFORMACIJSKA DRUŽBA 2001 Vljudno Vas vabimo, da sodelujete na multi-konferenci Informacijska družba - IS'2001, ki bo v okviru INFOS-a potekala od 22. do 26. oktobra 2001 v Cankarjevem domu v Ljubljani.Multi-konferenca bo vkljuèevala pomembne dosežke naspodaj omenjenih

Re: New to user-mailing-list

2001-04-20 Thread Rick
well I used a different Apache-how-to (which was made with php in mind) after reading the devshed manual I came to the conclusion I needed to re-install Red Hat (apache configuration was wrong) and now reinstall like this cd /tmp/apache1.3.19 ./configure --prefix=/usr/local/apache

RE: Cleaning up servlets

2001-04-20 Thread H.F.N. den Boer
I asked this because I am trying to understand the behaviour, not only know some base facts. Yes, a servlet in memory when not used is passive and uses not much memory etc. But I would like to understand the mechanism of cleaning up. Sessions are invalidated more or less automatically. That

Startup Script

2001-04-20 Thread Curtis Spencer
I am a newbie to Tomcat and I was wondering what the best way to get it to start up when Linux 7.0 is starting up. I created a symbolic link in the rc3.d folder. Is this the best way? Also what should be in the server script Thanks, Curtis

Re: Startup Script

2001-04-20 Thread Ryan
I'm using slackware 7.1 and the only thing I added was this line to my rc.httpd sh /usr/local/tomcat/bin/startup.sh You could also just paste this line in your own rc.tomcat file. I was too lazy. - Original Message - From: Curtis Spencer To: [EMAIL PROTECTED]

RE: Tomcat mod_jk very slow if used with apache

2001-04-20 Thread GOMEZ Henri
I'm +1 to remove the fdatasync or any other sync method. Log must be run with low priority If Dan agree, I'll remove the datasync. :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP

AW: Tomcat mod_jk very slow if used with apache

2001-04-20 Thread Thomas . Rimmele
solaris 2.7 apache 1.3.17 jakarta-tomcat-3.2.1 and corresponding mod_jk (no version found) greethings, thomas Could you be more explicit. OS, mod_jk version, tomcat version, apache version Thanks - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY :

RE: Tomcat Authentication doesn't seem to work at all!

2001-04-20 Thread Collins, Jim
You need to add a entry to the conf/tomcat-users.xml file. Jim. -Original Message- From: Posta Winsome [mailto:[EMAIL PROTECTED]] Sent: 20 April 2001 11:53 To: Tomcat-User Mailing List Subject: Tomcat Authentication doesn't seem to work at all! Hi all. Sorry, but I'm a newby in Tomcat

Re: Pls Help

2001-04-20 Thread Russell Hammer
Hi, My quick and dirty script for solaris is below: Please READ AND MODIFY prior to running! -R On Fri, Apr 20, 2001 at 05:28:07PM +0800, Tan Khim Siang wrote: Hi all, how are you people doing? I am using mod_jk instead of mod_jserv. When I try to start apache using this command:

Re: please help me

2001-04-20 Thread [EMAIL PROTECTED]
tomcat is working fine on win2k - Original Message - From: zzb To: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 7:30 PM Subject: please help me Dear Sir. Where can I download jni_connect.dll ? In addition, whether can Tomcat be installed od

Re: please help me

2001-04-20 Thread Steffen Gransow
Under http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386/ you'll find the required files. Perhaps I don't understand your question right, but you can install/use tomcat with your existing Win2K installation. Regards Steffen Gransow Dear Sir. Where can I download

unsubscribe error

2001-04-20 Thread Maura TAYLOR
trying to unsubscribe, but get the following ... it doesn't recogize my mail address, but that's what is in the return path. From [EMAIL PROTECTED] Hi. This is the qmail-send program at apache.org. I'm afraid I wasn't able to deliver your message to the following addresses. This is a

Re: session maintenance problem with: ssl + cookies disabled

2001-04-20 Thread Wolle
Hello, jep that's is ab bug , see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=578 there is a workaround in it, and it will work with it, on the next release the Bug will be fixed. (3.2.2) Greetings, Michael [EMAIL PROTECTED] wrote: When I disable cookies in browser and use ssl

admin default password ?

2001-04-20 Thread Denis Dittmar
Hi, what default password do I have to use to login to the admin context ? regards, Denis

Re: Tomcat vs. other app servers

2001-04-20 Thread Sue Schoch
Just a note to say that I got a copy of the Solaris mod_jk.so from another reader. Thanks Mike! Sue Schoch mailto:[EMAIL PROTECTED] IRIS Data Management Center

RE: unsubscribe error

2001-04-20 Thread Randy Layman
Judging from the included email, I would guess that you sent a message to [EMAIL PROTECTED]@jakarta.apache.org, when you wanted [EMAIL PROTECTED], according to the list signup message (which I've included part of below). Randy PS Don't forget to reply to the confirmation!

Re: Tomcat Authentication doesn't seem to work at all!

2001-04-20 Thread Posta Winsome
- Original Message - From: "Collins, Jim" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 2:07 PM Subject: RE: Tomcat Authentication doesn't seem to work at all! You need to add a entry to the conf/tomcat-users.xml file. Jim. Done! But still no results!

AW: New to user-mailing-list

2001-04-20 Thread Wesselmann, Marcus
Hi, At compile-time you only have to use --enable-module=so When Apache is compiled and installed you enable mod_jk with an appropiate LoadModule entry in httpd.conf. At least that worked fine for me :) Regards, Marcus -Ursprngliche Nachricht- Von: Rick [mailto:[EMAIL PROTECTED]]

RE: Tomcat mod_jk very slow if used with apache

2001-04-20 Thread Craig O'Brien
VERY COOL guys!! What a nice letter to wake up to. I made the change mentioned and my server's performance went from 14.51 pages per second to 82 pages per second. Still if I access tomcat directly I get over 200 pages per second but that is much better. Any other ideas? Thanks, Craig

Re: freeBSD

2001-04-20 Thread Matt Goss
I've been using tomcat on freeBSD for some time now with absolutely no problems. :) Matt Eric Mosley wrote: Is the main reason that Tomcat is not recommended on freeBSD that there isn't a stable jdk1.2 port at the moment? Has anybody had any experience with Tomcat on freeBSD? What jdk

Tomcat in a real production environment

2001-04-20 Thread pvera
Hello, I need some highlight about the configuration for Tomcat in a real production environment. Actually I have client/server applications in developed in Windows and now we are moving to the Web World. The clients don't know nothing between them, so I need configurate distinct path for

mod_jserv vs mod_jk

2001-04-20 Thread David DELGRANCHE
Hi all, I'm starting using Tomcat 3.2.1. I installed it on NT with Apache 1.3.9. I used modJServ to glue Tomcat and Apache. It seems listenning the differents mails that everybody is ok to say that using mod_jk is better. OK ! But it seems that installing mod_jk is

RE: Tomcat Authentication doesn't seem to work at all!

2001-04-20 Thread Collins, Jim
In the tomcat-users.xml file have something like: tomcat-users user name="user-one" password="userpw" roles="role1"/ /tomcat-users And the following in the web.xml file. security-constraint web-resource-collection web-resource-nameProtected Area/web-resource-name !--

Tomcat 3.1/JSP config question

2001-04-20 Thread Elie H Saliba
Hi all, I am new to Tomcat and not sure if this can be done. We're running Apache 1.3.12 and tomcat 3.1 as a servlet/JSP add-on on a SUN solaris 8 platform. I've configured apache to handle ~user requests : # # UserDir: The name of the directory which is appended onto a user's home #

Re: Tomcat Authentication doesn't seem to work at all!

2001-04-20 Thread Posta Winsome
Sorry, but there's no way!!! - Original Message - From: "Collins, Jim" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 3:37 PM Subject: RE: Tomcat Authentication doesn't seem to work at all! In the tomcat-users.xml file have something like:

Re: New to user-mailing-list (mod_jk)

2001-04-20 Thread Rick
Ik didnt work !!! I have been working for 1 hour to reinstall everything this is what I did (after a clean red hat 7.0 install) 01: cd /tmp/apache1.3.19 02: ./configure --prefix=/usr/local/apache --enable-module=so 03: cd /tmp/php4.0.4 04: ./configure --with-mysql --with-apache=../apache1.3.19

AW: New to user-mailing-list (mod_jk)

2001-04-20 Thread Wesselmann, Marcus
What is the output, if you type : httpd -l ? -Ursprngliche Nachricht- Von: Rick [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 20. April 2001 16:04 An: [EMAIL PROTECTED] Betreff: Re: New to user-mailing-list (mod_jk) Ik didnt work !!! I have been working for 1 hour to reinstall

Who knows which version of Tomcat operate stable on Solaris 7

2001-04-20 Thread DC Yin
Who knows which version of Tomcat operate stable on Solaris 7? Thank! ___ Do You Yahoo!? Get your free @yahoo.ca address at http://mail.yahoo.ca

Who knows which version of Tomcat operate stable on Red Hat 6.2

2001-04-20 Thread DC Yin
Who knows which version of Tomcat operate stable on Red Hat 6.2? Thank! ___ Do You Yahoo!? Get your free @yahoo.ca address at http://mail.yahoo.ca

jni_md.h for linux needed, please

2001-04-20 Thread Xiaofeng Chen
Hi, all: I am trying to compile the mod_jk.so on my RedHat 6.1 machine. After I typed apxs -o mod_jk.so -I../jk -I/usr/local/jdk/include -I/usr/local/jdk/include/linux -c *.c ../jk/*.c in the jakarta-tomcat/src/native/apache1.3 directory, I got the following error: gcc -O2 -m486

xslt processing

2001-04-20 Thread Peter Barta
Hi, does anyone have some suggestions how to configure tomcat for processing xml and xslt on the server side? Thanks: Peter

Re: New to user-mailing-list (mod_jk)

2001-04-20 Thread Peter Hrastnik
If these are really all steps you performed after a new install: Where did you get the mod_jk.so from and if you compiled it yourself or downloaded it: into which directory did you copy it? It seems (error message) that apache cannot find the module. Execute "strace /usr/sbin/httpd -X" to see

apache tomcat test environment

2001-04-20 Thread Patrick . Pierra
Hi I use Apache Tomcat Test Environment 3.1 in Visual Age 3.5. I dont know why but until now when I'm running a JSP (in my browser) i could seen the servlet code in a package (which call JSP default page compiler) in the the Visual Age Workspace (very useful for debbuging). But now I can' t

file upload servlet

2001-04-20 Thread Christoph Kukulies
Is there an example somewhere for a servlet that allows for uploading and processing a file. Scenario: client (browser side) has edited a file with some information or some kind of excel or Word document and need to get that processed. The idea is to simply drag and drop the document into the

WHY CAN'T I UNSUBSCRIBE?

2001-04-20 Thread Yigong_Li
Please unsubscribe me. I send unsubscribe request many times to " [EMAIL PROTECTED]". Why do I still receive messages. Can someone teach me how to unsubscribe? Thanks a lot,

load a servlet or jsp at Tomcat startup

2001-04-20 Thread Mark Mynsted
Is there not a way to define a servlet or jsp in ../conf/server.xml to load a start up of Tomcat? I can not find this in the documentation. Sincerely yours; Mark Mynsted VHA Management Information Systems Client Services [EMAIL PROTECTED] (972) 830 - 0592, Internal x1592

Re: New to user-mailing-list

2001-04-20 Thread Ed Gomolka
I compiled Apache 1.3.19 a couple of weeks ago. I set up a script to do my configuration. This is the contents of my script file: #!/bin/sh ./configure \ --with-layout=GNU \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc/httpd \ --datadir=/var/www \ --logfiledir=/var/log/httpd \

one more newbie to Tomcat

2001-04-20 Thread Pinar Bicioglu
Hello, I have been trying to figure out what tomcat does for two days :) I haven't used it yet. But I installed it on my computer. I had this build.xml in my working folder and I was using ant to execute my projects before. So now tomcat has been brought to my work...what difference does it

ISAPIredirect.dll under NT server

2001-04-20 Thread Paul Meaney
Hello everyone. I am currently trying a simple installation of tomcat under NT Server running IIS. The registry settings are set up correctly and the ISAPIredirect.dll is placed in the correct virtual directory under IIS. However starting and stopping IIS results in the .dll not

Re: load a servlet or jsp at Tomcat startup

2001-04-20 Thread Mark Mynsted
Thank you. I will give it a try. BTW, where did you find this documented? Now that I know what to look for, the only place I found this information was in the Java Servlet Specification. I guess I may use any of the elements defined in the web application deployment descriptor inside my

RE: ISAPIredirect.dll under NT server

2001-04-20 Thread Ratnakar Palle
Did you add the ISAPI filter in the IIS console management, which is step 8 from the document "Tomcat IIS HowTo" under section "Configuring the ISAPI Redirector" ?? -Ratnakar -Original Message- From: Paul Meaney [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 8:56 AM To: '[EMAIL

bean location

2001-04-20 Thread patrick goruick
hey, all: i've seen this and similar problems in the list archive, but couldn't really find a solution: - i have a site setup on tomcat in webapps/mysite/ - i have a bean/class file @ webapps/mysite/web-inf/classes/mybean.class - the page webapps/mysite/beanuser.jsp works fine. (usebean

Re: [HA and failover - Re: saving session attributes across server machines]

2001-04-20 Thread Tim O'Neil
This is a good link, for one thing it had a link to another article that explains the stateless nature of the http protocol as I understand it: http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-servlets.html "What is a session? The interaction between a Web browser and a Web server is

PROPERTY FILE LOCATION IN TOMCAT ?

2001-04-20 Thread Srinivasan, Radha
Title: PROPERTY FILE LOCATION IN TOMCAT ? I did not get any response for my previous posting so I am posting it again. Please respond. Thanks Radha -Original Message- From: Srinivasan, Radha [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 9:42 AM To: '[EMAIL PROTECTED]'

RE: ISAPIredirect.dll under NT server

2001-04-20 Thread Craig O'Brien
Isapi_redirect.dll does work on both NT4 and NT5 under IIS. Assuming that you have followed the directions completely and accurately. The documentation is good, most errors are made in the registry settings. I had to reboot the computer, not just restart the server, to get the settings to

mod_webapp for win32, cygwin or VC++? ...or maybe a siver bullet?

2001-04-20 Thread Fox, the Balloon Fox
Hi all, I'm currently trying to give tomcat 4 a go, but I keep getting gummed up when I try to get it working with apache 1.3. I've tried compiling mod_webapp using cygwin, with I haven't had much luck. I edit the makefile with the correct path to apxs.pl, and edit the first line in apxs.pl to

RE: Tomcat mod_jk very slow if used with apache

2001-04-20 Thread Craig O'Brien
If you have an operating system -- tomcat/apache with mod_jk.so. In your apache httpd.conf file find where you placed your statement: JkLogLevel warn change this to: JKLogLevel error restart apache (probably- /usr/sbin/apachectl restart) // I would go ahead and restart tomcat as well.

RE: mod_webapp for win32, cygwin or VC++? ...or maybe a silver bullet?

2001-04-20 Thread Fox, the Balloon Fox
OH!! I totally forgot! I'm using Tomcat 4 beta 1 apache 1.3.14 (though 1.3.19 didn't show me love either) Windows 2000 Pro. -Original Message- From: Fox, the Balloon Fox [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 21, 2001 11:47 AM To: Tomcat-User@Jakarta. Apache. Org

RE: PROPERTY FILE LOCATION IN TOMCAT ?

2001-04-20 Thread William Kaufman
Are you trying to access the file directly, like FileRead in = new FileReader("MyFile.properties"); If so, try loading it with ServletContext.getResource[AsStream](); or load it as a java.util.ResourceBundle. -- Bill K.

RE: RE: file upload servlet

2001-04-20 Thread Wong, Connie
Hi Travis, I'm interest to know how to do it. Would you please post a sample? Thanks, Connie -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 11:47 AM To: [EMAIL PROTECTED] Subject: RE: RE: file upload servlet Use input

RE: PROPERTY FILE LOCATION IN TOMCAT ?

2001-04-20 Thread William Kaufman
Title: RE: PROPERTY FILE LOCATION IN TOMCAT ? OK, then, pretend I said, Are you trying to access the file directly, like FileInputStream in = new FileInputStream("MyFile.properties"); If so, try loading it with ServletContext.getResource[AsStream](); or load it as a

RE: RE: RE: file upload servlet

2001-04-20 Thread travis
Using the oreilly package, you would do the following on the form submit page: String filepath = "foodir"; com.oreilly.servlet.MultipartRequest multi = new com.oreilly.servlet.MultipartRequest(request, filepath, 500); Enumeration files = multi.getFileNames(); while

Question: Large #'s of webapps

2001-04-20 Thread Sean Blaes
I was wondering if there is any issue with hosting a large number of separate webapps on a single Tomcat instance. By large number I mean around 200 or more. Will this greatly impact my memory usage? Also, if I have multiple webapps using a common named package, and the jar for that package is

RE: PROPERTY FILE LOCATION IN TOMCAT ?

2001-04-20 Thread Srinivasan, Radha
Title: RE: PROPERTY FILE LOCATION IN TOMCAT ? Thanks it works. Radha Srinivasan Software Engineer Email : [EMAIL PROTECTED] 303.417.7329 office 303.417.7416 fax -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 11:23 AM To: '[EMAIL

Re: Startup Script

2001-04-20 Thread Ferdinand Enario
Hello, I am also a newbie to Tomcat. I am running Mandrake Linux 7.1 Tomcat 3.2.1 and JDK1.22. I was able to run tomcat with Apache using Adam Fowler tomcat script (Thanks Adam). I modified some of it to suit my configurations. Attached is the file which should be placed in the

RE: RE: RE: file upload servlet

2001-04-20 Thread Wong, Connie
Thanks Travis, Connie -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 1:36 PM To: [EMAIL PROTECTED] Subject: RE: RE: RE: file upload servlet Using the oreilly package, you would do the following on the form submit page:

AGAIN: Tomcat Authentication doesn't seem to work at all!

2001-04-20 Thread Posta Winsome
Hi all. It seems that the only web application Tomcat authentication works with is ADMIN (shipped with release 3.2.1) I had to migrate my own web application under that context (i.e. copy the directory structure) to make it work! But I REALLY REALLY don't like this!!! Can anyone help me to

RE: ISAPIredirect.dll under NT server

2001-04-20 Thread Sydney Frederick-Osborne
do you have a green arrow pointing up (in the IIS isapi filter setup)? One problem that stumped me for hours what that, in the registry, I had typed isapi_redirector.dll instead of isapi_redirect. I notice in your subject line you don't have an underscore between isapi and redirect. good luck

NT Authentication

2001-04-20 Thread Ratnakar Palle
Has anyone implemented NT Authentication using JNI before?? Any pointers would be of great help! Thanks in advance, -Ratnakar

Solaris Performance Problem

2001-04-20 Thread Douglas E. Hornig
I have run into a strance performance problem with Tomcat that I am at a loss to figure out. In a nutshell, when I run Tomcat (version 3.2.1, standalone) on a Solaris Sparc server and hit it with a Windows client, the minimum response time is is abount 0.2 seconds. This is for a simple

Configure Apache to work with Tomcat - mod_jk.conf-auto?

2001-04-20 Thread Lian, Xiaobu (Alice) (Xiaobu (Alice))
Hi, My problem with building mod_jk.so on hp-ux has been solved with the big help from Mike Braden. Many thanks to Mike again! Now I have a general question: How do I configure apache to work with tomcat? I have this question because after I included mod_jk.conf-auto in httpd.conf, and I

Help with classpath issues

2001-04-20 Thread John Gentilin
I am trying to dynamic load classes and load configuration files via my class path. I know at runtime I can only use what's in my system classpath and that my ./classes and ./lib are only visible to Tomcat and not the servlet. For development, I have fudged my system classpath but this will

Re: Servlet Friendly ISP's

2001-04-20 Thread sayguney
There is a list at http://www.servlets.com/isps/ that looks pretty complete. Hope this helps. At 01:08 PM 4/19/01 -0700, John Gentilin wrote: I asked this question before but I lost the response. Is there a site that list the ISP's that are Servlet friendly especially using Tomcat ??

RE: file upload servlet

2001-04-20 Thread Robert Stehwien
Is there an example somewhere for a servlet that allows for uploading and processing a file. Check out http://www.servlets.com/cos/. There is a package that helps you with multipart posts and has some nice documentation and samples. Scenario: client (browser side) has edited a file with

RE: Help with classpath issues

2001-04-20 Thread Filip Hanik
Thread.currentThread().getContextClassLoader() will give you the current class loader, this one points to WEB-INF/classes and WEB-INF/lib everything you need! Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original

load balancing questions

2001-04-20 Thread Kelly Kleinfelder
Is there an lbfactor setting that will redirect all new sessions to another worker? Is there an upper limit to which the lbfactor can be set? With those questions in mind, here is more detail and background for my situation. Here is our setup: Apache 1.3.14 Tomcat 3.2.1 Solaris 7 We

RE: Solaris Performance Problem

2001-04-20 Thread Penberthy, Bill
Another issue that it may be is there is a noticeable difference in speed of response between IE/Netscape and some of the thinner browsers you see on other platforms. Download Opera and try it - it is significantly faster in opening. If there is still a significant difference in response times

extension headers and SSL

2001-04-20 Thread Thad Humphries
Summary: We've got Tomcat 3.2.1 with mod_jk.so working under SSL except for one thing (details below). Any one have any ideas what might be missing? Details: We are developing a J2EE application with Apache 1.3.12 (and above) and Tomcat 3.2.1 on Linux and Solaris. In places the UI relies

RE: HELP WITH MOD_JK !

2001-04-20 Thread Lian, Xiaobu (Alice) (Xiaobu (Alice))
Matias, I just got through the procedure of building mod_jk. So I can share some information with you. I use tomcat 2.3.1 and apache1.3.9 on hp-ux 11.00. I downloaded the source code of tomcat 3.2.1, but could not find the build-unix.sh script mentioned in the mod_jk-howto guide. So I

RE: Solaris Performance Problem

2001-04-20 Thread Wong, Connie
I have a same kind of experience on Solaris performance. I run Tomcat 3.2.1 standalone on Solaris 8. My servlet also returns some static data. When I hit my servlet with IE, it took 137.5ms and Netscape took 327.5ms to complete. I did not understand what was happening. I posted this kind of

servlet unavailable

2001-04-20 Thread huy . nguyen
Hi everyone, I am currently running Tomcat 4.0 on Win2K. I just wrote a servlet name ReplaceWebdavServlet.java to handle the request/response for my tasks. It did compile and put this file in a jar and then copy this file over to tomcat/server/lib. I then went to the web.xml from WEB-INF

mod_jk??

2001-04-20 Thread Ngu Nguyen
I just finished compiling the mod_jk.so. Now I am having troubles running it with apache. I am getting the following message: Syntax error on line 60 of /usr/local/tomcat/conf/mod_jk.conf-auto: Invalid command 'Alias', perhaps mis-spelled or defined by a module not included in the server

RE: mod_jk??

2001-04-20 Thread Patil, Anand
In the doc dir of your apache installation dir. you would have a README file. That file says where you need to put the generated mod_jk.so file. So that apache can pick it up when it starts. Anand -Original Message- From: Ngu Nguyen [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 20,

where to put my own servlet in tomcat-apache? How to configure?

2001-04-20 Thread Xiaofeng Chen
Hello, all: I have tomcat and apache work now. But I don't know how to configure tomcat or apache to load my servlets from a specific directory. Would someone drop me a hint or an example configuration file. Thanks a lot -Xiaofeng ChenSoftware Development

Re: where to put my own servlet in tomcat-apache? How to configure?

2001-04-20 Thread Tim O'Neil
At 04:02 PM 4/20/2001 -0500, you wrote: Hello, all: I have tomcat and apache work now. But I don't know how to configure tomcat or apache to load my servlets from a specific directory. Would someone drop me a hint or an example configuration file. Thanks a lot This is like the number one

javadt with tomcat?

2001-04-20 Thread Larry Meadors
Is it possible to use something like javadt to debug running servlets on a remote machine running tomcat? If so, how? Larry

Re: Solaris Performance Problem

2001-04-20 Thread John Gentilin
You might want to try and write a simple servlet that loops through and prints out all the HTTP headers. I know the different browsers send different information, probably not enough to cause the difference in speed but it may shed some light. Also I am assuming you are doing the test from the

Re: where to put my own servlet in tomcat-apache? How to configure?

2001-04-20 Thread Xiaofeng Chen
Is it true that you have to make your servlets in a .war file and configure the .war file through server.xml for tomcat to load your servlets? Thanks for your help. - Original Message - From: "Xiaofeng Chen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 4:02 PM

Help with Servlet Configuration Files, where to put them

2001-04-20 Thread John Gentilin
Is there any standard on how to implement configuration files. I have an issue with site specific information. If I package the file with my WAR file and load it from the classpath, I have a catch 22 situation. If I drop the war file in, I can't edit the site specific configuration until the app

  1   2   >