Re: [Resin-interest] php and resin.

2007-02-18 Thread Knut Forkalsrud
And Mattias Jiderhamn tried to help you: Your question is so general, it is easy to assume you have not read the documentation yet, or do not know the basic concepts about web/J2EE servers. (Re-)Read the documentation. Try the out-of-the-box settings. Try a static HTML page. If

Re: [Resin-interest] php and resin.

2007-02-18 Thread Steve Burrus
well however much this helps. my os platform is windows xp professional. and i just simply wanna know which of the folders in the whole resin server installation I should be putting the php file into to be able to then see it in my web browser. From: Knut Forkalsrud [EMAIL PROTECTED]

Re: [Resin-interest] php and resin.

2007-02-18 Thread Lucas Pereira
Hi just add a new folder into webapps folder... inside folder web-inf (created automaticaly in your new folder) place a xml file called web.xml with the following on it web-app xmlns="http://caucho.com/ns/resin" servlet-mapping url-pattern="*.php"