What is the deal with ejbRemove() and ejbHomeRemove()

2002-04-24 Thread APapada
Hi All, I've noticed that when invoking the remove method on the Home interface of an BMP Entity Bean, Orion will invoke the ejbHomeRemove() method defined within the Entity Bean. However, after reading the spec as well as several other references, it seems to me that when you invoke the remove

Sending Cookies to an ASP Page from a Servlet

2001-12-06 Thread APapada
Hi, I'm writing a servlet that is to redirect the user to a remote website. This remote website requires me to send three cookies. Unfortunately, I cannot seem to send a cookie using the response.sendRedirect method. The following is a test servlet that I wrote to test sending cookies. HttpSess

Re: JDBC Driver for DB2/400

2001-11-15 Thread APapada
There are two that I have found to be useful. One is made by Hit Software Inc. (www.hit.com) and the other is IBM's JDBC driver that is contained withing the AS/4-00 Toolbox for Java. I know that IBM's JDBC driver (jtOpen) is open source so it is free where as you will have to buy the license f

Container Managed Bean Persistence

2001-07-24 Thread APapada
Hi all Can someone please tell me how Orion knows what datasource to associate with a container managed entity bean. I follow how to setup container managed fields but I don't understand how to relate it to one of several datasource entries that I have setup. Thanks

MS SQL 7.0

2001-06-26 Thread APapada
Hi all: This question is not specifically related to orion but I'm hoping that one of you might be able to assist me in solving a critical problem. Our system uses a MSSQL database for security validation and user login. Yesterday we found that the LDF grew to 256 mega-bytes and filled up the ha

UN-SUBSCRIBE

2001-05-17 Thread APapada

Re: WARNING. You sent a potential virus or unauthorised code

2001-05-14 Thread APapada
I'm not sure what this message means but I haven't sent anything to this address in about two months. Please recheck your records. [EMAIL PROTEC

Andrew J Papada/IDSS_CERT is out of the office.

2001-04-12 Thread APapada
I will be out of the office starting 04/13/2001 and will not return until 04/19/2001. I will respond to your message when I return.

RE: Capturing the output of a JSP page as HTML

2001-03-01 Thread APapada
 Hi, Thanks for the reply to my question.  I am not familiar with filters.  How would I do this?"elephantwalker" <[EMAIL PROTECTED]>Sent by: [EMAIL PROTECTED]03/01/2001 09:42 AM PSTPlease respond to Orion-Interest To: Orion-Interest <[EMAIL PROTECTED]> cc: bcc: Subject: RE: Capturing the output o

Capturing the output of a JSP page as HTML

2001-03-01 Thread APapada
Can anyone tell me if this is possible. I have a JSP page that contains information about an order that was just entered (Essentially a confirmation page). What I want to do is somehow intercept the output stream inside the JSP page and write it to a file, as plain html, which I will later attac

Bowser back buttons and jsp

2001-02-21 Thread APapada
This question doesn't really apply to the webserver in general. I have developed an ecommerce application using java beans and jsp. Unfortunately, during qa testing, one problem keeps coming up. If you click the back button on the browser and ignore the navigation built into the system, you enc

Please remove me from this mailing list

2001-02-19 Thread APapada
Please remove me from this mailing list

Remove me from this mailing list

2001-02-16 Thread APapada
Please remove me from this mailing list

RE: User guide

2001-01-05 Thread APapada
I agree, farming out documentation tasks is a great idea. I'm sure I speek for all technical developers when I say that documentation, although vital, is a pain to do :-)

Re: User guide

2001-01-05 Thread APapada
Orion, with it's many configuration files, appears very complex to configure to someone who is working with it for the first time. It would be alot more 'developer' friendly if there was some sort of technical guide, other than the simple examples presented in the jsp pages that are found in the

Re: User guide

2001-01-05 Thread APapada
Don't be surprised. Unfortunately, the documentation, what you can find of it, is very poor. I doubt that an user guide even exists. Laurent Vansuypeene

Re: URL Pathing

2000-10-24 Thread APapada
Thanks for responding. I see what you are saying but the servlet that is called does not generate html. It actually just manages the request. I did some testing and for some reason it seems to be linked to the fact that I opened a child window from the parent and then returned control to the p

Re: URL Pathing

2000-10-23 Thread APapada
Thank you very much for the response. I agree with you but for some reason it is interpreting the slash as the server document root. It only seems to do this in one section of my application. Here's the scenario. There is a point in my application where the user selects the product they wish

Re: Modified Servlets

2000-10-20 Thread APapada
Thank you very much

URL Pathing

2000-10-20 Thread APapada
Ok, I've spent the last week converting an ecomerce system I developed, using Resin as my webserver, to allow it to run on Orion because Orion is the only web server that assumes a '/' means to begin the path search from the application context root rather than the current directory. Now I find

Modified Servlets

2000-10-20 Thread APapada
To whom this may concern: What do I need to set in Orion to allow it to realize when a servlet has been modified that it should use that new version of the servlet. Thanks, Andy

Re: Question

2000-10-19 Thread APapada
Thank you very much for the reply. If I were to start orion as an nt service though, where there would be no console, would it go to a specific log? Thanks, Andy

Question

2000-10-19 Thread APapada
What is the default error log on Orion. For example, if I user 'System.err.println', where is this going to. Do I need to initialize this through the System class or does Orion default it somewhere. Thanks, Andy