session invalidate does not work

2001-03-12 Thread Bartsch Axel
Hi, I use TOMCAT 3.2 I tried to invalidate a session by calling HttpSession session.invalidate() The session is not really invalidated. If the user clicks he does not get the same sessionId (with request.getSession(false)) as before the invalidtae() call: but he gets a session with another

Re: Tomcat as a stand alone

2001-03-12 Thread Dennis Daniels
tomcat runs on port 8080 if that helps... though frankly your question is a bit difficult to follow dgd Original Message Follows From: "Zakaria ." [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat as a stand alone Date: Sat, 10 Mar 2001 18:51:39 -0500

RE: JDBC Realm Problems; Probably server.xml related...

2001-03-12 Thread Ignacio J. Ortega
It seems a message from PostGres JDBC Driver, saying that it needs user and password to connect to DB.. add the following to your requestinterceptor line ( using the appropiate name pass for you DB installation ) connectionName="name" connectionPassword="password" You will end with something

RE: JDBC Realm Problems; Probably server.xml related...

2001-03-12 Thread Ignacio J. Ortega
looks like jdbcrealm is not tip-top finished - it's malfunctioning all the time. Thanks for you help... but JDBCRealm works for a bunch of other people ( me too ).. Your help will be highly appreciatted to help out in "tip-top" finish it.. TIA Saludos , Ignacio J. Ortega

ODP: JDBC Realm Problems; Probably server.xml related...

2001-03-12 Thread Herchel Wojciech
and does not work for bunch of others... vVolf -Oryginalna wiadomooe- Od: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Wysano: 12 marca 2001 09:53 Do: '[EMAIL PROTECTED]' Temat: RE: JDBC Realm Problems; Probably server.xml related... looks like jdbcrealm is not tip-top

Re: escaping text?? is it non-latin support question?

2001-03-12 Thread Ryan
Actually, I have spotted what was screwing everything up. If I have a double-quotation mark (") in the textarea, then the text will not get processed properly on the server when I do a getParameter("news") I save the result into a String called 'news' and then attempt to insert the result into a

RE: JDBC Realm Problems; Probably server.xml related...

2001-03-12 Thread Ignacio J. Ortega
Well you can: * report a bug in http://nagoya.apache.org/bugzilla * study JDBCRealm and related and send a patch ( trought a bug report I.e. ) to help us solve your problems. * Buy some other container... that resolves your problems.. :) Whichever way you elect to help yourself, will help us

ODP: JDBC Realm Problems; Probably server.xml related...

2001-03-12 Thread Herchel Wojciech
i'm sorry - i did not mean to offend you - my point was only that it is not perfect. i still have a problem with jdbcrealm and it wasn't me who first said that " looks like some of the code [jdbcRealm] in 3.2.1 is never called." anyways, keep up with the good work! :) vVolf -Oryginalna

FREE Biotech Stock Info! 67

2001-03-12 Thread biotechstox99
Title: Do you want to capitalize on the Biotech Revolution Do you want to capitalize on the Biotech Revolution? Would you like to add groundbreaking biotech, pharmaceutical and medical device companies to your portfolio mix? Does hearing about exciting IPO and private placement offerings

Re: Classpath/loader problems internal to tomcat 3.2.1 [Fwd: RMI and Tomcat]

2001-03-12 Thread Gerard BORREILL
Hello, Thank you very much David Wall and Andrew Gilbert for your answer. Well I would really like that the way how class loading should work in Tomcat, works this way. I am using 3.2.1. I am using Jeremie that is a RMI like protocol over IIOP, and so implicitely the RMIClassLoader (it has

Re: Tomcat security.

2001-03-12 Thread Sam Newman
Do you mean encrypt the information the user enters in the jsp, ie encrypting the info sent from client desktop to web server? In which case, SSL is the best bet, although I don't think this is what you mean :-) We have a system wehereby a servlet has to send information to a (potentially) remote

Re: Tomcat context problem

2001-03-12 Thread H.F.N. den Boer
OK, thanks. The principles are clear to me now. In my case the second option is preferred, I'll test it. Regards, Nico Hi :-) with jakarta-tomcat-4.0-b1(standalone, JDK1.3, wint40), from several emails IMHO ^_^, it is not right, I think it should be: - if you want to use

Tomcat 3.2 CPU utilisation

2001-03-12 Thread D I Macdonald
Hi there. I notice a few people have claimed to see high cpu utilisations when using tomcat on NT. I have been using tomcat 3.2 on Solaris 7 (Ultra 5). The configuration is pretty much out of the box, except for turning on https support and changing default http port to 80. The load on the

Re: SSL and US encryption law

2001-03-12 Thread Sam Newman
My understanding is that the embargo on 128bit encryption has been lifted, exception that they can't be sent to embargoed countries (see the standard java license for a list). It all became moot when developers in europe starting selling their own 128bit encryption products.. sam - Original

Re: Classpath

2001-03-12 Thread H.F.N. den Boer
Hi, I've been struggling with about the same things... Steps I took: 1) Make a new servlet context in your server.xml. Something like; Context path="/imsapps" docBase="c:/jakarta-tomcat/webapps/imsapps" crossContext="true"

Re: classpath

2001-03-12 Thread H.F.N. den Boer
Oeps, forgot something... In my example 1) application specific libs (.jar) are in; c:/jakarta-tomcat/webapps/imsapps/lib 2) application specific classes are in; c:/jakarta-tomcat/webapps/imsapps/classes 3) general libs (.jar) are in; c:/jakarta-tomcat/lib Nico

RE: SSL and US encryption law

2001-03-12 Thread Alistair Hopkins
The other source of potential confusion is over patents and RSA authentication: this is a totally separate issue. I believe RSA (the company) have voluntarily relaxed their US patent on RSA (the algwhatever) a few months earlier than they had to. This is what cause those weird non-commuting

Coupling IIS - Tomcat

2001-03-12 Thread Albert Schreuder
Dear reader, I tried to couple IIS with Tomcat. For so far I know, I followed all the instructions described in the document "Tomcat IIS How To". Only I have one problem, in the document is pointed out that when the ISAPI filter is installed, I should get an uppointing green arrow. All I

Re: wmlc

2001-03-12 Thread Graham Stark
On Sat, 10 Mar 2001, RameshBabu R Muthuvel wrote: Hi Graham I am trying to run WAP application (tomcat-apache on windows NT) using phone simulators. I get a 404 error. I am looking for: 1)can you send some details on configuring tomcat for serving WML decks As far as I can see (and

how to get authentication error page?

2001-03-12 Thread Ingo Luetkebohle
Hi, I'm using container-based authentication and I can't figure out how to return a meaningfull error-page when authentication fails. The error-page is always empty (no content after the headers are sent). It looks as if my servlet's doGet method is never called. I tried to define error-pages

Format of log files

2001-03-12 Thread Jenõ Fórizs
Hi! I'd like to ask if there is any possibilities to change the format of the log entries. Now it is set to log the event, but not the datetime event. I need all of imformations (I mean what happened and when happened). Any idea how to change it? Thanks, Jeno

Re: Classpath

2001-03-12 Thread Brett W . McCoy
On 2001.03.12 02:27 Jeff Finley wrote: I receive the following errors: javax.servlet.ServletException: Cannot create bean of class Joe Here is the source for the jsp: html jsp:useBean id='joe' scope='session' class='Joe'/ head /head /body /html Your bean needs to have the

RE: Logout of telnet session - tomcat stops

2001-03-12 Thread Samson, Lyndon [IT]
You can use the nohup command to ensure processes continue after logoff. -Original Message- From: Gary Lawson [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 11:42 AM To: [EMAIL PROTECTED] Subject: Logout of telnet session - tomcat stops Hello I want to be able to control

Re: Logout of telnet session - tomcat stops

2001-03-12 Thread Brett W . McCoy
On 2001.03.12 06:41 Gary Lawson wrote: I want to be able to control tomcat on a remote (Solaris) machine by telnet from a PC. It starts fine but when I close the telnet session, tomcat stops. More detail: 1. Log in as gary. 2. su root (it runs on port 80) 3. start tomcat (runs fine)

RE: Logout of telnet session - tomcat stops

2001-03-12 Thread Alistair Hopkins
nohup ./tomcat.sh start;tail -f nohup.out -Original Message- From: Gary Lawson [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 11:42 AM To: [EMAIL PROTECTED] Subject: Logout of telnet session - tomcat stops Hello I want to be able to control tomcat on a remote (Solaris)

Internal Server Error

2001-03-12 Thread Luis Filipe C. Azevedo
Hi, I'll try to run JSP on a Win98/Apache 1.3/Tomcat 3.2.1/JSDK2/JDK1.3 implementation and returns a page with a "Internal Server Error" page. I looked the LOGFILE that includes a line with ... connect() failed errno = 61 ... Error connecting to the Tomcat process. The

mod_jk compile errors

2001-03-12 Thread Ed Osborne
When I run . apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c I get . ld cannot open ../jk/jk_worker.o: No such file or directory apxs:Break: Command failed with rc=65536 Does anyone have the mod_jk.so binary for Solaris Sparc 2.6??

RE: Logout of telnet session - tomcat stops

2001-03-12 Thread Gary Lawson
Thank you all for prompt responses. "nohup" worked. Thanks Gary -Original Message- From: Alistair Hopkins [mailto:[EMAIL PROTECTED]] Sent: 12 March 2001 11:46 To: [EMAIL PROTECTED] Subject: RE: Logout of telnet session - tomcat stops nohup ./tomcat.sh start;tail -f nohup.out

Immediate reponse from servlet

2001-03-12 Thread Zsolt Koppany
Hi, my application can upload a long file and I would like to give the user some feedback. For this purpose I use the response.flushBuffer() and that works fine for netscape. When I do the same with IE I get the responses only after a long delay thus the user does not know what's going on. I

Help with Apache-Tomcat configuration

2001-03-12 Thread Martin Mauri
Hi! I'm trying to configure Apache with Tomcat using mod_jk as the adapter, and then I write it in the httpd.conf but when I install the mod_jk.so and start Apache, I get the following error: API module structure 'jk_module' in file /etc/httpd/modules/mod_jk.so is garbled - perhaps this is not

Re: executing a servlet.

2001-03-12 Thread Arnaud Vandyck
[EMAIL PROTECTED] wrote: lets say that I make a servelet and put it in this directory-C:\windows\desktop\TOMCAT\webapps\examples\servlets\TEST.html Excuse me, but what kind of file are you putting there? If you are writing a servlet, it's a .java file. You have to compile it to get a

Re: problems with conf

2001-03-12 Thread Robert Keddie
wordpad Robert Keddieweb developmentMarion County, FL [EMAIL PROTECTED] 03/10/01 06:41PM when I open it with notepad it gets all mushed and ugly, very incoherent. Is there any other editor that can open it.-To

Re: where are my System.println results?

2001-03-12 Thread Arnaud Vandyck
Milt Epstein wrote: On Fri, 9 Mar 2001, Jose Euclides da Silva Junior - DIGR.O wrote: -BEGIN PGP SIGNED MESSAGE- Hi. I would like to know where the results of the println(method) are stored(or logged)? I'm using UNIX, and it looks like System.out and System.err are

RE: problems with conf

2001-03-12 Thread Alistair Hopkins
http://www.textpad.com does unix text file formats -Original Message- From: Robert Keddie [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 1:20 PM To: [EMAIL PROTECTED] Subject: Re: problems with conf wordpad Robert Keddie web development Marion County, FL [EMAIL PROTECTED]

Re: problems with conf

2001-03-12 Thread Kenneth Westelinck
Try textpad (www.textpad.com) From: "Robert Keddie" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problems with conf Date: Mon, 12 Mar 2001 08:20:07 -0500 wordpad Robert Keddie web development Marion County, FL [EMAIL PROTECTED] 03/10/01 06:41PM when I

Re: Help with Apache-Tomcat configuration

2001-03-12 Thread Gerard BORREILL
Hum, Well I do not remember exactly the error message, but I remember that if you do not compile Apache to support DSO an error like this one may occur: Apache does not recognize the module as an apache module. So the solution is to compile Apache with DSO support. I hope this helps, Grard

RE: Logout of telnet session - tomcat stops

2001-03-12 Thread Wouter Boers
Hi Gary, You need to start it from the init.d. Below is a script we use to do the trick. I connect through ssh, change user to root and then run the script: /etc/init.d/tomcat start the stop argument will do the obvious of course. root@www1:/# cat /etc/init.d/tomcat #! /bin/sh case "$1" in

RE: Help with Apache-Tomcat configuration

2001-03-12 Thread John Towell
The 'garbled' message indicates problems in the mod_jk.so build. See: [EMAIL PROTECTED]; For instructions on rebuilding mod_jk or use mod_jk-howto that comes with Tomcat source... good luck -Original Message- From: Gerard BORREILL To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL

Re: where are my System.println results?

2001-03-12 Thread Milt Epstein
On Mon, 12 Mar 2001, Arnaud Vandyck wrote: Milt Epstein wrote: On Fri, 9 Mar 2001, Jose Euclides da Silva Junior - DIGR.O wrote: -BEGIN PGP SIGNED MESSAGE- Hi. I would like to know where the results of the println(method) are stored(or logged)? I'm using

Ctx( ): IOException in: R( + /tomcat-power.gif + null) socket write error

2001-03-12 Thread Tarek gh
Hello, I am running tomcat 3.2 on NT. While trying to access http://localhost/index.html I get the following errors: 2000-12-12 09:27:41 - Ctx( ): IOException in: R( + /index.html + null) socket write error (code=10053) 2000-12-12 09:27:41 - Ctx( ): IOException in: R( + /tomcat- power.gif +

Re: Tomcat 3.2 CPU utilisation

2001-03-12 Thread DONNIE HALE
Read the 3.2.1 release notes doc (http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/readme) and see if the 6.11 issue in there applies to your configuration. Donnie [EMAIL PROTECTED] 03/12/01 05:26AM Hi there. I notice a few people have claimed to see high cpu utilisations when

Re: tomcat-iis-howto.html

2001-03-12 Thread Christian Rauh
Is this on the docs? Christian Marc Saegesser wrote: When tomcat starts it creates a file in tomcat/conf called iis_redirect.reg-auto that has all the right registry entries with the correct paths based on the current config files. For example the full path to the log file, the full

Re: Ctx( ): IOException in: R( + /tomcat-power.gif + null) socket write error

2001-03-12 Thread Andrew Robson
Hi, I think this is an error which has been discussed a number of times on the list. To the best of my recollection problem stems from IE's caching behaviour. You have two choices 1) Ignore it - as you say page loads fine 2) Do something to prevent IE caching the resources however recollection

Re: plain text login

2001-03-12 Thread Christian Rauh
If you check the Servlet Specs, it explains the default authentication mechanism used. It does everything you guys are coding. Christian Rauh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Re: Tomcat 3.2 CPU utilisation

2001-03-12 Thread D I Macdonald
Very much obliged. That looks like a definite possibility. Regards D I Macdonald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Tomcat Administration Tools

2001-03-12 Thread Christian Rauh
Thomas Klein wrote: But I'm still not comfortable with the way it works... I understand the role name must have the same value as the context path, is that right ? No. This is set by the security constraint on the web.xml file in the webapp web-inf direcotry. In the admin case, this is the

What does this message mean

2001-03-12 Thread Kemp Randy-W18971
I have two simple Tomcat questions: 1. What does the message IllegalArguementException: UnKnown arguement mean in the context below? (in general) 2. If I run Apache with Tomcat, and place my static pages in Apache htdocs, where do the JSP and Java servlets get placed by default in Tomcat?

Encrypting password

2001-03-12 Thread Sam Newman
Am I right in saying the only method for encrypting user entered data (e.g from client desktopn browser to web server) is SSL? sam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Encrypting password

2001-03-12 Thread Samson, Lyndon [IT]
You could write a custom applet, which could use any encryption algorithm you prefer. -Original Message- From: Sam Newman [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 2:35 PM To: [EMAIL PROTECTED] Subject: Encrypting password Am I right in saying the only method for

servlets and configuration

2001-03-12 Thread Georges Boutros
hi, i'm using Apache webserver with tomcat . i have jsp pages and servlets. my jsp pages are in tomcat/webapps/examples/jsp/mypages/ my servlets are in tomcat/webapps/examples/WEB-INF/classes my jsp pages works fine and my servlets works fine too but the only problem is that i can't access my

Tomcat 3.2.1 IIS 5.0

2001-03-12 Thread Klaus . Honus
I'm trying to working with TOMCAT 3.2.1 and Internet Information Server 5.0 . I have two JSP-pages. If I put them into the directory e:/jakarta-tomcat-3.2.1/webapps/examples and I call them from my browser everything works. BUT I would like to put my JSP-pages into a virtual directory in IIS

RE: Ctx( ): IOException in: R( + /tomcat-power.gif + null) socket write error

2001-03-12 Thread Randy Layman
Below is what I believe is the proper explanation. Every time this question comes up, I post a message with similar content and no one has sent me any messages indicating that I am wrong. The reason this occurs from two different facts: 1. In today's Net congested

RE: Encrypting password

2001-03-12 Thread GOMEZ Henri
You could also use a little javascript to send password coded with md5 and verify in servlet the password for this user via md5 is equal to the password string you received : ie: http://pajhome.org.uk/crypt/md5/index.html -Original Message- From: Samson, Lyndon [IT] [mailto:[EMAIL

RE: Encrypting password

2001-03-12 Thread DONNIE HALE
The problem with this approach is that, without a challenge-response, having the MD5 digest of the password is as good as having the password. Donnie [EMAIL PROTECTED] 03/12/01 10:05AM You could also use a little javascript to send password coded with md5 and verify in servlet the password

RE: Encrypting password

2001-03-12 Thread romain
On Mon, 12 Mar 2001, Samson, Lyndon [IT] wrote: You could write a custom applet, which could use any encryption algorithm you prefer. -Original Message- From: Sam Newman [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 2:35 PM To: [EMAIL PROTECTED] Subject: Encrypting

RequestDispatcher.include

2001-03-12 Thread Joel Cordonnier
Hi! I'm a new user of Tomcat 3.2 . When in my code, i use requestDispatcher.include(servletrequest,servletResponse) this throw an ServletException !? why ??? the explanation ?? Thanks Joel ___ Do You Yahoo!? -- Pour dialoguer en

RequestDispatcher.include, ServletException

2001-03-12 Thread Joel Cordonnier
Hi! I'm a new user of Tomcat 3.2 . When in my code, i use requestDispatcher.include(servletrequest,servletResponse) this throw an ServletException !? why ??? the explanation ?? Thanks Joel ___ Do You Yahoo!? -- Pour dialoguer en

Re: servlets and configuration

2001-03-12 Thread Sam Newman
From: Georges Boutros [EMAIL PROTECTED] To: Tomcat (E-mail) [EMAIL PROTECTED] Sent: Monday, March 12, 2001 2:44 PM Subject: servlets and configuration snip my jsp pages works fine and my servlets works fine too but the only problem is that i can't access my servlets directly as

RE: Encrypting password

2001-03-12 Thread GOMEZ Henri
The problem with this approach is that, without a challenge-response, having the MD5 digest of the password is as good as having the password. What is the challenge-response ? The MD5/SHA1 digest is good over secure line. 1) Store in DB or LDAP only the MD5 digest of user password 2) Use SSL

RE: Encrypting password

2001-03-12 Thread Samson, Lyndon [IT]
Courier a disk :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 3:09 PM To: '[EMAIL PROTECTED]' Subject: RE: Encrypting password On Mon, 12 Mar 2001, Samson, Lyndon [IT] wrote: You could write a custom applet, which could use

RE: Encrypting password

2001-03-12 Thread Byung Jin Chun
JMHO, but I think the point is if you have ssl available, why send a digest, and if you don't, then you are sending the md5 digest in the clear where it can be sniffed. Jin -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 10:18 AM To:

Re: ADMIN HELP TO UNREGISTER

2001-03-12 Thread Dipankar Sinha
I am trying last couple of weeks to get unregisteredplease help - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 06, 2001 11:16 AM Subject: Re: ADMIN HELP TO UNREGISTER I also need to be unregistered On Tue, 6 Mar 2001 10:39:48 -0500,

Parser.jar now in classpath, so what is causing this error

2001-03-12 Thread Kemp Randy-W18971
My Parser.jar in now in classpath, so what is causing this error? See log and classpath settings Error: 500 Location: /examples/jsp/dates/date.jsp Internal Servlet Error: javax.servlet.ServletException: org/xml/sax/EntityResolver at

Re: executing a servlet.

2001-03-12 Thread JeremyRayYoo
First thing I am using Tomcat as standalone. So do I type : localhost:8080/examples/Tester as a url to envoke it If I write a servlet lets call it Tester and I put it in: C:\windows\desktop\TOMCAT\webapps\examples\Tester.java as servlet. Do I have to compile it first so that it goes

Re: Tomcat 3.2.1 IIS 5.0

2001-03-12 Thread H.F.N. den Boer
You should add a new context in server.xml and check/modify web.xml. Nico [EMAIL PROTECTED] wrote: I'm trying to working with TOMCAT 3.2.1 and Internet Information Server 5.0 .. I have two JSP-pages. If I put them into the directory e:/jakarta-tomcat-3.2.1/webapps/examples and I call

Re: Encrypting password

2001-03-12 Thread Sam Newman
Currently the login is handled by a servlet (actually an RMI client) which cimmunicates with a remote database to get the info. I just don't want to send the users password unencrypted over the web. I'm really looking to avoid using SSL if possible. We want to avoid having to get certificates, as

Building Apache and Tomcat in HPUX and AIX

2001-03-12 Thread Thomas Apsel
Is it possible to build and run the apache and tomcat on the operating systems HPUX and AIX? On which platforms does the apache/tomcat run? Thomas Thomas Apsel

please unregister me

2001-03-12 Thread Manmeet Anand
__ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Encrypting password

2001-03-12 Thread DONNIE HALE
Exactly the point! I didn't see SSL mentioned in the prior discussions, so I assumed that it was just a digest of the password over http. Answering the question "what is the 'challenge-response'", that is the standard technique used to ensure that every digest/encryption of a shared secret key

Re: ADMIN HELP TO UNREGISTER

2001-03-12 Thread Bryce Fischer
Have you looked at the bottom of all emails: To unsubscribe, e-mail: [EMAIL PROTECTED] I am trying last couple of weeks to get unregisteredplease help - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 06, 2001 11:16 AM Subject: Re:

PageContextImpl.handlePageException

2001-03-12 Thread Joel Cordonnier
Hi! I'm a new user of Tomcat 3.2 . When in my code, i use requestDispatcher.include(servletrequest,servletResponse) this throw an ServletException !? why ??? the explanation ?? And at the top of the stack Trace i have: javax.servlet.ServletException at

RE: Encrypting password

2001-03-12 Thread Joe Laffey
On Mon, 12 Mar 2001, DONNIE HALE wrote: The problem with this approach is that, without a challenge-response, having the MD5 digest of the password is as good as having the password. Donnie [EMAIL PROTECTED] 03/12/01 10:05AM You could also use a little javascript to send password coded

RE: Encrypting password

2001-03-12 Thread Joe Laffey
On Mon, 12 Mar 2001, GOMEZ Henri wrote: The problem with this approach is that, without a challenge-response, having the MD5 digest of the password is as good as having the password. What is the challenge-response ? The MD5/SHA1 digest is good over secure line. 1) Store in DB or LDAP

RE: Encrypting password

2001-03-12 Thread Alistair Hopkins
if the app is accessed through a single URL and loadbalanced / proxied, you still only need the one SSL cert: it's the URL, not the IP address, that counts. -Original Message- From: Sam Newman [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 3:39 PM To: [EMAIL PROTECTED] Subject:

RE: Encrypting password

2001-03-12 Thread Joe Laffey
On Mon, 12 Mar 2001, Byung Jin Chun wrote: JMHO, but I think the point is if you have ssl available, why send a digest, and if you don't, then you are sending the md5 digest in the clear where it can be sniffed. This is why you use the challenge-reposne. The server gives a challenge (like

servicing .jsp's

2001-03-12 Thread QUASIM MAHROOF
Hi, I was wondering if you could help me, I have an apache server and tomcat 3.1 running on my linux machine,all the .jsp files for the default server on port 80 are being processed by tomcat and they all go to /usr/local/jakarta-tomcat/webapps/ROOT, I have setup another virtual server on

RE: Classpath/loader problems internal to tomcat 3.2.1 [Fwd: RMI and Tomcat]

2001-03-12 Thread Andrew Gilbert
Gerard, Not sure if you saw the exchange between David and Craig McClanahan on Sunday. Craig provided a lot of helpful information on class loading. David had a clever work around for at least one of the issues likely to be encountered, basically hooking the appropriate javax.* class to use a

RE: Problem with Tomcat 3.1 and JDK 1.2.2...

2001-03-12 Thread Joel Cordonnier
Hi! I have the same error, so what's the problem ? Thanks Joel --- Randy Layman [EMAIL PROTECTED] a crit: Without seeing your page this is just a guess, but I would say that you are trying to reference one of the indexes of Value without first checking if its null. (i.e.

installing version 4

2001-03-12 Thread dave Cheseldine
Hi Just joined the list. I'm attempting to install milestone build: Tomcat 4.0 beta 1 I have simply uncompressed this file, set JAVA_HOME and TOMCAT_HOME and then run startup.sh which produces the following messages: Guessing CATALINA_HOME from catalina.sh to ./.. Setting CATALINA_HOME to

RE: Problem with Tomcat 3.1 and JDK 1.2.2...

2001-03-12 Thread Randy Layman
Could you post your page source? The problem is, alomost 100% guarenteed, in your code and not the Tomcat features. Randy -Original Message- From: Joel Cordonnier [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 11:01 AM To: [EMAIL PROTECTED] Subject: RE:

Re: Encrypting password

2001-03-12 Thread Richard Seymour
If you are using SSL then why even bother hashing the password? The one reason I can think of hashing a password even if you have SSL is because then the password stored on the server must also be hashed to be useful. It is better to *not* store passwrods on the server in plain text, since if

RE: How to configure tomcat to us xalan and xerces

2001-03-12 Thread tnist
Scott, Thanks, the problem was that I still had the crimison.jar file on my system, a document FAQ with xalan/xerces and JDK 1.3. It just was not is a spot that I thought would have caused a problem. I removed, as per the FAQ and all is working. Again thanks for the reply. Regard, Todd G.

HELP! -- UNSUBSCRIBE -- lxu@rims.com (or lxx@rims.com)

2001-03-12 Thread Xu, Lifeng
My email system changed my address. So I am having problem to unsubscribe myself. Please help to remove me from the list. My current address on the list is [EMAIL PROTECTED] (or [EMAIL PROTECTED]), and my new address with our mailing system is [EMAIL PROTECTED] Thanks Lifeng

Maximum length HTTP Request

2001-03-12 Thread Arendsen, Alef
Hi all, I'm doing an HTTP request on a Servlet running in Tomcat 3.2.1 and I'm encountering problems with the length. It's a POST request using parameters after the URL. Problem is, when the request exceeds 2 Kilobyte, Tomcat won't receive it!!! At least the HttpRequest doesn't finish so it

Re: Parser.jar now in classpath, so what is causing this error

2001-03-12 Thread Paolo Barolat-Romana
Here is the definition of the java.lang.NoClassDefFoundError class: Thrown if the Java Virtual Machine or a classloader tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class

RE: Mod_jk error (worker.ajp12.host=localhost)

2001-03-12 Thread greyson . smith
My localhost was ill-defined in the hosts file. When I pinged localhost, I didn't get the correct address, so I fixed it, and the problem stopped. I found the solution in the archives, and the person who lead me to the problem used the ip of the machine rather than localhost, and that fixed

license for Tomcat

2001-03-12 Thread Sharon Moshkovitz
hello I'm a product manager at a software development company called orsus solutions. We would like to give the installation files of Tomact 3.2.1 with our product's installation, so the user will install Tomcat as is webserver. I would like to know if there is a license we need from you, or if

RE: Encrypting password

2001-03-12 Thread Rob Tanner
There are some things missing here. What we are really talking about is a digest authentication scheme like that which is used in the HTTP/1.1 specification (RFC2617). But since (I presume) we are talking about form based authentication, a number of pieces of RFC 2617 don't apply. Let's

NCSA Combined log format. Tomcat limitations?

2001-03-12 Thread Francisco M. Marzoa Alonso
Ok, the scenario: Who m I? I've no idea about Tomcat, my first contact with it has been an hour ago. I've been LiNUX user for several years and I know how Java servlets serves works, so I think I'm an average system administrator. I've been application programmer for several years also, so

Tomcat 3.2.1 and IIS 5.0

2001-03-12 Thread Klaus . Honus
I'm trying to working with TOMCAT 3.2.1 and Internet Information Server 5.0 . I have two JSP-pages. If I put them into the directory e:/jakarta-tomcat-3.2.1/webapps/examples and I call them from my browser everything works. BUT I would like to put my JSP-pages into a virtual directory in IIS

RE: Maximum length HTTP Request

2001-03-12 Thread Randy Layman
If you are using parameters after the URL (i.e. page.jsp?param1=...param2=...) then you are not performing a POST but a GET. According to the HTTP spec, GET requests are limited to 2048 characters (not sure why, but they are). POST requests, on the other hand, are not limited.

RE: license for Tomcat

2001-03-12 Thread Darrell Porter
I think this just about covers your questions... /* * The Apache Software License, Version 1.1 * * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and

RE: license for Tomcat

2001-03-12 Thread Randy Layman
In your root Tomcat directory (i.e. jakarta-tomcat-3.2.1) there is a file called license. Please read it (I'll wait). Now that you have read it, you shouldn't have any questions. If you do here is how I understand the license (as a non-lawyer): If you distribute Tomcat as part of

Re: Classpath/loader problems internal to tomcat 3.2.1 [Fwd: RMI and Tomcat]

2001-03-12 Thread David Wall
Is anyone using several .jar files in WEB-INF/lib ? This does appear to work just fine. The problem is what we've been discussing the past few days. Suppose RMIClassLoader does not use the right class loader? (I do not think at all this is the bug). How can I get a reference to the right

RE: Tomcat as NT Service Error!!

2001-03-12 Thread Balcom, Mimi
I am having the same problem. Does any one have an answer for it? Thanks. -Original Message- From: Serra Giovanni [mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001 5:44 AM To: '[EMAIL PROTECTED]' Subject: Tomcat as NT Service Error!! Hi all, I am trying to set up Tomcat as

Re[2]: Tomcat as NT Service Error!!

2001-03-12 Thread Andrey Myatlyuk
Hello Mimi, I just compited the same operation on two machins. Everything works OK. What messages do you get in DOS window after BM 2. jk_nt_service -i service_name wrapper.properties (after modified it) command? Do you have Tomcat as standalone application now? Andrey. Monday, March 12,

Re[2]: Tomcat as NT Service Error!!

2001-03-12 Thread Andrey Myatlyuk
Hello Mimi, Also you need to define full path to the wrapper.properties file. jk_nt_service -i service_name c:\my_files\wrapper.properties -- Best regards, Andreymailto:[EMAIL PROTECTED] - To

RE: Tomcat as NT Service Error!!

2001-03-12 Thread Ian Groff
Title: RE: Tomcat as NT Service Error!! Check your tomcat_home and java_home settings in wrapper.properties -Original Message- From: Balcom, Mimi [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 12:02 PM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat as NT Service Error!! I

Tomcat 3.1 and iPlanet 4.1 Integration

2001-03-12 Thread John Nelson
I am running iPlanet 4.1 on Solaris 2.8. I need to use the Tomcat servlet engine instead of the native iPlanet servlet engine. Is there documentation that explains how to route Servlet/JSP requests to Tomcat instead of iPlanet? Thanks John Nelson

Beans with Tomcat 3.2.1

2001-03-12 Thread Rick Palmer
Please help, Have installed Tomcat 3.2.1 successfully on W2K and all examples work fine. JSPs and servlets that we create also are hunky dory. The problem - beans do not work for me. I reference the bean in the JSP in the usual way (have tried it with and without the import): %@ page import =

  1   2   >