how to unsubscribe

2000-01-28 Thread Kucera, Rich
This list is very useful and the server great but I need to get off the list and my unsubscribes don't work. TIA -- Richard J. Kucera Senior Web Applications Developer Leader Howard Hughes Medical Institute 301-215-8714 | 301-215-8611 (fax) -Original Message- From: Dan A

RE: EJB w/ different DB's

2000-01-05 Thread Kucera, Rich
Isn't container-managed transactions the point of EJBs anyway? So database transaction facilities are no longer mission critical? Or am I missing something... MySQL also contains some pretty practical advice regarding the indiscriminate use of foriegn keys (it even says they're only useful for

RE: EJB w/ different DB's

2000-01-05 Thread Kucera, Rich
From: Robert Krüger [SMTP:[EMAIL PROTECTED]] "Kucera, Rich" wrote: Isn't container-managed transactions the point of EJBs anyway? So database transaction facilities are no longer mission critical? Or am I missing something... you are. there's no point in containe

next releases?

1999-12-21 Thread Kucera, Rich
when are the next releases due out?

RE: SSL with Orion.

1999-11-23 Thread Kucera, Rich
Yes, Apache 1.3.9 running Raven commercial-grade SSL patched with a ProxyPass directive to your app running on Orion...note this can work with all your bleeding edge and exotic servers I'm thinking CL-HTTP here...need to exercise a little care here with coding urls but otherwise it works. This

RE: jsp debug

1999-11-22 Thread Kucera, Rich
just comment out stuff until it stops complaining, could it be you have some kind of legacy #include statements -Original Message- From: Kara Leigh [SMTP:[EMAIL PROTECTED]] Sent: Saturday, November 20, 1999 12:31 PM To: [EMAIL PROTECTED] Subject: jsp debug Hi, I just

no servlet mapping? my app dead

1999-11-16 Thread Kucera, Rich
This code used to work under 0.8.0, but not under 0.8.1. I get a 404: servlet-mapping servlet-namesnoop/servlet-name url-pattern/snoopy/url-pattern /servlet-mapping My app depends on this kind of mapping, Is there a new rule or a workaround?

SessionContext.getIds()

1999-11-12 Thread Kucera, Rich
The following code works on WL4.5.1 and SE2.2 without problems. I submit a GET request such as "http:capture_servlet?DUMP=" in order to dump out some current session information. But all I get here with Orion is the PRE and a blank page, I assume it's the call to getIds():