Deploy java application

i have java (jsp) application for creating meebo like chat service .

as wildfire is easily configurable for other chat gateways .

so we selected this as our best alternative .

when i place my script in the folder …plugin/admin/webapps/chat/

i run in my browser .

i get a mssg

HTTP ERROR: 500

no java complier available

RequestURL=/chat/

Caused by:

java.lang.ILLEGALStateException: No Java Complier Available

srry missed earlier

we already have J2SDK 1.4 INSTALLED

APACHE 5.5

MYSQL INSTALLED

Hi,

usually the plugins are compiled so one needs only a JRE to run Wildfire. I assume that your Wildfire installation is using the JDK and not the JRE. So maybe Jetty is configured to not complie jsp pages.

Did you read the Plugin Developer Guide and did try to build a plugin as described there?

LG