Anyone on this list

2003-12-11 Thread DeMarco, Alex
? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Anyone on this list

2003-12-11 Thread Eric Anderson
Yes.This list is active. Eric -Original Message- From: DeMarco, Alex [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 9:56 AM To: JRun-Talk Subject: Anyone on this list ? _ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Anyone on this list

2003-12-11 Thread Skip Klobucher
Yes. -Original Message- From: DeMarco, Alex [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 9:56 AM To: JRun-Talk Subject: Anyone on this list ? _ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Anyone on this list

2003-12-11 Thread Nick de Voil
One here Nick de Voil Director De Voil Consulting +44 (0)7811 325879 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

SSL and Jrun

2003-12-11 Thread DeMarco, Alex
We are running JRUN 4(allupdates applied) under Win2k with IIS. We have an SSLCert for www.ourdomain.com When we deploy an ear to the JRUN instance you can get to it via www.ourdomina.com/ssltest/test1.jsp But there is no physical dir under IIS, it's all done by the ear.. Question is, how do I

Re: SSL and Jrun

2003-12-11 Thread Jeffrey Anderson
http://groups.yahoo.com/group/jrun-interest/message/6849 This should effectively address your issues... On 12/11/03 8:02 AM, DeMarco, Alex [EMAIL PROTECTED] wrote: We are running JRUN 4(allupdates applied) under Win2k with IIS. We have an SSLCert for www.ourdomain.com When we deploy an

RE: Anyone on this list

2003-12-11 Thread Edward J. Apostol
Yup, still here. I've received a couple of msgs this past week from the group, but otherwise none in ay-jezzz (ages). Edward J. Apostol developer, instructor - Web Services, Wireless and New Media Toronto, Ontario Canada -Original Message- From: Skip Klobucher [mailto:[EMAIL

RE: SSL and Jrun

2003-12-11 Thread DeMarco, Alex
I read this and it doesn't make sense to me.. If I have a server with an SSL cert installed on it, using Jrun 4 via the connector should I be able to do an https to an ear deployed JSP? CFMX works fine via ssl(deployed insame instance of jrun) - Alex -Original Message- From: Jeffrey

No warning when returning non-Serializable from EJB

2003-12-11 Thread John D. Penrose
If I return a non-Serializable object from an EJB, it comes back to the client as null, and there is no warning or error message logged. Is anyone else experiencing this?Is anyone seeing this condition logged? Is there a way to have JRun log this condition? I posted this to the JRun EJB forum at

Re: No warning when returning non-Serializable from EJB

2003-12-11 Thread Jeffrey Anderson
Uh, yeah that is what happens when you try and send Non-serialized Java objects across a network.This not a checked exception, If I remember right so this sounds like programmer error to me. On 12/11/03 9:40 AM, John D. Penrose [EMAIL PROTECTED] wrote: If I return a non-Serializable object from

Re:Anyone on this list

2003-12-11 Thread Michael Dinowitz
There are actually quite a number of people on the list (I weed out the bad addresses). Problem is, its not very active. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: SSL and Jrun

2003-12-11 Thread Jeffrey Anderson
Yeah, that¹s what I¹ve referred to. This is from the Jrun Management Console Help page: SSL Settings This JMC page applies to defining SSL settings for external web servers and JRun web servers. Navigating to this JMC page jrun_server Services Active Web Servers * For external web

Re: No warning when returning non-Serializable from EJB

2003-12-11 Thread John D. Penrose
It's certainly programmer error.No doubt about it.Programmers make errors every day.There's whole companies created and thriving that write software to track these errors and their resolution. (The EJB was working for a long time until someone added a non-Serializable member variable to the

Re: No warning when returning non-Serializable from EJB

2003-12-11 Thread Jeffrey Anderson
I¹m not entirely sure to be honest...I¹m curious about what Jrun¹s logging capabilities are right out of the box when it comes to just running applications that are container-agnostic, because in development we keep the console running to see what exceptions are thrown and to print debug

Re: Anyone on this list

2003-12-11 Thread Ben Groeneveld
Yes, to JRun's credit I hope. We run JRun4 for all kinds of apps and it just works fine.BenG. Michael Dinowitz wrote: There are actually quite a number of people on the list (I weed out the bad addresses). Problem is, its not very active. [Todays Threads] [This Message] [Subscription]

Re: SSL and Jrun

2003-12-11 Thread Alex Fabian
Hi Alex, You can turning on the SSLfor JRun4 with IIS by setting the JRun4 ISAPI filter (jrun.dll) to required SSL connection. So everytime IIS got a request that need to access JRun4 it will required a SSL connection. regards, DeMarco, Alex wrote: We are running JRUN 4(allupdates applied)

RE: SSL and Jrun

2003-12-11 Thread DeMarco, Alex
Thanks! Also, if in the JRUN.INI under wsconfig/1/ set ssl=true - Alex -Original Message- From: Alex Fabian [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 11:16 PM To: JRun-Talk Subject: Re: SSL and Jrun Hi Alex, You can turning on the SSLfor JRun4 with IIS by setting