convert netbeans php project to war file to deploy in remote web server -


i have been searching build , clean convert netbeans php project war file,after searches found java project.so have tried configure path var/www ,but shows invalid path,can 1 me how can convert netbeans project war file.i test project on system how can access netbeans project in computer test functionalities,i stuck help

thank you

i recommend used wamp server. follow steps below.

  1. cut php project netbeans projects , paste on c:\wamp\www.
  2. it assumed you've ran wamp server. go netbeans, open php project in c:\wamp\www directory.
  3. right-click php project>properties>run configuration. have match port number of php project web server(wamp server). see httpd.conf if want change port. default, listens port 80.
  4. single-click php project , hit f6.
  5. voila! :d

this way run php project on netbeans. web servers netbeans designed java apps only. web server wamp designed php.

hope helps -_-


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -