integrate tomcat with IIS (using JK2) and share user authentication information?

2002-09-19 Thread Alvin Wang
Hi! We plan to integrate tomcat with IIS. As I read, we can use JK2. Also we want IIS to do the authentication. However, tomcat servlet session also need the user login information (username...). So is there a way for tomcat to share (or retrieve) the authentication information with IIS? Or

RE: IIS and security constraints

2002-09-19 Thread Alvin Wang
Hi! So is there a way for tomcat to share (or retrieve) the authentication information with IIS? -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 11:21 AM To: Tomcat Users List Subject: RE: IIS and security constraints I think you need

how to use relative path to point to a file which's on the same host, but on a different port number?

2002-07-12 Thread Alvin Wang
Hi! All, In http path, how to use relative path to point to a file which's on the same host, but on a different port number? For example I have IIS(80) and Tomcat(8080) on the same host thanks! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

How to disable the directory listing in Tomcat?

2002-06-10 Thread Alvin Wang
If I do not set the welcome file in web.xml, is there a way to disable the directory listing in Tomcat? Thanks! Alvin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How to make tomcat work with IIS?

2002-05-28 Thread Alvin Wang
Could any one tell me how to configure them to let them work together? That means to let them use the same domain and port (like 80), or at least same domain. Thanks! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How to create dynamic graphs on web pages?

2002-05-06 Thread Alvin Wang
We need to display graphs on our web pages based on our data reports. We guess we need a set of API to create the GIF/JPEG files dynamically in servlets. I read http://www.javaworld.com/javaworld/jw-05-2000/jw-0505-servlets.html already. But I feel it is not sophisticate enough. Does anyone know

RE: How to create dynamic graphs on web pages?

2002-05-06 Thread Alvin Wang
Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Alvin Wang Sent: Monday, May 06, 2002 2:24 PM To: [EMAIL PROTECTED] Subject: How to create dynamic graphs on web pages? We need to display graphs on our web

Urgent.. Please help me

2002-05-03 Thread Alvin Wang
Hi! I have an urgent question. Could any guru help me to diagnosis it? I'm using tomcat 4.0. My servlet gets the DataSource from JNDI. However, it raise the following exception: javax.naming.NameNotFoundException: Name java:comp is not bound in this Context at

Name java:comp is not bound in this Context???

2002-05-02 Thread Alvin Wang
Hi! I have an urgent question. Could any guru help me to diagnosis it? I'm using tomcat 4.0. My servlet gets the DataSource from JNDI. However, it raise the following exception: javax.naming.NameNotFoundException: Name java:comp is not bound in this Context at

RE: How to logout for the browser based authentication?

2002-04-22 Thread Alvin Wang
) Is it clean enough? This is probably dependend on the browser itself. Oktay Altunergil On Mon, 22 Apr 2002 16:45:59 -0400 Alvin Wang [EMAIL PROTECTED] wrote: Is there anyway other than closing the browser rudely? And is it clean enough to close the browser? Thanks! -- To unsubscribe

How to logout for the browser based authentication?

2002-04-22 Thread Alvin Wang
Is there anyway other than closing the browser rudely? And is it clean enough to close the browser? Thanks! -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

repost an unanswered question.

2002-04-08 Thread Alvin Wang
I'm not complaining. But I read someone said that they always can get positive responses for their postings. Maybe my question is naive, but I try again. -Original Message- From: Alvin Wang [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 4:18 PM To: Tomcat Users List Cc

RE: repost an unanswered question.

2002-04-08 Thread Alvin Wang
Alvin Wang wrote: I'm not complaining. But I read someone said that they always can get positive responses for their postings. Maybe my question is naive, but I try again. -Original Message- From: Alvin Wang [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 4:18 PM To: Tomcat Users

RE: Redirecting to a home page after form-based authentication

2002-04-05 Thread Alvin Wang
Timothy, can you use a filter to do this? In your homepage, you set a tag in session. If the filter finds this tag, that means the homepage has been visited, otherwise the user will be redirected to the homepage Alvin -Original Message- From: Timothy Fisher [mailto:[EMAIL PROTECTED]]

JDBCRealm problem (EMPTY page after login)

2002-04-03 Thread Alvin Wang
Hi! I am using JDBCRealm in Tomcat to setup the user authentication. For example if the user want to access abc.html, Tomcat will first display the login.jsp page. However, after the user logs in, it shows an EMPTY page. The user has to refresh the browser to see the content of abc.html Can any

RE: How to do filter after Servlet?

2002-03-28 Thread Alvin Wang
() first, then put your code there. you will need a custom HttpServletResponse object if you want to view any part of the response. Charlie -Original Message- From: Alvin Wang [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 5:02 PM To: Tomcat Users List Subject: How to do

How to do filter after Servlet?

2002-03-27 Thread Alvin Wang
Hi! This is naive. All the examples I saw about filter are pre-servlet filters. So how to do a post-servlet filter? Do I need to setup in web.xml? Or do I need to do it in code (servlet/filter)? Can any guru give me a sample? Thanks a lot! -- To unsubscribe: mailto:[EMAIL PROTECTED] For