RE: Apache connector message

2005-01-31 Thread Stephen Dupre
Terry,

We fixed this in a hotfix but it hasn't been made widely available yet.  

It's a log message that should have been debug.

It's bug 58965.  We'll probably have to rebuild the connector tree for this
since it affects all OS platforms.

I'll make this an action to post this to the hotfixes site when complete
since more customers are complaining about this.

Stephen Dupre
Macromedia QA

-Original Message-
From: Terry Ford [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 29, 2005 12:42 PM
To: JRun-Talk
Subject: Re: Apache connector message


Hi Chris,

Did you ever work out this problem?  I'm having the same problem with Jrun
under CFMX 6.1/linux.  My error_log is *filled* with these:

[Sat Jan 29 13:34:00 2005] [notice] jrApache[2554: 12819] initialized proxy
for 127.0.0.1:51010
[Sat Jan 29 13:34:00 2005] [notice] jrApache[2555: 53689] initialized proxy
for 127.0.0.1:51010
[Sat Jan 29 13:34:00 2005] [notice] jrApache[2557: 57096] initialized proxy
for 127.0.0.1:51010
[Sat Jan 29 13:34:00 2005] [notice] jrApache[2556: 9390] initialized proxy
for 127.0.0.1:51010
[Sat Jan 29 13:34:00 2005] [notice] jrApache[2558: 22954] initialized proxy
for 127.0.0.1:51010
[Sat Jan 29 13:34:00 2005] [notice] jrApache[2553: 13831] initialized proxy
for 127.0.0.1:51010

Many each minute.  Looks to me like a lot of unnecessary proxy
initialization.  Would like to know what's going on, if anyone has an idea.

Terry



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:8:5629
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/8
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:8
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.8
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


JRun Migration From 3.1 to 4

2005-01-31 Thread Savantraj, Chennamakal Subramanian
Hi Guys,

We have few JSP Applications running on JRun 3.1.
When we decided to migrate to JRun 4.0, the following issue is stopping
us.

1. Getter and Setter Methods were not strictly following Java Standard
in 3.1
   Because of this our application have many codes as follows

String myBankAccount=;
public String getmyBankAccount();
public void setmyBankAccount();

   JSP's set the request parameters using *. All this works fine in
JRun 3.1

2. JRun 4 being strictly following J2EE standards we are forced to
change the code to 

String myBankAccount=;
public String getMyBankAccount();
public void setMyBankAccount(); 

This being a huge change to carry out manually, may I seek your
experience to understand,
is there any Utility that could perform this / JRun 4 have any property
to set to ignore this
Java Standard?

Would appreciate your precious responses.

With Best Regards
Savant 



---
This email is confidential and intended only for the use of the individual or 
entity named above and may contain information that is privileged. If you are 
not the intended recipient, you are notified that any dissemination, 
distribution or copying of this email is strictly prohibited. If you have 
received this email in error, please notify us immediately by return email or 
telephone and destroy the original message. - This mail is sent via Sony Asia 
Pacific Mail Gateway.
---

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:8:5630
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/8
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:8
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.8
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54