Developmet JSP

Discussion in 'Programming/Scripts' started by QuikeMore, Sep 4, 2006.

  1. QuikeMore

    QuikeMore New Member

    Hello friends
    First; I set up Perfect Setup Fedora Core 5+ISPConfig
    I develop my pages on php/mysql

    i have a questions

    1) My phpinfo() on phpMyAdmin: HOME->Show PHP Information its diferss of
    www.domain.com/siteuser/phpinfo.php both in my same equipment

    2) How surely is develp php/mysql webapps?? a friend tell me one appweb send a source code on php!! instead of html page?? it can be possible? maybe a programing error???

    3) I think setup a Tomcat and migrate/rewrite critic webapps to jsp pages.
    any tutorial, How to Setup Tomcat? Netbeans on my fC5/ISPCONFIG?? etc.
    its the best solution??? some suggestion??


    thanks

    Enrique

    pd. My english is poor :cool:
     
  2. Ben

    Ben ISPConfig Developer ISPConfig Developer

    2.) YOu mean safe? Well that depends on your programmingskill as well as the server config. But it is right that PHP gives you the possibility to code (too) straight forward...
    Well you can either have your php code mixed up with the HTML stuff (in my eyes the worst method if having some bigger scripts) or just have your php files and use templates (either with "template engines" or just simple html code displaying some php vars on the positions you wish).
     
  3. falko

    falko Super Moderator ISPConfig Developer

    Do both sites run on the same Apache? Do they both use mod_php, or does one use PHP as CGI and the other one as Apache module? Did you check the vhost configuration for both sites? Also watch out for .htaccess files that can contain PHP directives.
     

Share This Page