Troubles with https....

2001-07-10 Thread Geoff Marshall
Can anyone explain the principles or theory of operation of https within Orion? I have a site running on one machine under Orion that uses https. No problem, everything works fine. I tarballed the whole shebang and expanded it onto machine two. Machine two has 4 Network Interfaces, thus 4 IP ad

Re: orion with mysql?

2001-04-04 Thread Geoff Marshall
Am using MySQL with Orion without it's own db-schema. No problems, yet. Be sure to get the MM.MySQL driver... -- -Geoff Marshall, Director of Development ... t e r r a s c o p e (415) 951-4944 54 Mint Street, Suit

communication link failure

2001-03-20 Thread Geoff Marshall
ilar problems or any ideas??? -- -Geoff Marshall, Director of Development ... t e r r a s c o p e (415) 951-4944 54 Mint Street, Suite 110 direct (415) 625-0349 San Francisco, CA 94103 fax (415) 625-0306 ...

https second session problems...

2001-03-06 Thread Geoff Marshall
cust is there again. SessionBean.isLoggedOn() - true SessionBean.getCustId() - 2 SessionBean.isLoggedOn() - false SessionBean.getCustId() - 2 Is this a bug or a feature? If it's a bug or a feature, is there a work-around? It makes no sense to me why you would want to create a second '

https problems...

2001-03-05 Thread Geoff Marshall
ketFactory 'com.evermind.ssl.JSSESSLServerSocketFactory': Address already in use Orion/1.4.5 initialized What address?? Does Orion mean port?? What port is it trying to use?? -- -Geoff Marshall, Director of Development ...

Re: Storing HttpServletRequest Object in Session

2001-03-02 Thread Geoff Marshall
Because when you retrieve the request, the request is over. The object is gone. Set those values at the session level. -- -Geoff Marshall, Director of Development ... t e r r a s c o p e (415) 951-4944 54 Mint Street

Re: need help getting started

2001-03-02 Thread Geoff Marshall
I'm using Orion for only JSP, Beans and Servlets. It's solid, fast, and when you're ready to move on, you don't have to move out -- -Geoff Marshall, Director of Development ... t e r r a s c o p e

Re: Capturing the output of a JSP page as HTML

2001-03-02 Thread Geoff Marshall
post! See the attatchment... -- -Geoff Marshall, Director of Development ... t e r r a s c o p e (415) 951-4944 54 Mint Street, Suite 110 direct (415) 625-0349 San Francisco, CA 94103 fax (415

Re: login security include file

2001-03-01 Thread Geoff Marshall
According to all the books, as soon and you do a there are 3 things you can't do: 1) redirect 2) mess with your response headers 3) mess with cookies So all such code must reside before your first in a static file... -- -Geoff Marshall, Director of Develo

Re: Intro to Orion Tutorial

2001-03-01 Thread Geoff Marshall
Awesome, now if someone can translate it into Linux... -- -Geoff Marshall, Director of Development ... t e r r a s c o p e (415) 951-4944 54 Mint Street, Suite 110 direct (415) 625-0349 San Francisco, CA 94103

Re: Inactive application-scope bean problem

2001-02-22 Thread Geoff Marshall
I'm working on the package, but not that class. Is that the problem -- -Geoff Marshall, Director of Development ... t e r r a s c o p e (415) 951-4944 54 Mint Street, Suite 110 direct (415) 625-034

Inactive application-scope bean problem

2001-02-22 Thread Geoff Marshall
p.HttpApplication.xj(JAX) at com.evermind.server.http.JSPServlet.service(JAX) at com.evermind.server.http.d3.sw(JAX) at com.evermind.server.http.d3.su(JAX) at com.evermind.server.http.ef.s1(JAX) at com.evermind.server.http.ef.do(JAX) at com.evermind.util.f.run

Orion doesn't work.

2001-02-15 Thread Geoff Marshall
king fine i.e. I can compile and run java applications, etc. Does some .jar file need to be expanded??? HELP! -- -Geoff Marshall, Director of Development ... t e r r a s c o p e (415) 951-4944 54 Mint Street, Suite 110

Orion doesn't work.

2001-02-15 Thread Geoff Marshall
king fine i.e. I can compile and run java applications, etc. Does some .jar file need to be expanded??? HELP! -- -Geoff Marshall, Director of Development ... t e r r a s c o p e (415) 951-4944 54 Mint Street, Suite 110 d

Re: Problems with a finder method in a cmp

2001-02-12 Thread Geoff Marshall
Please don't laugh at me, but what IS a 'finder method in a CMP'?? Just a simple explanation or a pointer to more info, please... -- -Geoff Marshall, Director of Development ... t e r r a s c o p e (415) 9

Re: Setting Cookies

2001-02-09 Thread Geoff Marshall
public boolean isLoggedOn() { return this.loggedOn; } } -- -Geoff Marshall, Director of Development ... t e r r a s c o p e (415) 951-4944 54 Mint Street, Suite 110 direct (415) 625-0

Re: HTTPS from Orion Java Bean

2001-02-06 Thread Geoff Marshall
below). It runs, so I know it's not the code that has the problem. When I bring it into Orion as a class instantiated by a tag, I then get the error message. So I'm thinking I need to apply the JSSE stuff to Orion in some way, and I can find no information on how to do that... --

Re: Output Volume

2001-02-06 Thread Geoff Marshall
ortableMargin) { out.flush(); out.clear(); } // keep on outputting out.println("..."); -- -Geoff Marshall, Director of Development ... t e r r a s c o p e (415) 951-4944 54 Mint Street, Suite 110 direct (415) 625

HTTPS from Orion Java Bean

2001-02-05 Thread Geoff Marshall
roblem I'm having. Any help would be appreciated! -- -Geoff Marshall, Director of Development ... t e r r a s c o p e (415) 951-4944 54 Mint Street, Suite 110 direct (415) 625-0349 San Francisco, CA 94103