some tuning ...

2002-01-28 Thread Julien OIX
hi, I'm using Tomcat 4.0.1-1, Apache 1.3.22 under RedHat Linux 7.1 here's my problem: my website can be accessed by a front-office or a back-office, but this is the same webapp ... I'd like the two parts can be reached either by mysite.mydomain.fr (path_to_webapp/index.jsp)

Re: mod_jk & mod_rewrite

2002-01-28 Thread Bernd Koecke
Hi Harri, I had a similar problem. I added the flags [PT,L] and the right ordering in the httpd.conf solved it for me. The L-flag stops the processing of mod_rewrite. May be it is also necessary if you have only one rewrite rule, if there are default rules. I didn't try it without the PT-flag.

病毒警告: To Sender virus found and action taken.

2002-01-28 Thread huangzh
HI, Someone use my mailbox and send a mail with attach ,this attach have viru inside ,please delete it as soon as you receive it ,do not open it! Sorry for this . 你好: 有人用我的邮箱发送了一个带毒的附件,请你收到后立刻删除,给你带来的不便,请你原谅。 - Original Message - From: <[EMAIL PROTECTED]> To:

Re: Errors using warp connector

2002-01-28 Thread Julien OIX
Donald Lee a écrit : > > Hello, I am trying to get the mod_webapp configured and have really been > goofing it up bigtime. right now tomcat is inaccessible even when I place > the :8080 after the server name. > Has anybody seen this kind of error before? I am thinking I need to look up > the so

file extension download

2002-01-28 Thread Paul Wallace
Hello, How do I configure, if possible, for the TOMCAT server to prompt the download of certain file types? E.g when I access a file through Apache: http://www.mydomain/myfile.cab through port 8080, I am prompted to download the cab file. Where as using the Tomcat server and HTTP port 80, I a

Job situation in the US

2002-01-28 Thread Lauer, Oliver
Hi all, I admit this forum isn't quite suitable for those postings (saying sorry to all who are annoyed reading that) but I believe as well a lot of experts are listening who can answer this question maybe: Is it still a bloodbath in the US concerning Java Jobs or is the situation improving ?

RE: About mod_webapp and php...

2002-01-28 Thread Anton Brazhnyk
Hi, > -Original Message- > From: Romain Bertucelli [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 28, 2002 1:47 PM > To: Tomcat Users List > Subject: About mod_webapp and php... > > > Dear all, > > I have just read the explanation of Craig R. McClanahan about the way > mod_warp wor

Re: Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-28 Thread Michael Kastner
Thomas, thank you very much for your reply. I think you are right.. In the meantime I used the zipped version of the binaries a shot, which gives me more controll over the installation process anyway. On the production machine I can't do a reboot currently. Sincerely Michael Kastner - Ori

Re: Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-28 Thread Tom Bednarz
Michael, It seems very likely that your environment variables exceed the maximum allowed bytes. I am not sure but I think it is 4 or 8 KB. Since changing the environment variables (such as path, classpath etc) requires a reboot for system variables, many software vendors do not properly uninst

RE: TOMCAT 4.0.1 and Cookies / URL Rewriting

2002-01-28 Thread Tom Bednarz
Hi Mike, At 28.01.2002 11:05, you wrote: >No, that's not exactly correct. Tomcat performs URL rewriting in its default >configuration. So sessions are not 'only' possible if cookies are enabled. > >As a first line of defense, your JSP/servlets should be using the encodeURL >or encodeRedirectURL m

new photos from my party!

2002-01-28 Thread tomcat-user-return-9053-archive=jab . org
Hello! My party... It was absolutely amazing! I have attached my web page with new photos! If you can please make color prints of my photos. Thanks! begin 666 www.myparty.yahoo.com M35J0``,$__\``+@`0``` M@`X?N@X`M`G-(;@!3,TA5&AIP$`

Re: HTTP port

2002-01-28 Thread Teemu Hiltunen
On Tue, 29 Jan 2002, Paul Wallace wrote: > Hello, > A question possibly more appropriate for the FAQ archives, but I've > exhausted them, as well as myself. > I have successfully setup Apache / Tomcat 4.0. I have 2 questions. I would > like Tomcat to use HTTP port 80. At - > http://jakarta.ap

Wrapping Java server apps into servlets under Tomcat

2002-01-28 Thread Teemu Hiltunen
Greetings! As I have read the J2EE specifications I have found out that Web Applications should only consist of static web content, jsps, servlets and such, but is there any point to wrap my Java server application into a servlet that starts up the server, maybe monitors its state, shuts it down

Re: for servlets only [tomcat] vs [apache + tomcat]

2002-01-28 Thread Teemu Hiltunen
On Mon, 28 Jan 2002, Murat Bicer wrote: > I just want to serve servlets, I dont have any static web content. > Performance wise can tomcat serve http requests as good as apache. Or should > I frontend tomcat with an apache server. > > Anybody involved in such decisions ? > > Thanks > Murat > > I

Re: Problems Running TOMCAT

2002-01-28 Thread Teemu Hiltunen
On Mon, 28 Jan 2002, Rafael wrote: > Hi, now JAVA is working (I installed v1.4 and had no problems) but the port > 8080 (according to the server.xml file) is not accepting any connections.. I > tried to access http://localhost:8080 and it was unable to connect.. then, > when I tried to shutdown t

HTTP port

2002-01-28 Thread Paul Wallace
Hello, A question possibly more appropriate for the FAQ archives, but I've exhausted them, as well as myself. I have successfully setup Apache / Tomcat 4.0. I have 2 questions. I would like Tomcat to use HTTP port 80. At - http://jakarta.apache.org/tomcat/tomcat-4.0-doc/RUNNING.txt I am told t

PORT 80 tomcat/Apache??

2002-01-28 Thread Brett O'Malley
Is it possible for me to run tomcat and apache both on the same port of 80? tomcat 4.0.1 apache 1.3.22 latest JDK mysql all is setup properly - just need to put tomcat on port 80 also for internal reasons any help and suggestions would be appreciated.. Thanks guys! -- To unsubscribe:

Servlet cannot read properties file

2002-01-28 Thread Rajesh Joshi
Hi, My servlet is unable to read my properties file. 1. I am running Apache Tomcat/4.0.1. 2. I have added the following lines on server.xml file 3. My class files and the .properties files are under d:/TestServlet/WEB-INF/classes 4. Other jsp files are under d:

Sessions Timeout

2002-01-28 Thread Jason Webber
I have written an standalone application that is using servlets to login to the application and to get different data from a database behind a firewall. I want to limit the password and username from going over the net more often than necessary ( I use a MD5 hash of the password to get it accross

Here's how you check the JAVA_HOME env variable. (Was :Re: Solution to sun/tools/javac/Main - Problem and some Critique about classpath)

2002-01-28 Thread Sriram N
--- Michael Kastner <[EMAIL PROTECTED]> wrote: > Siram, > > thank you very much for your reply. I think I wasn't specific enough. To put > my critique in a nutshell: if I set JAVA_HOME in the environment, there > oughtn't be a need to copy tools.jar in a /lib directory of tomcat. > Of course. T

Re: How to use ssi for servlet

2002-01-28 Thread asif ali
Hi RS, Well thanks for your reply. But I am wondering that my JBuilder which run tomcat for web, is responding well for the tag. asif ali --- [EMAIL PROTECTED] wrote: > > The tag was never a part of the > servlet specification. > If I'm not mistaken it was supported by the Java > webserv

Problems with mod_webapp

2002-01-28 Thread Erik Lotspeich
I have successfully compiled Jakarta Tomcat 4 and gotten it up and running. My problem is with mod_webapp. I've compiled mod_webapp with debugging flags. After fixing the Makefile which fails to link against the pthread library properly, I receive the following output when trying to start Apach

for servlets only [tomcat] vs [apache + tomcat]

2002-01-28 Thread Murat Bicer
I just want to serve servlets, I dont have any static web content. Performance wise can tomcat serve http requests as good as apache. Or should I frontend tomcat with an apache server. Anybody involved in such decisions ? Thanks Murat -- To unsubscribe: For additio

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

2002-01-28 Thread Brian Adams
yep, wich I could help but I don't have MS Visual Studio. CAN SOMEONE HELP PLEASE? (not shouting just getting attention) :) We need mod_webapp.so for Windows and it has to be newer than the download we can already get. Has someone built it from CVS? Thanks for the help folks, B good luck denni

RE: SSL and certificates, AGAIN

2002-01-28 Thread David Heggie
I have a couple of sites using Thawte SSL certs on Tomcat 4.0.1. These steps have been discussed a week or so ago. keytool -genkey -alias tomcat -keyalg RSA keytool -certreq -alias tomcat -file my.csr make sure the Thawte root CA cert in you keystore or cacerts file as a trusted certificate. e.

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

2002-01-28 Thread Dennis . Johnson
bigb, I tried TC 4.0.2-b2, but the same thing happened. Looks like I could use an already-built mod_webapp.c (or whatever else I might need for this version, if someone could provide it), as I'm not up to doing that yet. Thanks. Dennis -Original Message- From: Dennis.Johnson [mailto:[

RE: SSL and certificates, AGAIN

2002-01-28 Thread Brian Adams
I hae not done this yet, but I want to learn. Can we try and keep it on the list? I am a few weeks before I get a signed cert (www.geotrust.com cheaper I think) so please keep me in the loop. All I have learned so far is self-signed certs. Thanks, B -Original Message- From: Richard S.

SSL and certificates, AGAIN

2002-01-28 Thread Richard S. Huntrods
Greetings! Three quick question to all who have SSL working with signed certificates (not just self-signed): 1. What provider did you use? Verisign, Entrust, Thawte, etc? 2. Has anyone gotten signed certificates working with Thawte certification? 3. Would you be willing to discuss this by pers

RE: Errors using warp connector

2002-01-28 Thread Brian Adams
looks like Tomcat is trying to use a port already in use so it dies. then Warp connector comes up and can not connect to taomcat. get tomcat on the port first and working then bring up apache after that. B -Original Message- From: Donald Lee [mailto:[EMAIL PROTECTED]] Sent: Monday, Januar

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

2002-01-28 Thread Dennis . Johnson
Thanks. Will get right on it... -Original Message- From: bigb [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 6:30 PM To: tomcat-user Subject: RE: Ap 1.3.22+TC 4.0.1+NT4+webapp=Hangs loading graphics try just tomcat 4.0.2-2b (does not matter zip exe) by its self and see if i

Errors using warp connector

2002-01-28 Thread Donald Lee
Hello, I am trying to get the mod_webapp configured and have really been goofing it up bigtime. right now tomcat is inaccessible even when I place the :8080 after the server name. Has anybody seen this kind of error before? I am thinking I need to look up the source and recompile but I want

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

2002-01-28 Thread Brian Adams
try just tomcat 4.0.2-2b (does not matter zip exe) by its self and see if it fixes it. I am not sure if it is the warp.jar or if the bug was in mod_webapp.so. I would try the new tomcat alone and see. if not you'll have to download the mod_webapp.c and build it or ask some one to give you theirs.

Re: tomcat4.0 manager function under( apache+tomcat4.0)

2002-01-28 Thread Rafael
Can you set VIRTUAL HOSTS for that?? I've installed the same patch you did and all hosts I try to access using the port 8080 shows me the same page... How can I set it to virtualHosts?? And can I run it on port 80 WITH APACHE (NORMAL)? Thank you!!! - Original Message - From: "yi wang"

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

2002-01-28 Thread Dennis . Johnson
bigb, Thanks for the reply. Just to clarify... You're suggesting that I install Tomcat 4.0.2-2b from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2-b2/bin/, correct? If so, is there a preference between the exe and zip? Also, I noticed that there's no /bin/win32 with a mod

Can't access jsp

2002-01-28 Thread Michael Burke
I've deployed my web app as suggested in the tomcat docs with the example build.xml file. I'm trying to access a jsp page through a servlet. When I type the url to get me to my opening jsp I'm getting a message saying my jsp page is not available. The error page give me: Apache Tomcat/4.0.1 - HTT

Re: Securing access to pages

2002-01-28 Thread Wyn Easton
Put this at the begining of your doPost() or doGet(): HttpSession session = req.getSession(false); // check if session expired or new. if (session == null || session.isNew()) { //redirect here return; } --- Gerry Duhig <[EMAIL PROTECTED]> wrote: > This is an

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

2002-01-28 Thread Brian Adams
bug in Warp connector. If you need to use webapp then maybe download 4.0.2b and try that. I know folks checked it out of cvs a month ago and it worked. good luck, B -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 7:56 PM To: [EMAIL

Ap 1.3.22+TC 4.0.1+NT4+webapp=Hangs loading graphics

2002-01-28 Thread Dennis . Johnson
Running the following: - NT 4 Server - Apache 1.3.22 + Tomcat 4.0.1 using mod_webapp - Both Apache and Tomcat starting as NT services - Both Apache and Tomcat work great independently Two issues: (1) Have to Restart Apache after bootup: - Apache won't recognize Tomcat's area (e.g., /examples/) un

RE: mm.mysql driver

2002-01-28 Thread Paul DuBois
At 14:12 +1300 1/29/02, Gareth Cronin wrote: >Better to put the jar or put a link to the jar in the WEB-INF/lib directory >for your web app, that way you won't forget the dependancies when packaging >and deploying, and you won't clutter up your library search paths with stuff >unnecessary to other

Re: mm.mysql driver

2002-01-28 Thread Karthikeyan.K.V
Put the mm.mysql*.jar file in the classpath of the machine running tomcat. Karthik - Original Message - From: "Stephen Clarke" <[EMAIL PROTECTED]> To: "tomcat" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 6:41 PM Subject: mm.mysql driver > Can anyone help me set up the MySQL dri

RE: mm.mysql driver

2002-01-28 Thread Gareth Cronin
Better to put the jar or put a link to the jar in the WEB-INF/lib directory for your web app, that way you won't forget the dependancies when packaging and deploying, and you won't clutter up your library search paths with stuff unnecessary to other apps. > -Original Message- > From: Galb

Re: mm.mysql driver

2002-01-28 Thread Galbayar
copy jar files into $JAVA_HOME/jre/lib/ext directory or put jar files into $CLASSPATH variable - Original Message - From: "Stephen Clarke" <[EMAIL PROTECTED]> To: "tomcat" <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 08:41 Subject: mm.mysql driver > Can anyone help me set up the

com.oreilly packages

2002-01-28 Thread Lars Nielsen Lind
Hi. Anyone that have installed: Tomcat 4.0.1 Apache 1.3.22 mod_webapp that have been able to sucessfully use the com.oreilly packages for uploading files with JSP/Servlets (also MultiParts)? Is it possible to receive a copy of that code? Best regards, Lars Nielsen Lind -- To unsubscribe:

test

2002-01-28 Thread yi wang
__ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com -- To unsubscribe: For additional commands: Troubles with the list:

mm.mysql driver

2002-01-28 Thread Stephen Clarke
Can anyone help me set up the MySQL drivers for Java. I have it working in stand alone programs. But in Tomcat I get error message org.gjt.mm.mysql.Driver which is supposed to be the name of the driver. Grateful for any assistance. Thanks. -- To unsubscribe: For

tomcat4.0 manager function under( apache+tomcat4.0)

2002-01-28 Thread yi wang
I combine tomcat4.0 + apache1.3.12 successfully, and testing the warp connector well. However, I find there are some issues with manager function. 1) http://path/to/tomcat:8080/manager/stop?path=/foo OK-- foo stopped however, when I type: http://path/to/tomcat/foo/hello.jsp i still can load

Problems Running TOMCAT

2002-01-28 Thread Rafael
Hi, now JAVA is working (I installed v1.4 and had no problems) but the port 8080 (according to the server.xml file) is not accepting any connections.. I tried to access http://localhost:8080 and it was unable to connect.. then, when I tried to shutdown the service, look what I got: root@omega:~/j

Re: OT: URL Rewrite and Tag Libs

2002-01-28 Thread Craig R. McClanahan
On Mon, 28 Jan 2002, pixel wrote: > Date: Mon, 28 Jan 2002 15:20:22 -0500 > From: pixel <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: OT: URL Rewrite and Tag Libs > > After reading the last post on URL rewriting, I started > thinking...

sending an e-mail

2002-01-28 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: javax.mail.NoSuchProviderExce

SuSE 7.2 Security and Tomcat

2002-01-28 Thread Timlin, Bob
Well I have Tomcat installed on my SuSE 7.2 Linux and it works just great accessing it from my LAN, however some people cannot access it from the internet, though some can. I have tested this out myself and cannot access it from several places. I believe this has to do with Security issues that

Socket write error

2002-01-28 Thread Xie, David (IPCG-NJ)
Hi all, I am trying to generate PDF from xml-xsl using Fop0.20.1 running from Jakarta-Tomcat-4.0. So far, the program works fine with few users requests. However, when I test the application with more than 10 users, many jobs fail. The error message I kept on getting is "java.net.socketExce

Re: INSTALLING TOMCAT - PART II

2002-01-28 Thread David Hewlett
Hi, Had the same problem. Does not seem to effect everyone though... It is strange that no one appears to know why. But the solution which always apparently works is to go for j2sdk1.4 - it did for me and others. I wish you every luck. On Monday 28 January 2002 2:10 pm, you wrote: > Okey.. > >

RE: LifecycleException

2002-01-28 Thread Bill Saur
Thanks Ralph Einfeldt - your post was helpful. So after I run the command I get a table that displays the following relevant information: Protocol: TCP Local Address: billsaur:1651 Foreign Address: billsaur:8005 State: TIME_WAIT The port 8005 is the Tomcat default shutdown port and it is occupi

RE: Unpack WARs

2002-01-28 Thread Lasse Hillerøe Petersen
>Hi, > >I'm no professional user of tomcat, but i had the same problem in TC401. >I had to unpack the war manually in the webapp-dir. It seemed to me to >be a simple bug in tomcat, and was (almost) confirmed as the "bug" was >fixed in TC402b2. I had the same problem today. I reinstalled an applic

Re: WEB-INF/lib/SilverRuntime.jar

2002-01-28 Thread Christopher Cobb
I have long ago mentally surpressed the difference between .zips and .jars so your solution didn't even occur to me. Thanks! cc Greg Trasuk wrote: > Hi all: > > From your command line '$ jar tf SilverRuntime.zip | grep > com/sssw/rt/util/AgiUserLogin' it looks like your 'jar' file is a

Re: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
The platform in RedHat 6.2 gcc 2.91 Intel hardware also tried it on Mandrake 8 and it didn't work. same result. On Mon, 2002-01-28 at 14:39, David Smith wrote: > What's the platform. I've had good luck building it on a Mandrake 8 box. > Some others appear to have problems stemming from which c

Re: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread David Smith
What's the platform. I've had good luck building it on a Mandrake 8 box. Some others appear to have problems stemming from which compiler and whether specific libraries were present. I can't recall all the specifics, but I'm sure if the list archives go back far enough you can find them. Al

RE: WEB-INF/lib/SilverRuntime.jar

2002-01-28 Thread Greg Trasuk
Hi all: From your command line '$ jar tf SilverRuntime.zip | grep com/sssw/rt/util/AgiUserLogin' it looks like your 'jar' file is actually named '.zip'. As I understand it, the servlet spec requires jar files to be '.jar' and Tomcat enforces this requirement. In all likelihood, you'll g

OT: URL Rewrite and Tag Libs

2002-01-28 Thread pixel
After reading the last post on URL rewriting, I started thinking.[look out!] What if there was a JSP tag library that mirrors the subset of HTML tags which support the href attribute and performs URL rewriting on the href? Each JSP tag would create it's corresponding HTML tag by calling r

RE: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
On recompiling webapp(warp connector) got the following error msg: make[1]: Entering directory `/shr/development/tomcat-warp' make[1]: Entering directory "lib" make[1]: Invoking "make build" make[2]: Entering directory `/shr/development/tomcat-warp/lib' make[2]: Generating "pr_warp_defs.h" fro

mod_jk & mod_rewrite

2002-01-28 Thread Harri Varpanen
Hi Folks, Is it possible to somehow rewrite an URL internally to a JkMounted location? I tried this in httpd.conf: JkMount /myapp/* ajp12 RewriteEngine on RewriteRule ^/$ /myapp/main/ without any success (404). Putting [R] after the rewrite rule works, but I want that users see only the roo

About mod_webapp and php

2002-01-28 Thread Romain Bertucelli
Dear all, I have just read the explanation of Craig R. McClanahan about the way mod_warp works. (mod_webapp and php) The following part of the README seems to indicate that the mod_webapp will change * Currently, mod_webapp forwards *all* requests under the specified context path to Tomcat

Re: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
I would greatly appreciate either that or the directory I need to compile and jar up...I have checked out the latest version of tomcat 4.0 from cvs. Thanks J Sears On Mon, 2002-01-28 at 13:31, David Rault wrote: > i got the same problem two or three weeks ago > > the problem is a (corrected) bug

Re: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread David Rault
i got the same problem two or three weeks ago the problem is a (corrected) bug in the mod_webapp java classes the bugged class is org.apache.catalina.connector.warp.WarpRequestHandler i think the cvs contains a correct one (you just need to compile the java part) and replace the /server/lib/warp.

RE: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
This is our entire server.xml file which has no reference to the ajp12 or 13 worker. Any other suggestions? J Sears

RE: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
Forgive my ignorance but what is Ajp13/12 and how do I find out which one I have and replace it with the correct (functional) one? On Mon, 2002-01-28 at 12:52, Brandon Cruz wrote: > Ajp13 bug with multipart has been fixed a long time ago hasn't it? > > > > -Original Message- > From: Bri

RE: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread Brian Adams
no, just recompile the new warp connector and place it into the directory. -Original Message- From: J S (l) [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 12:49 PM To: Tomcat Users List Subject: RE: com.oreilly.servlet.MultipartRequest IO Error Thanks for your quick response.

RE: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread Brandon Cruz
Ajp13 bug with multipart has been fixed a long time ago hasn't it? -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 12:46 PM To: 'Tomcat Users List' Subject: RE: com.oreilly.servlet.MultipartRequest IO Error http://www.mail-archive.com/tom

Re: WEB-INF/lib/SilverRuntime.jar

2002-01-28 Thread Christopher Cobb
I should have mentioned that my environment is: tc 4.0.2-b2 jdk1.4.0-rc win2k cc Christopher Cobb wrote: > I have just started using Tomcat 4 for the first time (have used Tomcat 3.x for > a while) and I see that startup.sh does not access the user's CLASSPATH. I > think that's gre

RE: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
Thanks for your quick response. I just have one more question...would I have to completely recompile tomcat to recompile the WARP connector or not? J Sears On Mon, 2002-01-28 at 12:41, Brian Adams wrote: > I saw it in the past 6 weeks come across the list and I believe it is in the > Warp connec

RE: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread Brian Adams
http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg06327.html here is one problem. -Original Message- From: J S (l) [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 12:39 PM To: Tomcat Users List Subject: com.oreilly.servlet.MultipartRequest IO Error Please, anyone

WEB-INF/lib/SilverRuntime.jar

2002-01-28 Thread Christopher Cobb
I have just started using Tomcat 4 for the first time (have used Tomcat 3.x for a while) and I see that startup.sh does not access the user's CLASSPATH. I think that's great! CLASSPATH dependencies can get unwieldy. I have placed the file SilverRuntime.jar in my webapp's WEB-INF/lib directory.

RE: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread Brian Adams
I saw it in the past 6 weeks come across the list and I believe it is in the Warp connector. hte guy was saying that the file did not end or start with (can't remember which) FF. Maybe download from the CVS and build yourself... I'm sure someone else will have better memory. goodluck, B -O

com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
Please, anyone with information regarding the following error, either post a reply or email me asap. We are attempting to allow users to upload image files via form on our jsp site. We get the following error upon trying to parse the posted data: java.io.IOException: unexpected end of part We

AW: LifecycleException

2002-01-28 Thread Ralph Einfeldt
Netstat is part of your operation system. (At least Windows, Linux and Unix have it) Open a command shell (Dos prompt) and enter the command. > -Ursprüngliche Nachricht- > Von: Bill Saur [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 28. Januar 2002 19:29 > An: [EMAIL PROTECTED] > Betr

RE: LifecycleException

2002-01-28 Thread Bill Saur
Oliver and Anton, I understand the concept of what you are saying but I am in need of practical details. I have checked the server.xml file and the ports shown there are the Tomcat defaults - 8005 for shutdown, and 8080 for the HTTP port. How do I go about checking further? I am not familiar wi

Re: Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-28 Thread Michael Kastner
Michael, I never use spaces to keep as much similar environments on linux and on windows. Thanks for the hint. Sincerely Michael Kastner - Original Message - From: "Michael Reeves" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 7:11 PM

Re: Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-28 Thread Michael Kastner
Brian, I'll check on that. Thanks for the hint. Sincerely Michael Kastner - Original Message - From: "Mike Curwen" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 7:12 PM Subject: RE: Binary Dist. tomcat 4.01 Win32 can't find jdk on instal

Re: Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-28 Thread Michael Kastner
Anja, first thing I checked was that. Thanks for the hint, but that's set properly. Sincerely Michael Kastner - Original Message - From: "Anja Falkner" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 8:09 PM Subject: Re: Binary Dist. tomc

RE: Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-28 Thread Mike Curwen
It sounds like this might be related to your other javac/Main problem. If Tomcat can't find tools.jar, and the install program can't find your 'jdk' (tools.jar)... maybe a registry inspection is in order. -Original Message- From: Michael Kastner [mailto:[EMAIL PROTECTED]] Sent: Monday,

Re: Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-28 Thread Micael Padraig Og mac Grene
Michael From your other posts, it sounds as if you have an error in your JAVA_HOME classpath? Micael At 06:46 PM 1/28/02 +0100, you wrote: >Why would this happen? > >When I try to install jakarta-tomcat-4_0_1.exe on my server I receive this >error message: > >"Couldn't find a Java Development

RE: Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-28 Thread Michael Reeves
Also beware of any spaces that might be introduced into the directory path structure. Once I eliminated the spaces in folder names, that seemed to help. Sincerely, Michael L. Reeves (c)¿(c)¬ -Original Message- From: Michael Kastner [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2

Re: Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-28 Thread Anja Falkner
Hello Michael, are you sure, that you have added the java-bin directory to your PATH-variable? Anja -- To unsubscribe: For additional commands: Troubles with the list:

Re: Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-28 Thread Michael Kastner
Brian, thank you very much for the explanation. I'll rather go with the zipped version version then. Sincerely Michael Kastner - Original Message - From: "Brian Adams" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 6:55 PM Subject: RE:

RE: Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-28 Thread Brian Adams
search through this archive. this is a known problem with Windoz. There is a registry edit that has to be made... I just downloaded the source and installed that. I would search for: Couldn't find a Java Development Kit good luck, B -Original Message- From: Michael Kastner [mailto:[EM

Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-28 Thread Michael Kastner
Why would this happen? When I try to install jakarta-tomcat-4_0_1.exe on my server I receive this error message: "Couldn't find a Java Development Kit installed on this computer. Please download on from http://java.sun.com"; This is strange, because there is a jdk installed (how else could JRun

Re: Solution to sun/tools/javac/Main - Problem and some Critique about classpath

2002-01-28 Thread Michael Kastner
Craig, thank you very much for your reply. And I apologize if my posting "sounded" a bit drastic. If I hadn't checked the system settings about six trillion times and if I hadn't checked whether the JDK contains /lib/tools.jar, permissions etc. I wouldn't have written this posting. I agree, my p

Re: problem with shutting down

2002-01-28 Thread Remy Maucherat
add and edit users on the fly). Initially, we were writing out the > tomcat-users.xml file with a character encoding setting, but this causes > all sorts of grief so it's been removed. To work around your problem: > > * Get a more recent nightly build (such as 20020128) > > *

Re: problem with shutting down

2002-01-28 Thread Craig R. McClanahan
sers on the fly). Initially, we were writing out the tomcat-users.xml file with a character encoding setting, but this causes all sorts of grief so it's been removed. To work around your problem: * Get a more recent nightly build (such as 20020128) * Use a text editor to modify your "

Re: Solution to sun/tools/javac/Main - Problem and some Critiqueabout classpath

2002-01-28 Thread Craig R. McClanahan
On Mon, 28 Jan 2002, Michael Kastner wrote: > Date: Mon, 28 Jan 2002 07:59:04 +0100 > From: Michael Kastner <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Solution to sun/tools/javac/Main - Problem and some Critiq

RE: TOMCAT 4.0.1 and Cookies / URL Rewriting

2002-01-28 Thread Justin Rowles
> Is it correct, that session tracking with TOMCAT is only possible if > Cookies are allowed in the browser. Or is there any configuration > possibility to use URL rewriting if a browser has cookies disabled? You can use URL rewriting, but it will also require that your HTML server (Apache?) be

RE: TOMCAT 4.0.1 and Cookies / URL Rewriting

2002-01-28 Thread Mike Curwen
No, that's not exactly correct. Tomcat performs URL rewriting in its default configuration. So sessions are not 'only' possible if cookies are enabled. As a first line of defense, your JSP/servlets should be using the encodeURL or encodeRedirectURL methods to ensure that any user that has cookies

Réf. : RE: Struts framwork

2002-01-28 Thread joseph . vallot
to read war contents, use jar, winzip, or other 'jar-aware' tools... -- Joseph This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not

AW: TOMCAT 4.0.1 and Cookies / URL Rewriting

2002-01-28 Thread Ralph Einfeldt
It's enabled by default, if you use response.encodeUrl() to create your URL's. There is no automagic encoder. (I doubt that such a beast will ever exist, because this is a non trivial performance consuming task.) > -Ursprüngliche Nachricht- > Von: Tom Bednarz [mailto:[EMAIL PROTECTED]]

RE: Struts framwork

2002-01-28 Thread sumit . rajan
you can extract them using winzip if you are working on windows environment. or you may also extract it from the command prompt using the following commad jar xf .war execute this command inside the folder where the file is kept. Sumit. -Original Message- From: Henry Lu [mailto:[EMAIL PR

TOMCAT 4.0.1 and Cookies / URL Rewriting

2002-01-28 Thread Tom Bednarz
Hi, Is it correct, that session tracking with TOMCAT is only possible if Cookies are allowed in the browser. Or is there any configuration possibility to use URL rewriting if a browser has cookies disabled? Thanks, Thomas -- To unsubscribe: For additional comman

RE: Struts framwork

2002-01-28 Thread Henry Lu
Thanks a lot! >>> [EMAIL PROTECTED] 01/28/02 11:45AM >>> use jar or a zip decompressor. -Original Message- From: Henry Lu [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 10:47 AM To: [EMAIL PROTECTED] Subject: RE: Struts framwork Amo, do you know how to decode .war file? I

RE: Struts framwork

2002-01-28 Thread Zemen, Franz
use jar or a zip decompressor. -Original Message- From: Henry Lu [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 10:47 AM To: [EMAIL PROTECTED] Subject: RE: Struts framwork Amo, do you know how to decode .war file? I downloaded some samples of struts application and thay are a

RE: Struts framwork

2002-01-28 Thread Henry Lu
Amo, do you know how to decode .war file? I downloaded some samples of struts application and thay are all in .war file. How do I extract files from these .war file? Thanks, Henry >>> [EMAIL PROTECTED] 01/28/02 08:50AM >>> you can also see : http://www.husted.com/struts/ I'm also using it suc

Re: Help with Alias in Tomcat 4.0.2

2002-01-28 Thread Patrick Roumanoff
> > > > debug="0" crossContext="false" reloadable="true" /> > As far as I can understand, the syntax for aliasing is www.site1.com wap.site1.com see documentation: http://jakarta.apache.org/tomcat/tomcat-4.0

  1   2   >