Need help with Jboss

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Sameer.Chebbi
Forum Newbie
Posts: 1
Joined: Tue Jul 12, 2011 8:54 am

Need help with Jboss

Post by Sameer.Chebbi »

Hi all,
I need to use php in a project where in the local server is Jboss. I fiddled around for a while and wrote a simple echo code.
The php file was saved in the ROOT.war folder of jboss. However when executing, i just received a blank page. Any pointers on how to do it?

URL used - http://localhost: number>/<myphpfile>.php
Jboss version - Jboss 5.0.1GA
OS - windows 7
location of file - jboss-5.0.1.GA\server\default\deploy\ROOT.war\<myphpfile>.php

Is there some sort of separate installation needed??

thanks and regards,
sam
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Need help with Jboss

Post by Weirdan »

Do you actually have PHP servlet installed?
Post Reply