No connection, no logs

Hi all

I’m pretty new to openfire, decided to test it out, after ejabberd did not quite give me what I needed.

I’m currently using iJab as a web interface to the chat server. We got this working fine with ejabberd, so I thought it would be a easy transition to openfire as I thought I wouldn’t need to change too much.

In our dev environment, I’m running a LAMP web server that is hosting the page, it has apache redirects in place to push all the /http-bind/ traffic to my chat server on port 7070. The server is running openfire 3.7 .0. The connections are coming, as I can see them on netstat and some scratching around with tcpdump and I can see that error xmmp xml is being generated and passed back to the requests that are being made by iJab.

My problem is, that there seems to be no logging on openfire’s part what so ever. I have enabled debugging in the web interface for the logs, but still nothing is showing up.

I could really use some help in figuring whats going on here.

edit

Okay, I downloaded the source and compiled it from there and I’m now getting log files. I am not however actually seening anything worth while in the log files. When connections come in, all I see is a stream of:

2011.03.16 14:15:16 JettyLog: servlet holder=

2011.03.16 14:15:16 JettyLog: chain=

2011.03.16 14:15:16 JettyLog: servlet holder=

2011.03.16 14:15:16 JettyLog: chain=

2011.03.16 14:15:16 JettyLog: servlet holder=

2011.03.16 14:15:16 JettyLog: servlet holder=

2011.03.16 14:15:16 JettyLog: chain=

2011.03.16 14:15:16 JettyLog: servlet holder=

2011.03.16 14:15:16 JettyLog: chain=

2011.03.16 14:15:16 JettyLog: servlet holder=

2011.03.16 14:15:16 JettyLog: servlet holder=

2011.03.16 14:15:16 JettyLog: servlet holder=

etc, etc, etc.

Any ideas?

Thanks

Syn