Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

php?

Options
  • 22-06-2003 8:15pm
    #1
    Registered Users Posts: 7,518 ✭✭✭


    I'm not really sure if this belongs in this forum. Mod, could you move it if it doesn't.

    I'm want to develop php sites offline before uploading them to my server. I'm downloading the php source now but not sure where to deploy it. I have tomcat running jsp pages from http://localhost:8080 working. Should I install it in the same base folder?

    Cheers in advance for the help


Comments

  • Registered Users Posts: 944 ✭✭✭nahdoic


    i'm assuming you're using windows 'offline', if you are then you can't go wrong with

    http://sourceforge.net/projects/phptriad

    sets it all up for you, definitely the easiest way to do, you just have to double click :)


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    If you are running Tomcat and Apache together you will need a connector such as mod_jk , mod_jk2 or mod_webapp to pass non java requests directly to apache on port 80


  • Registered Users Posts: 7,518 ✭✭✭matrim


    I downloaded phptriad and ran it. Whenever I try to use a page it asks me to go online if I stay offline it doesn't work but if I connect it works. Does anyone know how to fix this.


  • Registered Users Posts: 944 ✭✭✭nahdoic


    use something other than MSIE, it loves to ask you to go on-line when you're testing offline pages.

    or you could go to tool>internet options>connections>never dial a connection

    or you could just say yes to on-line, and then don't actually dial.


Advertisement