On 5/19/06, Mark Phillips <[EMAIL PROTECTED]> wrote:
On May 19, 2006, at 10:21 AM, Chuck Esterbrook wrote:
> Maybe I missed this in a previous thread, but is it possible to
> upgrade to, say for example, Fedore Core 4?
I would be so happy if they did. So far, the sys op says it would be
a big job and boss isn't inclined to risk having his machine down.
I am going to wait a bit, then suggest adding a backup server. Make
the current machine the backup, with the new one being more up to date.
BTW, following on Oliver's suggestion of examining the incoming data,
how should I trap the event in xmlrpcservlet? I was thinking of
simply trying to "print" the transaction parameter as it comes in to
the method, and just log the terminal for a while.
Sounds fine to me. I've used the same technique before. I always log
the output of WebKit even when I'm not having problems (because I
never know when problems are going to come up).
You can also throw in a specific try:except: in your code or even
Webware's like so:
try:
# existing, problematic code
except:
print someInterestingStuff
raise
Occasionally, I've also emailed the info to myself instead of
printing. Just depends on what it is.
-Chuck
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss