[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2009-04-28 Thread mladen.t...@jboss.com
Ah, OK.
I'll made a new release then compiled against 5.2.9


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227102#4227102

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227102
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Starting JBoss as a Service on Windows XP has an issue

2009-02-27 Thread mladen.t...@jboss.com
The problem is not in service but rather in run.bat
The reason why it is observed when running as service is because the
service mode uses system PATH environment variable
(which probably ends wit backslash)

The fix is easy. Inside run.bat change:

REM Add bin/native to the PATH if present
if exist "%JBOSS_HOME%\bin\native" set PATH=%JBOSS_HOME%\bin\native;%PATH%

To:

REM Add bin/native to the PATH if present
if exist "%JBOSS_HOME%\bin\native" set 
PATH=%JBOSS_HOME%\bin\native;%PATH%;%JBOSS_HOME%\bin


Regards,
Mladen

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213743#4213743

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213743
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2009-04-27 Thread mladen.t...@jboss.com
Peter,

What were the changes you made for the php5servlet?
Was it just a new build or you fix something?

Regards
Malden

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226750#4226750

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226750
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user