ODP: Format of log files - Again

2001-03-13 Thread Herchel Wojciech
from server.xml: " Timestamps: By default, logs print a timestamp in the form "-MM-dd hh:mm:ss" in front of each message. To disable timestamps completely, set 'timestamp="no"'. To use the raw msec-since-epoch, which is more efficient, set

Tomcat 3.2.1 IIS 5.0

2001-03-13 Thread Klaus . Honus
Hello I'm trying to work 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

How to configure mod_jk.conf-auto

2001-03-13 Thread Jörg Petschat
Hallo, Where can i configure the mod_jk.conf-auto. Tomcat use only ajp12 in the mod_jk.conf-auto ? Can someone help ? J R G P E T S C H A T -- Systemadministrator -- - To

Re: Encrypting password

2001-03-13 Thread Sam Newman
Joe Wrote: If you are using SSL then why even bother hashing the password? I think the original poster said he/she could not use SSL (but I may be mistaken). Well, we want to avoid SSL if possible. Certificates for the servers aren't that cheap, and we could potentially have quite a few

Re: Encrypting password

2001-03-13 Thread Sam Newman
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. The situation we are in is where users connect to a server, which is our customers servers. Each customer server would still have to

Re: Encrypting password

2001-03-13 Thread Francisco M. Marzoa Alonso
On Tuesday 13 March 2001 09:59, Sam Newman wrote: Joe Wrote: If you are using SSL then why even bother hashing the password? I think the original poster said he/she could not use SSL (but I may be mistaken). Well, we want to avoid SSL if possible. Certificates for the servers aren't

Re: Encrypting password

2001-03-13 Thread Sam Newman
As far as whether to do MD5 or SHA, it really depends on the ease of computing those hashes at the browser. There are javascript MD5 algorithms available on the web, but I'm not aware of any SHA (you can always write you're own). You could also do it inside an applet, but if you're not

Re: Stuck Combining Servlets and JavaScript

2001-03-13 Thread Oleg L. Sverdlov
- Original Message - Frank, I can think of conventional techniques: 1) add new Javascript section: script language="javascript" src="/servlet/generatearray"/script generatearray.class must produce MIME type for Javascript. 2) if the main file is HTML, try to use SHTML:

Re: How to configure mod_jk.conf-auto

2001-03-13 Thread Christopher Albert
Jrg Petschat wrote: Hallo, Where can i configure the mod_jk.conf-auto. Tomcat use only ajp12 in the mod_jk.conf-auto ? Can someone help ? J R G P E T S C H A T -- Systemadministrator -- - To unsubscribe, e-mail:

JSP, beans JRUN and TOMCAT 3.2.1 (embedded JBOSS) HELP

2001-03-13 Thread Joel Cordonnier
Hi! I have to port an application that run on JRUN to embedded JOBSS-TOMCAT3.2.1 in my JSP pages i have the following %@page import="de.hyphony.application.ebtf.viewValue.loginPortlet.IVV_vd_login_input"% jsp:useBean id="view" class="IVV_vd_login_input" scope="request"/ ...

AW: Simple SQL Statement.....

2001-03-13 Thread Kurt, Oliver
even it is really OT: you inserted thePrice as a VARCHAR type. maybe it is a NUMBER, but if it a VARCHAR then you have to "update parkingprice set price = '"+thePrice+"'" -Ursprungliche Nachricht- Von: Scott Walter [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 13. Marz 2001 01:37

RE: Encrypting password

2001-03-13 Thread Stefán F. Stefánsson
sorry for butting in but... if your customer server has the same URL name (ie. support.btinternet.com) then it doesn't matter if you have many machines running behind this name, you could simply copy the same certificate to all the servers hence buying only one certificate. but I'd guess from

help for configuring apache

2001-03-13 Thread Muktha
i need a help regarding the configuration of Apache httpd.conf file andloading mod_jk.dll and also the sever.xml of Tomcat.How can i run Tomcat and Apache to check my jsps locallyresponse at the earliest will be appreciatedmuktha

RE: Maximum length HTTP Request

2001-03-13 Thread Arendsen, Alef
Ok, thnx so far, but I'm 100% sure I'm using a post. It's not a form, but I'm using my own socket impl. of the http protocol to make it support timeouts and stuff... here it is, this is what I'm sending through the outputstream of the socket. The GET-requests all get redirected to

Re: Encrypting password

2001-03-13 Thread Sam Newman
- Original Message - From: Stefn F. Stefnsson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 9:53 AM Subject: RE: Encrypting password sorry for butting in but... if your customer server has the same URL name (ie. support.btinternet.com) then it doesn't matter

inetinfo.exe CPU usage

2001-03-13 Thread Chris Fewtrell
Looking back over the archives I see that a couple of people have had similar experiences but I couldn't find any responses that explained what was going on or how to work around it. Apologies if I'm being dumb and missed the replys. I would be very grateful if anyone knows the answers to the

need a lot of help

2001-03-13 Thread Bob Kersten
Hi, After reading several doc's, faq's and other things, I still can't figure it out. I've created a package with JBuilder 3.5 which includes several classes. After compiling this package, I have a directory with the name of my package, which holds files with an .class extension. Where do I put

Re: Encrypting password

2001-03-13 Thread Shailendra
hi to all of you i am trying to write an applet that usaes java security api/java cryptography api so to run that applet in borwser(ie/netscape) they should also assist these api; But at present most of the browser are not suporting these api; so can any body put some light on this issue to make

Re: need a lot of help

2001-03-13 Thread Christopher Albert
Bob, Have you looked at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/appdev/index.html ? Chris Bob Kersten wrote: Hi, After reading several doc's, faq's and other things, I still can't figure it out. I've created a package with JBuilder 3.5 which includes several

Re: Encrypting password

2001-03-13 Thread Sam Newman
do you mean that its the wrong version of java? Without the plugin the browsers should support 1.1.6 java, which I understoof was enough for the java crypto stuff. Is it simply that the relevent jars aren't being downloaded by the applet? sam - Original Message - From: Shailendra [EMAIL

Re: need a lot of help

2001-03-13 Thread Bob Kersten
Hi, CA Have you looked at [..] Yes, I've read those, but that doesn't work. Tomcat still gives me an Class "dbapi.dbHandler not found" error. I've created a JBuilder project in h:\local\browser\WEB-INF and after compilation the 'classes' and 'src' directories are present in this directory.

http proxy as a servlet under Tomcat?

2001-03-13 Thread Marko Asplund
hi i'm planning on implementing a specialized HTTP proxy in Java for testing web applications. i'd like to use existing Java components for receiving and sending the HTTP requests to/from the client and for receiving responses from the server. is it possible to run the

Re: JSP, beans JRUN and TOMCAT 3.2.1 (embedded JBOSS) HELP

2001-03-13 Thread William Brogden
Joel Cordonnier wrote: Hi! I have to port an application that run on JRUN to embedded JOBSS-TOMCAT3.2.1 in my JSP pages i have the following %@page import="de.hyphony.application.ebtf.viewValue.loginPortlet.IVV_vd_login_input"% jsp:useBean id="view" class="IVV_vd_login_input"

Errors on iPlanet Startup (solaris)

2001-03-13 Thread Andrzej Przewiezlikowski
Hello I'm trying to switch tomcat in iplanet. I've already configure it to use nsapi_redirector.so, but when I try to startup the server I get the following error: " https-ic20]: start failed. (2: unknown early startup error) [https-ic20]: conf_init: Error running init function

Off topic: Single login for separate web applications?

2001-03-13 Thread hische
Hi, Sorry for posting this off topic question. I would really appreciate any pointers into the right direction. What I would like to know is what you would need in general to create a single login to different web applications on different web servers (and possibly platforms)? I gues the

Antwort:RE: TOMCAT-IIS 5.0

2001-03-13 Thread Maribel . Rodriguez
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

RE: Error: 500 while compiling a JSP file

2001-03-13 Thread Randy Layman
I don't believe that the Java compilers import the classes from the default package (no package specified) when the class isn't in the default package itself. Tomcat automatically puts all its generated classes into packages as determined by your directory structure so that you can have

Re: How to configure mod_jk.conf-auto

2001-03-13 Thread Martin Mauri
Hi Hallo, Basically, mod_jk.conf-auto is automatically configured by tomcat at startup based on the file system where it's installed and the OS where it's running, primarily, you have to edit the file by hand and add the specific data, as far as I'm concern, Tomcat supports both ajp12 and ajp13

Re: need a lot of help

2001-03-13 Thread Christopher Albert
Bob Kersten wrote: Hi, CA Have you looked at [..] Yes, I've read those, but that doesn't work. Tomcat still gives me an Class "dbapi.dbHandler not found" error. I've created a JBuilder project in h:\local\browser\WEB-INF and after compilation the 'classes' and 'src' directories

RE: Antwort:RE: TOMCAT-IIS 5.0

2001-03-13 Thread Randy Layman
I generally doesn't help you get any answers if you keep posting the same question over and over again. In most cases questions go unanswered because they don't make sense or the poster is not clear enough and no one feels like clarifying it. So, to get you to stop posting the

Re: Encrypting password

2001-03-13 Thread romain
On Tue, 13 Mar 2001, Sam Newman wrote: do you mean that its the wrong version of java? Without the plugin the browsers should support 1.1.6 java, which I understoof was enough for the java crypto stuff. Is it simply that the relevent jars aren't being downloaded by the applet? sam

mod_jk/apache + tomcat 3.2.1 keep connections open after Browser closes

2001-03-13 Thread Mario Oschwald
Hi, we are writing a chat application that uses a continous stream of data via a JspWriter to the browser. To detect if a client closes the connection by killing her Browserwindow we catch the IOexception thrown if a JspWriter.flush() method fails due to a loss of connection. Now this works

response to different user

2001-03-13 Thread Kamesh J
Hai all, I am using tomcat3.2.1 in windows nt4.If two people login to the login.jsp with same username and password to the JSP page ,response to one user go to another user like 1) If user 1 changes the password user 2 in the same lan who also logged in to the system getting the confirmation

JSP's wont load!

2001-03-13 Thread Tony McHugh
I am having a problem running JSP pages within the Apache Tomcat web Server. I cannot get ANY page - even the simplest JSP page to run in Internet Explorer - I get the error message: HTTP 500 - Internal server error Internet Explorer Running 'html' files gives no problems. But as soon as the

Admin, please remove me

2001-03-13 Thread al . motion
Anyone out there with admin privileges? Whoever setup this system should re-evaluate it. There are so many people trying to unsubscribe and all we get back is a message stating that our email address are not on the list yet we keep on receiving messages (on the average 150 a day). I just need to

Re: Optimizing Tomcat

2001-03-13 Thread tomcat-user-return-27309-archive=jab . org
Oops, the page is gone now... It's been a few weeks since I last saw it, but you know the net Anyway, I'm just pasting the recommendations here, which were posted to java-apache-users mailing list last year: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From: "B.

apache-tomcat integration

2001-03-13 Thread john layton
Does anyone have any experience of apache-tomcat integration. scenario: 'out of box' installation of tomcat-3.3-m1.1.noarch.rpm, tomcat-mod-3.2.1-1.i386.rpm Apache-AdvancedExtranetServer/1.3.14 (Linux-Mandrake/2mdk) mod_jk on mandrake 7.2 distribution. (i did not depend on the default config

User Name and Password for Tomcat version 3.2.1

2001-03-13 Thread John Valentine
Have been trying to get into the admin part of "Tomcat" but thefile thatholds a number of username/password pairs, does not work. Please let me know as to what the next step would be. John Valentine

RE: Problem using ant to build a WAR file

2001-03-13 Thread Winters, Jason
You need to have Ant installed on your computer. Make sure that you have ANT_HOME set to the correct location. For more information look at the Ant documentation at http://jakarta.apache.org/ant/manual/index.html Jason -Original Message- From: Vicky Yu [mailto:[EMAIL PROTECTED]]

Re: Encrypting password

2001-03-13 Thread Shailendra
hi can u please put some more light on your line you could however use aba.* or the baltimore packages. and one more thing is it we dont have any plug in type of thing for this kind of job(security api support) shailendra - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

How to enable BASIC authentication using Tomcat?

2001-03-13 Thread Zou Hua
Hi, I want to use the BASIC authentication mechanism provided by tomcat3.2.1, but I failed. In my web.xml file, I have written the following statements: servlet servlet-name initServlet /servlet-name servlet-class

Tomcat and Proxy problems, Repost

2001-03-13 Thread Michael Alten
Hello, I'm a novice user to tomcat 3.2.1 and have a problem with the proxy-settings of a user-domain, which is connected to the internet through a proxy connection. After some time, there appears an error message in the browser which I can't interprete: HTTP/1.0 200 OK Content-Type:

Re: Admin, please remove me

2001-03-13 Thread Brett W. McCoy
On Tue, 13 Mar 2001 [EMAIL PROTECTED] wrote: Anyone out there with admin privileges? Whoever setup this system should re-evaluate it. There are so many people trying to unsubscribe and all we get back is a message stating that our email address are not on the list yet we keep on receiving

isapi_redirect.dll won't load with IIS 5.0, Win 2K and Tomcat 3.2.1

2001-03-13 Thread Albert Schreuder
Dear readers, We have problems loading the isapi_redirect.dll to run Tomcat in combination with IIS. We have followed all the instructions in the How-to document. But it seems like the isapi_redirect.dll is not loading. In the document is stated that een green up-pointing arrow should

Colombo Java mystery -- the case of the unrecognized Parser jar

2001-03-13 Thread Kemp Randy-W18971
Here is a Colombo mystery I am wrestling with, called the case of the unrecognized Parser jar. See if you have any insights. 1. On windows 2000, I get this message when running Resin or Tomcat. Error: 500 Internal Servlet Error: javax.servlet.ServletException: org/xml/sax/EntityResolver 2.

Re: Encrypting password

2001-03-13 Thread romain
On Tue, 13 Mar 2001, Shailendra wrote: hi can u please put some more light on your line you could however use aba.* or the baltimore packages. and one more thing is it we dont have any plug in type of thing for this kind of job(security api support) some companies copied the

Struts nightly build not working on Tomcat 4 nightly build

2001-03-13 Thread Richard Huss
Hi, I'm trying to run struts-example.war (from the Struts nightly build) on the latest Tomcat 4 nightly build; the relevant files I'm using are: * jakarta-struts-20010312.zip * jakarta-tomcat-4.0-20010312.zip Tomcat 4 seems to be happy enough in its own way, but on deploying struts-example.war

Re: Off topic: Single login for separate web applications?

2001-03-13 Thread Sam Newman
Having a central repository of logins/passwords would work from one end = e.g. when connecting to one of your servers, that server communicates with the central repository to veriy the login/password. However, when going to another webapp that webapp needs to know you've been authorised. perhaps

Re: Colombo Java mystery -- the case of the unrecognized Parser jar

2001-03-13 Thread William Brogden
Kemp Randy-W18971 wrote: Here is a Colombo mystery I am wrestling with, called the case of the unrecognized Parser jar. See if you have any insights. 1. On windows 2000, I get this message when running Resin or Tomcat. Error: 500 Internal Servlet Error:

RE: Admin, please remove me -- Same for me too, Please!

2001-03-13 Thread Xu, Lifeng
My mail system changed my email address since I subscribed the list. I think that's why I can't unsubscribe myself. Please help!!! My current address on the list: [EMAIL PROTECTED] (or, [EMAIL PROTECTED]) My new address assigned by our system: [EMAIL PROTECTED] Thank you for your help. Lifeng

Re: Encrypting password

2001-03-13 Thread Joe Laffey
On Tue, 13 Mar 2001, Francisco M. Marzoa Alonso wrote: Well, we want to avoid SSL if possible. Certificates for the servers aren't that cheap, and we could potentially have quite a few servers. As we're a startup company, I don't really want to commit ourselves to get SSL, seeing as

RE: REVERSE the AGING PROCESS 10 - 20 Years!

2001-03-13 Thread Jeff Anderson
fu u dck biting spamming bastard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: March 11, 2001 6:25 PM To: [EMAIL PROTECTED] Subject: REVERSE the AGING PROCESS 10 - 20 Years! HAVE YOU HEARD OF HUMAN GROWTH HORMONE (HGH)??? Released by your own pituitary

select query

2001-03-13 Thread Heijns, P.J.B.
Hi I use interbase and tomcat. I have made a jsp page, where I do a select query on the database. When I query a table with a date object in it, the jsp page generates the following error: "javax.servlet.servletexecption: [interclient] [interbase] Dynamic sql error sql error code = -804 data

Iplanet + Tomcat Again

2001-03-13 Thread Andrzej Przewiezlikowski
Hello I've already solved my last problems with server startup. Now my iPlanet serves static context but when it comes to jsp or servlet pages I get "Document contained no data..." message (netscape). In nsapi.log I found than ajp_12 worker generates "Bad request" response (see

Admin, remove me please!!! -- I just can't do it myself.

2001-03-13 Thread Xu, Lifeng
I have posted this 4 times. So somebody, please help!!! My mail system changed my email address since I subscribed the list. I think that's why I can't unsubscribe myself. Please help!!! My current address on the list: [EMAIL PROTECTED] (or, [EMAIL PROTECTED]) My new address assigned by our

Applet - Servlet Comm (Tomcat)

2001-03-13 Thread Sunil Chandurkar
Hello I have written code for Applet servlet communication i'm using Tomcat as a web server... following is Applet side code which is trying to read object from servlet... once its giving me proper output but during second call to this function for same servlet, hung the browser.

How to unsubscribe

2001-03-13 Thread Wyman_Moe
Hey guys, try emailing your unsubscribe request to the address below and it should take you off the mailing list. Good Luck [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Re: Maximum length HTTP Request

2001-03-13 Thread Bo Xu
"Arendsen, Alef" wrote: Ok, thnx so far, but I'm 100% sure I'm using a post. It's not a form, but I'm using my own socket impl. of the http protocol to make it support timeouts and stuff... here it is, this is what I'm sending through the outputstream of the socket. The GET-requests all

RE: Admin, remove me please!!! -- I just can't do it myself.

2001-03-13 Thread Morahg, Yoav
Read the following excerpt from the mailing program's welcome note to see how to remove an email address other than the one you are sending from. I'm not sure if this will work if you can't get the e-mail the system sends to your old address, but it's worth a try. Good luck, -Yoav

Re: Maximum length HTTP Request

2001-03-13 Thread Kevin Sangeelee
from the above email, I just Guess perhaps there is Also a "real-world Maximum length of POST"(from your email, it is 2048 ?) is it right? I don't think this is the case. A file-upload using multi-part form data uses POST, and the limits have to be imposed by the servlet (or whatever)

Re: Encrypting password

2001-03-13 Thread Tim McNerney
yep - our customers may actually me isp's, and the end users isp's customers. I think long term we will go the SSL route, but for beta use an applet. That said, i feel better about using our 1024 bit encryption for the passwords than 128 bit encryption SSL uses - i don't see 128bit as being

Custom Tags

2001-03-13 Thread Jack Li
Hi all, I am trying to create a custom tag. I got the compile error as following: Package javax.servlet.jsp not found in import Package javax.servlet.jsp.tagext not found in import Where can I have the jsp packages? Thanks, Jack Li [EMAIL PROTECTED]

Cache problem with IE

2001-03-13 Thread Zsolt Koppany
Hi, with the code below I can get netscape not to cache a jsp page but it does not work with Internet-Explorer. Does anybody know why? response.setHeader("Cache-Control", "no-cache"); response.setHeader("Pragma", "no-cache");\ Zsolt -- Zsolt Koppany Intland GmbH www.intland.com

Re: Encrypting password

2001-03-13 Thread Sam Newman
Tim Wrote: If you are using passwords as the key, then it is unlikely that using 1024 vs. 128 bit means a bit of difference. Unless you are requiring that users use a 250 character password. The entropy of 6-10 digit passwords is such that they are the weak point no matter how many bits you

Re: Cache problem with IE

2001-03-13 Thread Joe Laffey
On Tue, 13 Mar 2001, Zsolt Koppany wrote: Hi, with the code below I can get netscape not to cache a jsp page but it does not work with Internet-Explorer. Does anybody know why? response.setHeader("Cache-Control", "no-cache"); response.setHeader("Pragma", "no-cache");\ Mac, or PC? What

RE: Cache problem with IE

2001-03-13 Thread Duncan Irvine
I'm sure someone will jump on this from a great height if I'm wrong, but I seem to recall that the cache settings are for intermediate caches - not the browser. The browser can cache pages as it sees fit - provided that it checks to see if they've been updated, but the cache control settings are

Mandar I have read those documents (help on HTTPS)

2001-03-13 Thread Sunil Chandurkar
I have read them now proble is how to associate one fake certificate with our web server. I have achieved https by configuring server.xml, even i have created one certificate its asking me first time to install that certificate.. once i installed the proper certificate.. ideally he

RE: Custom Tags

2001-03-13 Thread Casey Lucas
You need to include servlet.jar in your classpath. It sould be somewhere under the TOMCAT_HOME/lib directory (depending on what version of tomcat you have.) hth. -Casey -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 10:05 AM To: [EMAIL

RE: Problem using ant to build a WAR file

2001-03-13 Thread Vicky Yu
Thanks Jason! I figured out my problem: I have Tomcat installed under D:\Program Files\. "Program Files" is the problem. Ant not able to find files under "Program Files". Now I can execute build, but still get error message when compiling: "[javac] Modern compiler is not available" Any idea of

AW: Maximum length HTTP Request

2001-03-13 Thread Stefan Busse
Maybe you are using mod_jk with ajp13 ? It was not able to handle file uploads until tomcat 3.2.2b2. I ran into this problem and simply switched to ajp12. *stefan - original message - Von: Arendsen, Alef [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 13. Mrz 2001 11:15 An: '[EMAIL

Re: Cache problem with IE

2001-03-13 Thread Zsolt Koppany
I have the problem under Windows (I don't have Mac). My goal is: when the user just comes back to a (JSP) page I want the page executed again to show up to date information. Joe Laffey wrote: On Tue, 13 Mar 2001, Zsolt Koppany wrote: Hi, with the code below I can get netscape not to

RE: Problem using ant to build a WAR file

2001-03-13 Thread Winters, Jason
I'm not 100% sure, but your problem may be that the wrong version of java.exe is being executed. Try typing "java -version" from a command line and see what version is showing up. JAVA_HOME is used to set your classpath, however, it doesn't seem to be used in the build.bat file to specify the

Re[2]: Off topic: Single login for separate web applications?

2001-03-13 Thread hische
Yes, but than then client would have to identify itself at the second webapp without being challenged for another login. The only way to accomplish this would be a session based cookie I guess, in addition to this centrally stored information. I was hoping for some standard approach/protocol

RE: Custom Tags

2001-03-13 Thread Jack Li
It works. Thank you very much! Jack Li -Original Message- From: Casey Lucas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 11:27 AM To: [EMAIL PROTECTED] Subject: RE: Custom Tags You need to include servlet.jar in your classpath. It sould be somewhere under the

Re: Cache problem with IE

2001-03-13 Thread Roby Gamboa
You could try having the JSP set its modified time to 'now', using a java.util.Calendar object. That should cause the cache on the browser to retrieve an updated copy of the page. I don't recall how to do this in JSP land, but servlets do it by implementing getLastModified(), derived from

Re: Off topic: Single login for separate web applications?

2001-03-13 Thread Roby Gamboa
I'm using JAAS to handle authentication. One of the things that you're able to do is use pluggable authentication under Windows and Solaris (using the Sun implementations) and Linux (with the IBM implementation), or authenticate against a database (which is what I'm doing). The end result of the

Re: Encrypting password

2001-03-13 Thread Roby Gamboa
If you just need a test certificate for experimentation, check with Thawte: theirs are free for application testing, and they don't trigger the client-side 'Add a Certificate' dialog. Once you work out the bugs, try Verisign or RSA for a production certificate. - Roby Sam Newman wrote: Tim

Re: Encrypting password

2001-03-13 Thread Rob Tanner
--On Tuesday, March 13, 2001 10:04:14 AM +0100 "Francisco M. Marzoa Alonso" [EMAIL PROTECTED] wrote: On Tuesday 13 March 2001 09:59, Sam Newman wrote: Joe Wrote: If you are using SSL then why even bother hashing the password? I think the original poster said he/she could not use SSL (but

RE: Cache problem with IE

2001-03-13 Thread Christopher Kirk
To verify Duncans point: Cache-Control on the request is for proxies. Cache-Control on the response is for proxies+browser. (as stated by 'Core Servlets and JSPs by Marty Hall, published by Sun). You could try Cache-Control 'no-store', or 'must-revalidate'.. to see if IE handles them

Re: select query

2001-03-13 Thread Roby Gamboa
What kind of Date object are you using? There's the standard java.util.Date, and then there's java.sql.Date passed into and returned by SQL queries. You may need to convert from one to the other. The best way to do that is by using a java.util.Calendar object. Hope this helps. - Roby "Heijns,

RE: Cache problem with IE

2001-03-13 Thread David Oxley
Is there a proxy in between the server and browser. I have a vague memory your supposed to use "no-store" instead of "no-cache". Someone please correct me if this is false. Dave. [EMAIL PROTECTED] -Original Message- From: Roby Gamboa [mailto:[EMAIL PROTECTED]] Sent: 13 March 2001 16:47

Re[2]: Off topic: Single login for separate web applications?

2001-03-13 Thread hische
Thanks, I will check it out. Wilko Roby Gamboa 13-03-2001 17:52 Please respond to [EMAIL PROTECTED] Sent by: rgamboa To: [EMAIL PROTECTED] cc:(bcc: Wilko Hische/HADV/NL) Subject: Re: Off topic: Single login for separate web applications? I'm using JAAS to handle

Re: Will not see getters and setters

2001-03-13 Thread Jeff Finley
*Duh!* Thank you so much for pointing this out! I looked at it and looked at it and should have known better but of course I was looking for config problems or something much more difficult. Thanks - Original Message - From:Matt Jackson Sent:Tuesday, March 13, 2001 1:02 AM To:[EMAIL

Re: Cache problem with IE

2001-03-13 Thread Zsolt Koppany
No, there is no proxy, everything runs in a simple LAN. David Oxley wrote: Is there a proxy in between the server and browser. I have a vague memory your supposed to use "no-store" instead of "no-cache". Someone please correct me if this is false. Dave. [EMAIL PROTECTED]

Re: Cache problem with IE

2001-03-13 Thread Joe Laffey
On Tue, 13 Mar 2001, Zsolt Koppany wrote: No, there is no proxy, everything runs in a simple LAN. You can also try adding the following at the top of your HTML document: (in the HEAD) META HTTP-EQUIV="Pragma" CONTENT="no-cache" Though I don't know why it wouldn't work from the servlet. Have

Re: Cache problem with IE

2001-03-13 Thread Zsolt Koppany
I have tried 'no-store' and 'must-revalidate' but none of them helped. Christopher Kirk wrote: To verify Duncans point: Cache-Control on the request is for proxies. Cache-Control on the response is for proxies+browser. (as stated by 'Core Servlets and JSPs by Marty Hall, published by

RE: Problem using ant to build a WAR file

2001-03-13 Thread Randy Layman
This problem is usually because you have ant.jar in your JRE's lib/ext directory. This causes problems because of how Ant invokes the JDK. Randy -Original Message- From: Vicky Yu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 11:26 AM To: [EMAIL PROTECTED]

Form based login: protected against password snooping?

2001-03-13 Thread hische
Hi, As far I understand it, when using form based login, login and password are just posted in plain format and are therefore not protected against password snooping. Is that true? And if so, is the only way to use form based login safely, the use of SSL? Or does a sort of mixture between for

RE: Cache problem with IE

2001-03-13 Thread Randy Layman
Just to clarify, if your page is a.jsp, do you mean the users causes some request to the server that ends up going to a.jsp, or do you mean the user uses the back button (or JavaScript history.back method) to view the same page again? If its the second case, then IE is working

RE: Cache problem with IE

2001-03-13 Thread Samson, Lyndon [IT]
You could try outputting this header. META HTTP-EQUIV='Expires' CONTENT='-1' Failing that just tack a random number ( System.currentTimeMillis() ) onto each URL to guarentee uniqueness. - To unsubscribe, e-mail: [EMAIL

RE: Cache problem with IE

2001-03-13 Thread James Carroll
I've had success with the following: META HTTP-EQUIV="Expires" CONTENT="Tues, 01 Jan 1980 00:00:00 GMT" Which looks like this in a servlet: response.setHeader("Expires", "Tues, 01 Jan 1980 00:00:00 GMT"); Best Regards, -James Carroll MicroBrightField Inc.

Re: Cache problem with IE

2001-03-13 Thread Zsolt Koppany
I do it from a JSP and not from a servlet and the page look like: %response.setHeader("Cache-Control", "no-cache");response.setHeader("Pragma", "no-cache");% HTML Joe Laffey wrote: On Tue, 13 Mar 2001, Zsolt Koppany wrote: No, there is no proxy, everything runs in a simple LAN.

AW: Cache problem with IE

2001-03-13 Thread Stefan Busse
IE has some strange caching policies. By saying "when the user JUST comes back ..." do you mean "when he hits the [back]-Button or uses javascript:history.back()" ? In this case, IE5.5 applies some kind of timeout-rule: if you hit "back" within a short intervall, it will display the cache, no

Open Files problem caused by requests for jsp pages

2001-03-13 Thread Daniel Zuck
Hello world :) We're running a JSP application, and upgraded our plattform from Tomcat 3.1 to 3.2.1, and we're running into a 'open files' problem. The symptom is: it runs for a while, until all available file handles are in use - which causes the underlaying FeeBSD to refuse any further request

Re: Cache problem with IE

2001-03-13 Thread Roby Gamboa
In looking over the HTTP/1.1 spec, the header to set is 'Last-Modified'. In the spec documentation, though, they state that there's 60 seconds of slop allowed, in the event that the browser and server clocks are out of sync. Still, they say that if the cached copy differs from the server copy by

Re: Cache problem with IE

2001-03-13 Thread Zsolt Koppany
This is the second case but with netscape I don't have any problems. Randy Layman wrote: Just to clarify, if your page is a.jsp, do you mean the users causes some request to the server that ends up going to a.jsp, or do you mean the user uses the back button (or JavaScript

Re: Error: 500 while compiling a JSP file

2001-03-13 Thread Mandar Joshi
Thanks it seems to be working with that Mandar - Original Message - From: "Randy Layman" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 4:11 AM Subject: RE: Error: 500 while compiling a JSP file I don't believe that the Java compilers import the classes from

Re: Admin, please remove me

2001-03-13 Thread Craig R. McClanahan
On Tue, 13 Mar 2001 [EMAIL PROTECTED] wrote: Anyone out there with admin privileges? Whoever setup this system should re-evaluate it. There are so many people trying to unsubscribe and all we get back is a message stating that our email address are not on the list yet we keep on receiving

RE: Admin, please remove me -- Same for me too, Please!

2001-03-13 Thread Craig R. McClanahan
On Tue, 13 Mar 2001, Xu, Lifeng wrote: My mail system changed my email address since I subscribed the list. I think that's why I can't unsubscribe myself. Please help!!! My current address on the list: [EMAIL PROTECTED] (or, [EMAIL PROTECTED]) My new address assigned by our system:

Re: Cache problem with IE

2001-03-13 Thread Joe Laffey
On Tue, 13 Mar 2001, Zsolt Koppany wrote: I do it from a JSP and not from a servlet and the page look like: %response.setHeader("Cache-Control", "no-cache");response.setHeader("Pragma", "no-cache");% OK, Try telnetting to your box and issue the HTTP command: GET

  1   2   >