RE: Re: Changing name of document to be downloaded

2000-11-27 Thread travis

That's the ticket!  Thanks a lot.

Travis Reeder
Chief Software Architect
www.ThinkVirtual.com


 Original Message 
From: anton <[EMAIL PROTECTED]>
Sent: 2000-11-27 11:40:10.0
To: [EMAIL PROTECTED]
Subject: RE: Re: Changing name of document to be downloaded

[EMAIL PROTECTED] wrote:
> 
> I have a document store where the documents are served through a servlet for 
>security purposes, but the problem is that when the user saves the document, the 
>document is called something along the lines of
> 
> file_upload.jsp?file_id=23113
> 
> And the user has to rename it to whatever.doc or whatever the document happens to be.
> 
> So how could I make it so that the file is sent as:
> whatever.doc?

Content-disposition header should do it
-- 

=anton=
http://www.nezzwerk.com/seven

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [EJB Environment variables]

2000-11-27 Thread aesterline


I don't think that I have the j2ee.jar in my classpath.

What would removing this jar do?

Adam


   
   
Thomas Kirsch  
   
  
net> cc:   
   
 Subject: Re: [EJB Environment variables]  
   
11/27/00   
   
06:58 PM   
   
Please 
   
respond to 
   
jrun-talk  
   
   
   
   
   




You might have to remove j2ee.jar from the classpath of your server.

[EMAIL PROTECTED] wrote:
I have defined the following environment variable for a stateful session
bean:

  
 UserJNDIName
 java.lang.String
 InfocusUser
  

Inside of the SSB( Stateful Session Bean ), I try and access the
environment variable as follows:

InitialContext lContext = new InitialContext( );

String lUserJNDIName = ( String ) lContext.lookup
( "java:comp/env/UserJNDIName" );

This does not seem to work.

I keep getting UserJNDIName not found.

Is there any way that I can make sure that the variable got bound to the
namespace?
I am doing something wrong in the lookup?

Any answers would be appreciated.


Adam


Your ad could be here. Monies from ads go to support these lists and
provide more resources for the community.
http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Get free email and a permanent address at http://www.amexmail.com/?A=1

Your ad could be here. Monies from ads go to support these lists and
provide more resources for the community.
http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarlists




Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MS ASP and JRun JSP co-habitation

2000-11-27 Thread travis

You can set up Jrun/IIS to only serve files that end with .jsp.  This would be in the 
isapi section of the site on iis.  And make sure IIS is doing the actual serving, not 
jrun's web server.  You don't need to use jrun's server.  

We have this exact situation on our system, our public site is asp and our actual 
application is jsp yet some pages on the external site are jsp as well.  Mostly using 
asp for includes and simple stuff and the more involved things are jsp.

www.thinkvirtual.com/index.jsp is jsp and most of the other pages on the site are asp. 
 Both living in harmony.

Travis Reeder
Chief Software Architect
www.ThinkVirtual.com


 Original Message 
From: Will Hartung <[EMAIL PROTECTED]>
Sent: 2000-11-27 17:37:24.0
To: [EMAIL PROTECTED]
Subject: RE: MS ASP and JRun JSP co-habitation

Hi all

We're migrating our pure JSP/Servlet app into a larger scheme with a partner
that is pure Microsoft ASP's.

The first major issue is that, currently, our app is aliased to the /
directory. This means that if the server tries to server up an ASP file,
Jrun grabs it instead...which is Bad.

So, we're looking for ideas on how ASPs and JSPs can live happily
side-by-side in an integrated environment.

We're working with JRun 3.0.

Thanx!

Will Hartung
([EMAIL PROTECTED])

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [EJB Environment variables]

2000-11-27 Thread Thomas Kirsch

You might have to remove j2ee.jar from the classpath of your server.

[EMAIL PROTECTED] wrote:
I have defined the following environment variable for a stateful session
bean:

  
 UserJNDIName
 java.lang.String
 InfocusUser
  

Inside of the SSB( Stateful Session Bean ), I try and access the
environment variable as follows:

InitialContext lContext = new InitialContext( );

String lUserJNDIName = ( String ) lContext.lookup
( "java:comp/env/UserJNDIName" );

This does not seem to work.

I keep getting UserJNDIName not found.

Is there any way that I can make sure that the variable got bound to the
namespace?
I am doing something wrong in the lookup?

Any answers would be appreciated.


Adam


Your ad could be here. Monies from ads go to support these lists and
provide more resources for the community.
http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Get free email and a permanent address at http://www.amexmail.com/?A=1

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts



MS ASP and JRun JSP co-habitation

2000-11-27 Thread Will Hartung

Hi all

We're migrating our pure JSP/Servlet app into a larger scheme with a partner
that is pure Microsoft ASP's.

The first major issue is that, currently, our app is aliased to the /
directory. This means that if the server tries to server up an ASP file,
Jrun grabs it instead...which is Bad.

So, we're looking for ideas on how ASPs and JSPs can live happily
side-by-side in an integrated environment.

We're working with JRun 3.0.

Thanx!

Will Hartung
([EMAIL PROTECTED])

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: JSP hosting

2000-11-27 Thread Ben Groeneveld


Scott, Evan gave me the referenced list below which lists primarily CF
partners - not yet useful to me.  I am still working with him to get
a list of JRun hosting firms; he has not yet responded to my followup,
which he normally has been very good about.
I would agree with your statement; I have already received several responses
with links to JSP hosting firms not on your list - perhaps because they
are not "partners": cniweb.net (Tomcat), hostjsp.com, and www.senternet.com.
Thanks, BenG.

Ben,

I have done some digging for you in regards to Jrun Hosting.  I have
included a link below where you can take a look at the different companies
within the U.S. which host Jrun.  

http://www.allaire.com/Partners/Search/PartnerList.cfm

Thank you,

Evan Sylvester
Allaire Corporation
275 Grove Street
Newton, MA. 02466
[EMAIL PROTECTED]
p: 617-219-5826
f:  617-219-2101



Scott Stirling wrote:
Is it true that Allaire sales couldn't recommend
anyone?  That's pretty poor
if true.  Who'd you talk to?  We really need to beef up our
relationships
with ISPs/ASPs if that's the case.  One of the new initiatives
announced at
the recent Allaire Developer Conference was one where we would be seeking
to
develop relationships with ASPs.  ISPs should be part of that.
Scott Stirling
Allaire Corporation
http://www.allaire.com/developer/jrunreferencedesk/
> -Original Message-
> From: Ben Groeneveld [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 27, 2000 2:56 PM
> To: JRun-Talk
> Subject: JSP hosting
>
>
> Can someone recommend a JSP hosting service?  JRun hosting preferred,
> but other containers may work too.  In speaking with Allaire
sales no
> hosting services could be recommended. Thanks, BenG.

Your ad could be here. Monies from ads go to support these lists and
provide more resources for the community. http://www.fusionauthority.com/ads.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



EJB Environment variables

2000-11-27 Thread aesterline

I have defined the following environment variable for a stateful session
bean:

  
 UserJNDIName
 java.lang.String
 InfocusUser
  

Inside of the SSB( Stateful Session Bean ), I try and access the
environment variable as follows:

InitialContext lContext = new InitialContext( );

String lUserJNDIName = ( String ) lContext.lookup
( "java:comp/env/UserJNDIName" );

This does not seem to work.

I keep getting UserJNDIName not found.

Is there any way that I can make sure that the variable got bound to the
namespace?
I am doing something wrong in the lookup?

Any answers would be appreciated.


Adam


Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: JSP hosting

2000-11-27 Thread Scott Stirling

Is it true that Allaire sales couldn't recommend anyone?  That's pretty poor
if true.  Who'd you talk to?  We really need to beef up our relationships
with ISPs/ASPs if that's the case.  One of the new initiatives announced at
the recent Allaire Developer Conference was one where we would be seeking to
develop relationships with ASPs.  ISPs should be part of that.

Scott Stirling
Allaire Corporation
http://www.allaire.com/developer/jrunreferencedesk/

> -Original Message-
> From: Ben Groeneveld [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 27, 2000 2:56 PM
> To: JRun-Talk
> Subject: JSP hosting
> 
> 
> Can someone recommend a JSP hosting service?  JRun hosting preferred,
> but other containers may work too.  In speaking with Allaire sales no
> hosting services could be recommended. Thanks, BenG.

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: JSP hosting

2000-11-27 Thread vidhyasagar

As of I Know the best ISP for jsp hosting with JRUN
is www.hostjsp.com

with 1000mhz and 1 gigs ram on linux Jrun,

regards
Kris Vidhya

- Original Message -
From: "Ben Groeneveld" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, November 28, 2000 1:25 AM
Subject: JSP hosting


> Can someone recommend a JSP hosting service?  JRun hosting preferred,
> but other containers may work too.  In speaking with Allaire sales no
> hosting services could be recommended. Thanks, BenG.
>
> 
> Your ad could be here. Monies from ads go to support these lists and
provide more resources for the community.
http://www.fusionauthority.com/ads.cfm
>
> Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: JSP hosting

2000-11-27 Thread Corey A. Johnson

Hello Ben,

First - i hate sending info like this to mailing lists... i am NOT
trying to solicit anyone... ;-)

My company offers JSP/Servlet Hosting... but we currently do not use
JRun.  We are planning on offering JRun soon.  Currently we use Tomcat
with Apache on Solaris SPARC servers.  And we are working on a plan that
will include BEA Weblogic Application Server access.

Cj

Ben Groeneveld wrote:
> 
> Can someone recommend a JSP hosting service?  JRun hosting preferred,
> but other containers may work too.  In speaking with Allaire sales no
> hosting services could be recommended. Thanks, BenG.
> 
> 
> Your ad could be here. Monies from ads go to support these lists and provide more 
>resources for the community. http://www.fusionauthority.com/ads.cfm
> 
> Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

-- 
Corey A. Johnson
Creative Network Innovations, Inc.
1-800-264-5547 ** 1-321-259-1984

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Re: Changing name of document to be downloaded

2000-11-27 Thread Vitaly Shorin

When I did it through content-disposition, it looked strange: First, IE 5.5
displays message "What do you want to do with this file: open/save", and
there were incorrect name like downloader.jsp?id=123456
but after save or open it behaved correctly: displayed as correct *.gif
image or saved with name xxx.gif (specified in Content-... header).

I suppose this can be implemented using server mapping. Instead of
downloader.jsp?id=123456
you should write a servlet what will be mapped by JRun, e.g. when server
gets an URL
http:\\hostname\download\123456\xxx.gif
then JRun will treat it like servlet with parameter
http:\\hostname\servlet\downloader?\123456\xxx.gif

I think this will fix the problem.
Regards,
Vitaly Shorin.

- Original Message -
From: <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Monday, November 27, 2000 8:58 PM
Subject: RE: Re: Changing name of document to be downloaded


> User is downloading a file that is sent through the jsp file due to
security reasons.
>
> Travis
>
>  Original Message 
> From: [EMAIL PROTECTED]
> Sent: 2000-11-27 09:54:00.0
> To: JRun-Talk <[EMAIL PROTECTED]>
> Subject: RE: Re: Changing name of document to be downloaded
>
>
> I don't quit understand the question.   Is the user uploading a file or
> downloading a file?
>
> Adam
>
>
>
> travis@thinkv
> irtual.com   To: JRun-Talk
<[EMAIL PROTECTED]>
>  cc:
> 11/27/00 Subject: Changing name of
document to be downloaded
> 10:26 AM

> Please
> respond to
> jrun-talk
>
>
>
>
>
>
> I have a document store where the documents are served through a servlet
> for security purposes, but the problem is that when the user saves the
> document, the document is called something along the lines of
>
> file_upload.jsp?file_id=23113
>
> And the user has to rename it to whatever.doc or whatever the document
> happens to be.
>
> So how could I make it so that the file is sent as:
> whatever.doc?
>
> Travis Reeder
> Chief Software Architect
> www.ThinkVirtual.com
>
> 
> Your ad could be here. Monies from ads go to support these lists and
> provide more resources for the community.
> http://www.fusionauthority.com/ads.cfm
>
> Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>
>
> 
> Your ad could be here. Monies from ads go to support these lists and
provide more resources for the community.
http://www.fusionauthority.com/ads.cfm
>
> Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
> 
> Your ad could be here. Monies from ads go to support these lists and
provide more resources for the community.
http://www.fusionauthority.com/ads.cfm
>
> Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: JSP hosting

2000-11-27 Thread doug . w . turner

www.senternet.com

JSP 1.1
JRun 3.0
mySQL
etc.

- Doug Turner
Web Developer, Real Estate Technology 
email: [EMAIL PROTECTED]
 
Tel. 913-315-4439
 


-Original Message-
From: bgroeneveld [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 27, 2000 1:56 PM
To: jrun-talk
Cc: bgroeneveld
Subject: JSP hosting


Can someone recommend a JSP hosting service?  JRun hosting preferred,
but other containers may work too.  In speaking with Allaire sales no
hosting services could be recommended. Thanks, BenG.


Your ad could be here. Monies from ads go to support these lists and
provide more resources for the community.
http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists




JSP hosting

2000-11-27 Thread Ben Groeneveld

Can someone recommend a JSP hosting service?  JRun hosting preferred,
but other containers may work too.  In speaking with Allaire sales no
hosting services could be recommended. Thanks, BenG.


Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Changing name of document to be downloaded

2000-11-27 Thread anton

[EMAIL PROTECTED] wrote:
> 
> I have a document store where the documents are served through a servlet for 
>security purposes, but the problem is that when the user saves the document, the 
>document is called something along the lines of
> 
> file_upload.jsp?file_id=23113
> 
> And the user has to rename it to whatever.doc or whatever the document happens to be.
> 
> So how could I make it so that the file is sent as:
> whatever.doc?

Content-disposition header should do it
-- 

=anton=
http://www.nezzwerk.com/seven

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Re: Changing name of document to be downloaded

2000-11-27 Thread travis

User is downloading a file that is sent through the jsp file due to security reasons.  

Travis

 Original Message 
From: [EMAIL PROTECTED]
Sent: 2000-11-27 09:54:00.0
To: JRun-Talk <[EMAIL PROTECTED]>
Subject: RE: Re: Changing name of document to be downloaded


I don't quit understand the question.   Is the user uploading a file or
downloading a file?

Adam


   
   
travis@thinkv  
   
irtual.com   To: JRun-Talk 
<[EMAIL PROTECTED]>  
 cc:   
   
11/27/00 Subject: Changing name of document to be 
downloaded  
10:26 AM   
   
Please 
   
respond to 
   
jrun-talk  
   
   
   
   
   




I have a document store where the documents are served through a servlet
for security purposes, but the problem is that when the user saves the
document, the document is called something along the lines of

file_upload.jsp?file_id=23113

And the user has to rename it to whatever.doc or whatever the document
happens to be.

So how could I make it so that the file is sent as:
whatever.doc?

Travis Reeder
Chief Software Architect
www.ThinkVirtual.com


Your ad could be here. Monies from ads go to support these lists and
provide more resources for the community.
http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists




Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



JRUN3.0

2000-11-27 Thread Isaacs, Peter

I have had a couple of problems in dispatching data from a servlet to a JSP
using JRUN3.0.

The data I am dispatching from a servlet, PKIMonitorServlet, to a JSP page,
PKIMonitor.jsp, is a JavaBean, PKIStatus, with data as shown below:

public class PKIStatus implements java.io.Serializable
{
// data
private String date;
private String time;
private String administrator;
private String aceStatus;
private String kssStatus;
private String armStatus;

etc.

The error message that I get is ( The error page, ErrorPage.jsp,  is
attempted because /PKIWebAdmin/jsp/PKIMonitor.jsp cannot be found ):

404 Not Found
/servlet/com.rsa.ps.PKIWebAdmin.PKIMonitorServlet:

allaire.jrun.JRunServletException: The page /PKIWebAdmin/jsp/ErrorPage.jsp
could not be found.
at allaire.jrun.jsp.JSPParser.generateXML(JSPParser.java:57)
at allaire.jrun.jsp.JSPServlet.parsePage(JSPServlet.java:403)
at allaire.jrun.jsp.JSPServlet.createServlet(JSPServlet.java:375)
at allaire.jrun.jsp.JSPServlet.loadPage(JSPServlet.java:201)
at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:168)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled
Code)
at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
a:88)
at
com.rsa.ps.PKIWebAdmin.PKIMonitorServlet.service(PKIMonitorServlet.java:101)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled
Code)
at
allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34
)
at allaire.jrun.servlet.Invoker.service(Invoker.java:84)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled
Code)
at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
a:88)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:354)
at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)
at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)

If I change the data in the bean as follows, the JSP is displayed correctly:

public class PKIStatus implements java.io.Serializable
{
// data
private String date;
private String time;
private String administrator;
private int aceStatus;
private int kssStatus;
private int armStatus;
etc.


The JSP is as follows:




PKI Monitor Servlet



<%@ page language="java" import="com.rsa.ps.PKIAdmin.beans.*" %>


Date
Time
Administrator
ACE Status
KSS Status
ARM Status

<%
PKIStatus pkiStatus[] = (PKIStatus
[])request.getAttribute("StatusArray");
int noItems = pkiStatus.length;
for( int i = 0; i < noItems; i++ )
{
%>

<%= pkiStatus[i].getDate() %>
<%= pkiStatus[i].getTime() %>
<%= pkiStatus[i].getAdministrator() %>
<%= pkiStatus[i].getAceStatus() %>
<%= pkiStatus[i].getKssStatus() %>
<%= pkiStatus[i].getArmStatus() %>

<%
}
%>





The second problem that I have relates to the JSP itself.  If I use
'useBean' and display the properties using  instead of the
pure java code that I use above then all Strings appear as 'null' and all
integers appear as 0 irrespective of their true value.  ( Case where I use 3
strings and 3 integers in PKIStatus).  This problem appears on both JRUN2.3
and 3.0.  I have checked the code out on Java WebServer and the data is
displayed correctly.

Regards,
Peter Isaacs.
RSA Security, BRACKNELL, Berkshire.


Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Changing name of document to be downloaded

2000-11-27 Thread aesterline


I don't quit understand the question.   Is the user uploading a file or
downloading a file?

Adam


   
   
travis@thinkv  
   
irtual.com   To: JRun-Talk 
<[EMAIL PROTECTED]>  
 cc:   
   
11/27/00 Subject: Changing name of document to be 
downloaded  
10:26 AM   
   
Please 
   
respond to 
   
jrun-talk  
   
   
   
   
   




I have a document store where the documents are served through a servlet
for security purposes, but the problem is that when the user saves the
document, the document is called something along the lines of

file_upload.jsp?file_id=23113

And the user has to rename it to whatever.doc or whatever the document
happens to be.

So how could I make it so that the file is sent as:
whatever.doc?

Travis Reeder
Chief Software Architect
www.ThinkVirtual.com


Your ad could be here. Monies from ads go to support these lists and
provide more resources for the community.
http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists




Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Changing name of document to be downloaded

2000-11-27 Thread Hamish . Hubbard

Please tell me if you find out. I really need this information - I tried
changing the Location and Content-Location http headers but the browser ends
up redirecting you.

Thanks,
Hamish

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 27, 2000 11:26 AM
To: JRun-Talk
Subject: Changing name of document to be downloaded


I have a document store where the documents are served through a servlet for
security purposes, but the problem is that when the user saves the document,
the document is called something along the lines of

file_upload.jsp?file_id=23113

And the user has to rename it to whatever.doc or whatever the document
happens to be.

So how could I make it so that the file is sent as:
whatever.doc?

Travis Reeder
Chief Software Architect
www.ThinkVirtual.com


Your ad could be here. Monies from ads go to support these lists and provide
more resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


--
For more information about Barclays Capital, please
visit our web site at http://www.barcap.com.


Internet communications are not secure and therefore the Barclays Group
does not accept legal responsibility for the contents of this message.
Any views or opinions presented are solely those of the author and do 
not necessarily represent those of the Barclays Group unless otherwise 
specifically stated.

--

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Changing name of document to be downloaded

2000-11-27 Thread travis

I have a document store where the documents are served through a servlet for security 
purposes, but the problem is that when the user saves the document, the document is 
called something along the lines of

file_upload.jsp?file_id=23113

And the user has to rename it to whatever.doc or whatever the document happens to be.

So how could I make it so that the file is sent as:
whatever.doc?

Travis Reeder
Chief Software Architect
www.ThinkVirtual.com


Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: response.encodeURL

2000-11-27 Thread aesterline


I has any one seen a bug report from Sun about this problem.

See thread below for a description of the problem.

Adam


   
   
AtaturkTheGre  
   
[EMAIL PROTECTED]   To: JRun-Talk 
<[EMAIL PROTECTED]>  
 cc:   
   
11/27/00 Subject: Re: response.encodeURL   
   
08:59 AM   
   
Please 
   
respond to 
   
jrun-talk  
   
   
   
   
   





--part1_f9.4f8aa12.2753d0ee_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Adam,
Thank you very much for your help.
I indeed upgraded to jdk1.3 last week before I put the authentication into
place.

I reverted to 1.2 this morning and so far it seems to be working.

Thank you once again,

Pascal BLANC.

In a message dated 11/27/00 6:39:11 AM Eastern Standard Time,
[EMAIL PROTECTED] writes:


> What JVM are you running?   I have heard of other people having problems
> similar to this when they were running JRE1.3 from Sun.   In order to fix
> the problem they went back to JRE1.2.2.
>
> Adam
>
>
>
>
> AtaturkTheGre
>
> [EMAIL PROTECTED]   To: JRun-Talk <
> [EMAIL PROTECTED]>
>  cc:
>
> 11/26/00 Subject: response.encodeURL
>
> 07:47 PM
>
> Please
>
> respond to
>
> jrun-talk
>
>
>
>
>
>
>
>
>
>
> --part1_75.ca90590.27531739_boundary
> Content-Type: text/plain; charset="US-ASCII"
> Content-Transfer-Encoding: 7bit
>
> Hi all !
>
> I have a problem with response.encodeURL. All my pages uses it but, after
a
> little while, generally 1 or 2 mns, the same pages that were working now
do
> not retain the jsessionid and of course I get kicked out of my site
because
> the user authentication test fails.
>
> Did anybody have the same problem and if yes, what did you do to fix it?
>
> I'm using JRun 3.0 on NT6a.
>
> You help will be greatly appreciated.
>
> Pascal BLANC.
>



--part1_f9.4f8aa12.2753d0ee_boundary
Content-Type: text/html; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Adam,
Thank you very much for your help.
I indeed upgraded to jdk1.3 last week before I put the authentication
into place.

I reverted to 1.2 this morning and so far it seems to be working.

Thank you once again,

Pascal BLANC.

In a message dated 11/27/00 6:39:11 AM Eastern Standard Time,
[EMAIL PROTECTED] writes:


What JVM are you
running?   I have heard of other people having problems
similar to this when they were running JRE1.3 from Sun.   In
order to fix
the problem they went back to JRE1.2.2.

Adam


    





   


   
    
AtaturkTheGre   



   


   
    
[EMAIL PROTECTED]   
To:    
 JRun-Talk <[EMAIL PROTECTED]>    

  
    


 cc:   


   


    
11/26/00    
 Subject:   
  response.encodeURL   


   
    
07:47 PM    



   


   
    
Please    



   


 
    
respond to   



   


  
    
jrun-talk   



   


   
    





   


   
    





   


   





--part1_75.ca90590.27531739_boundary
Content-Type: text/plain; charset="US

Re: response.encodeURL

2000-11-27 Thread AtaturkTheGreat
Adam,
Thank you very much for your help.
I indeed upgraded to jdk1.3 last week before I put the authentication into place.

I reverted to 1.2 this morning and so far it seems to be working.

Thank you once again,

Pascal BLANC.

In a message dated 11/27/00 6:39:11 AM Eastern Standard Time, [EMAIL PROTECTED] writes:


What JVM are you running?   I have heard of other people having problems
similar to this when they were running JRE1.3 from Sun.   In order to fix
the problem they went back to JRE1.2.2.

Adam


  
    AtaturkTheGre 
    [EMAIL PROTECTED]   To: JRun-Talk <[EMAIL PROTECTED]>  
 cc:  
    11/26/00 Subject: response.encodeURL  
    07:47 PM  
    Please    
    respond to    
    jrun-talk 
  
  





--part1_75.ca90590.27531739_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Hi all !

I have a problem with response.encodeURL. All my pages uses it but, after a
little while, generally 1 or 2 mns, the same pages that were working now do
not retain the jsessionid and of course I get kicked out of my site because
the user authentication test fails.

Did anybody have the same problem and if yes, what did you do to fix it?

I'm using JRun 3.0 on NT6a.

You help will be greatly appreciated.

Pascal BLANC.





RE: Site hosting

2000-11-27 Thread doug . w . turner

Take a look at www.senternet.com

- Doug Turner
Web Developer, Real Estate Technology 
email: [EMAIL PROTECTED]
 
Tel. 913-315-4439
 


-Original Message-
From: jgillaspy [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 27, 2000 8:25 AM
To: jrun-talk
Cc: jgillaspy
Subject: Site hosting


I am looking for a commercial site hosting company that supports JRun
and 
Java.  So far, I have found only www.eqhost.com which is physically
located 
in Malaysia -- which concerns me, especially since they want a year's
fees 
in advance.  They do not reveal the fact that they are located in
Malaysia, 
by the way.

Does anyone know of any other possibilities?

Jim Gillaspy
Director of Information Systems
CMD Services, Inc.
[EMAIL PROTECTED]
678-475-2030



Your ad could be here. Monies from ads go to support these lists and
provide more resources for the community.
http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists




Re: CFSERVLET

2000-11-27 Thread Christopher Morris

I tried adding the proxy, but now I get the following message:

Too many concurrent JRun requests
JRun is busy. Please try again, or contact the system administrator for this web site.

The port that I am using is the "JRUN Control Port" in the JMC Default Server - Java 
Settings.  Could it be because I am running the Development
Edition?  Do I have the wrong port number?  Here is the code:


Error: This web server does not appear to support Servlets



Randy Nielsen wrote:

> You're missing the proxy port. Here's the example from the Developing
> Applications with JRun manual:
>
> 
>  JRUNPROXY="127.0.0.1:53003"
> TIMEOUT="10" >
> 
>
> Also, the servlet class file should be located in the
> /WEB-INF/classes directory.
>
> HTH
> -Randy Nielsen
> Allaire Corp.
>
> -Original Message-
> From: Christopher Morris [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 24, 2000 9:46 AM
> To: JRun-Talk
> Subject: CFSERVLET
>
> This is a multi-part message in MIME format.
> --03403D32B743CABD365A0071
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> I go no response to this question on the cf-server list, so I
> thought I'd try posting this here,
>
> We just upgraded to CF 4.5 and wanted to try using the CFSERVLET
> tag.  We have JRun 3.0 installed and we can run servlets on the
> default server, but when I try to invoke one from CFSERVLET I get
>
> the following error:
>
> Could not connect to JRun Connector Proxy
>
> Here is the code that I am using:
> 
> Error: This web server does not appear to support
> Servlets
> 
>
> The HelloBob.class file is located in different directory than
> the cfm files.  Where should I put it?  Amy I missing some
> configuration steps?
>
> Thanks,
> Chris Morris
>
> --03403D32B743CABD365A0071
> Content-Type: text/x-vcard; charset=us-ascii;
>  name="cmmorri.vcf"
> Content-Transfer-Encoding: 7bit
> Content-Description: Card for Christopher Morris
> Content-Disposition: attachment;
>  filename="cmmorri.vcf"
>
> begin:vcard
> n:Morris;Christopher M.
> tel;fax:303-707-9414
> tel;work:303-707-7046
> x-mozilla-html:TRUE
> org:Qwest, Network Planning, Technology Modeling and Prototype Development
> version:2.1
> email;internet:[EMAIL PROTECTED]
> title:Database and Systems Analyst SRC="http://cpcnews/CP/Authors/PROTODEV/images/Qwest_H_Blk_Blu_Wht.gif"
> WIDTH=100 HEIGHT=32 ALIGN=right bgcolor="cc">
> note:Phone: 303-707-7046
> adr;quoted-printable:;;700 W. Mineral Ave.=0D=0ARm. IA
> G12.29;Littleton;CO;80126;
> x-mozilla-cpt:;20128
> fn:Christopher M. Morris
> end:vcard
>
> --03403D32B743CABD365A0071--
>
> 
> Your ad could be here. Monies from ads go to support these lists and provide
> more resources for the community. http://www.fusionauthority.com/ads.cfm
>
> Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> 
> Your ad could be here. Monies from ads go to support these lists and provide more 
>resources for the community. http://www.fusionauthority.com/ads.cfm
>
> Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


begin:vcard 
n:Morris;Christopher M.
tel;fax:303-707-9414
tel;work:303-707-7046
x-mozilla-html:TRUE
org:Qwest, Network Planning, Technology Modeling and Prototype Development
version:2.1
email;internet:[EMAIL PROTECTED]
title:Database and Systems Analysthttp://cpcnews/CP/Authors/PROTODEV/images/Qwest_H_Blk_Blu_Wht.gif" WIDTH=100 HEIGHT=32 ALIGN=right bgcolor="cc">
note:Phone: 303-707-7046
adr;quoted-printable:;;700 W. Mineral Ave.=0D=0ARm. IA G12.29;Littleton;CO;80126;
x-mozilla-cpt:;20128
fn:Christopher M. Morris
end:vcard



Site hosting

2000-11-27 Thread Jim Gillaspy

I am looking for a commercial site hosting company that supports JRun and 
Java.  So far, I have found only www.eqhost.com which is physically located 
in Malaysia -- which concerns me, especially since they want a year's fees 
in advance.  They do not reveal the fact that they are located in Malaysia, 
by the way.

Does anyone know of any other possibilities?

Jim Gillaspy
Director of Information Systems
CMD Services, Inc.
[EMAIL PROTECTED]
678-475-2030



Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFSERVLET

2000-11-27 Thread Randy Nielsen

You're missing the proxy port. Here's the example from the Developing
Applications with JRun manual:





Also, the servlet class file should be located in the
/WEB-INF/classes directory. 

HTH
-Randy Nielsen
Allaire Corp.


-Original Message-
From: Christopher Morris [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 24, 2000 9:46 AM
To: JRun-Talk
Subject: CFSERVLET


This is a multi-part message in MIME format.
--03403D32B743CABD365A0071
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I go no response to this question on the cf-server list, so I
thought I'd try posting this here,

We just upgraded to CF 4.5 and wanted to try using the CFSERVLET
tag.  We have JRun 3.0 installed and we can run servlets on the
default server, but when I try to invoke one from CFSERVLET I get

the following error:

Could not connect to JRun Connector Proxy

Here is the code that I am using:

Error: This web server does not appear to support
Servlets


The HelloBob.class file is located in different directory than
the cfm files.  Where should I put it?  Amy I missing some
configuration steps?

Thanks,
Chris Morris

--03403D32B743CABD365A0071
Content-Type: text/x-vcard; charset=us-ascii;
 name="cmmorri.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Christopher Morris
Content-Disposition: attachment;
 filename="cmmorri.vcf"

begin:vcard 
n:Morris;Christopher M.
tel;fax:303-707-9414
tel;work:303-707-7046
x-mozilla-html:TRUE
org:Qwest, Network Planning, Technology Modeling and Prototype Development
version:2.1
email;internet:[EMAIL PROTECTED]
title:Database and Systems Analysthttp://cpcnews/CP/Authors/PROTODEV/images/Qwest_H_Blk_Blu_Wht.gif"
WIDTH=100 HEIGHT=32 ALIGN=right bgcolor="cc">
note:Phone: 303-707-7046
adr;quoted-printable:;;700 W. Mineral Ave.=0D=0ARm. IA
G12.29;Littleton;CO;80126;
x-mozilla-cpt:;20128
fn:Christopher M. Morris
end:vcard

--03403D32B743CABD365A0071--


Your ad could be here. Monies from ads go to support these lists and provide
more resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: response.encodeURL

2000-11-27 Thread aesterline


What JVM are you running?   I have heard of other people having problems
similar to this when they were running JRE1.3 from Sun.   In order to fix
the problem they went back to JRE1.2.2.

Adam


   
   
AtaturkTheGre  
   
[EMAIL PROTECTED]   To: JRun-Talk 
<[EMAIL PROTECTED]>  
 cc:   
   
11/26/00 Subject: response.encodeURL   
   
07:47 PM   
   
Please 
   
respond to 
   
jrun-talk  
   
   
   
   
   





--part1_75.ca90590.27531739_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Hi all !

I have a problem with response.encodeURL. All my pages uses it but, after a
little while, generally 1 or 2 mns, the same pages that were working now do
not retain the jsessionid and of course I get kicked out of my site because
the user authentication test fails.

Did anybody have the same problem and if yes, what did you do to fix it?

I'm using JRun 3.0 on NT6a.

You help will be greatly appreciated.

Pascal BLANC.

--part1_75.ca90590.27531739_boundary
Content-Type: text/html; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Hi all !

I have a problem with response.encodeURL. All my pages uses it but,
after a little while, generally 1 or 2 mns, the same pages that were
working now do not retain the jsessionid and of course I get kicked out
of my site because the user authentication test fails.

Did anybody have the same problem and if yes, what did you do to fix
it?

I'm using JRun 3.0 on NT6a.

You help will be greatly appreciated.

Pascal BLANC.

--part1_75.ca90590.27531739_boundary--

Your ad could be here. Monies from ads go to support these lists and
provide more resources for the community.
http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists




Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists