OFFTOPIC: Iplanet Issue

2002-04-02 Thread Winner
asking permission to post an issue which not related to the group. i'm installing iMS v6.0 on Unix-Solaris 8 platform. i have some problem installing the messaging server.. i've got this error. "Run-time exception error; current exception: LApplicationException Unexpected excep

Re: Strange problem--please help!

2002-04-02 Thread Raghupathy, Gurumoorthy
hi ya, which database are you using ? if it is MS access then you need to close the database ( MS access ) GUI guru -Original Message- From: Ying Su [mailto:[EMAIL PROTECTED]] Sent: 03 April 2002 04:05 To: [EMAIL PROTECTED] Subject: Strange problem--please

Re: removing session from browser

2002-04-02 Thread Sateesh Karanam
I guess the session ID cookie can be removed by explicitly expiring the cookie either using Javascript or using HttpCookie. ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff S

Re: removing session from browser

2002-04-02 Thread S Srinivas Nayak
Hi,   The session can made new every time by making request.getSession(true);       - Original Message - From: Frank Diakovasilis To: [EMAIL PROTECTED] Sent: Tuesday, April 02, 2002 9:46 PM Subject: removing session from browser Anybody know how to remo

Strange problem--please help!

2002-04-02 Thread Ying Su
Dear all, I am using JBuilder 6 to run my servlet and application. I use my servlet to listen on port 80, and use the application to send a MIME message to the servlet. After sending out the message, the application updates a database, adding the message number in it. The relating

Re: removing session from browser

2002-04-02 Thread Toru Watanabe
Hi Frank, You can't do it. In the message "removing session from browser" <810830D03816D411A480006008A979102F380F@SPIKE> Frank Diakovasilis <[EMAIL PROTECTED]> wrote: Frank> [1 ] Frank> [2 ] Frank> Anybody know how to remove a session from a user. Not to invalidate it, but to

session object [urgent!]

2002-04-02 Thread Nancy Crisostomo Martinez
Hi everybody! I need your help.. I'm trying to track some attributes I added to the session object, but I can't... I have an html file (main.htm) which opens a new window browser (validate.jsp) when you press a button to access to one service... Then when the user is validated in the validate.js

Re: session object [urgent!]

2002-04-02 Thread Chen, Gin
<%= response.encodeURL("top.jsp")%> target="FrameServicio" >test or <%= response.encodeRedirectURL("top.jsp")%> target="FrameServicio" >test   There are also taglibs to do this (Struts.. html.rewrite) -Tim   -Original Message-From: Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTE

Re: websphere, weblogic

2002-04-02 Thread Raghupathy, Gurumoorthy
websphere, weblogic are application servers ( web containers ) and EJB CONTAINERS ... they also by default support connection pooling and JMS and LDAP integration for a fuLL J2EE application development environment... they have their own web servers and have a build in support of normal http serve

websphere, weblogic

2002-04-02 Thread Shivanjali Bhutkar
hi, what has made these servers so famous now a days? please let me know what's the advantage of using these servers over others like tomcat, apache?   thanks. -Original Message-From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[

Re: PHP or servlets?

2002-04-02 Thread Shivanjali Bhutkar
What's PHP? -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Alexandrov, Anton Sent: Monday, April 01, 2002 1:08 AM To: [EMAIL PROTECTED] Subject: Re: PHP or servlets? PHP is easy to write,

session object [urgent!]

2002-04-02 Thread Nancy Crisostomo Martinez
Hi everybody! I need your help.. I'm trying to track some attributes I added to the session object, but I can't... I have an html file (main.htm) which opens a new window browser (validate.jsp) when you press a button to access to one service... Then when the user is validated in the validate.jsp

removing session from browser

2002-04-02 Thread Frank Diakovasilis
Anybody know how to remove a session from a user. Not to invalidate it, but to remove the sessionid cookie, so that next request does not show an invalid session, but no session at all.

displaying pdf files(may be off the topic)

2002-04-02 Thread Dinesh Villuri
Hi, My requirement is fetching the pdf files which are stored in the database as BLOB objects and display it. For That I have x.jsp on which I will display the links to different pdf files that are to be fetched from the database and display. On the click of each link, I will p

Re: tomcat 3.3a

2002-04-02 Thread Sachin Sharma
Put yur servlet class file any where yu like in the sever folder but put yur servlet class file after compilation in the server_home/classses folder and include this folder in the classpath too. Then yu can actualy run yur servlet by saying localhost:8080\servlet\myservlet   And regarding yur othe