<<上篇 | 首页 | 下篇>>

WebSphere的SystemOut.log的日志中发现J2CA0075W的警告

ConnectionMan W J2CA0075W: 处理方法 allocateMCWrapper 时应该存在活动的事务。

阅读全文……

标签 : ,

The Jakarta Commons Sandbox ——Proxy

使用Java动态代理可以延迟初始化对象,使程序更安全,记录对象行为,性能监控

阅读全文……

标签 :

如何在Linux/Unix运行一个守护Java程序

Daemon - Daemon : Java based daemons or services

Introduction

Actualy only the UNIX like platforms are supported. The sources are located in the src/native/unix subdirectory of the project sources. For win32 platfroms the cygwin emulation layer is used. See cygwin for more informations.

In the futur APR may be used to provide more convinient platform support.

http://wrapper.tanukisoftware.org

Configurable tool which allows Java applications to be installed and controlled like native NT or Unix services.
Includes fault correction software to automatically restart crashed or frozen JVMs. Critical when app is needed 24x7. Built for flexibility
to run my app:
nohup java -jar JarFile.jar </dev/null >>myLogFile 2>>myErrorFile&
标签 :