Tomcat And PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Agah Orhan Dikmen

    #1

    Tomcat And PHP

    Hi folks,

    I want to know if I can make my tomcat available for PHP scripts, so I
    can both run Servlet/JSP and PHP scripts in the same server ;)

    Thx all,
  • uws

    #2
    Re: Tomcat And PHP

    I <d9d0e330.03071 60058.7cc71fbd@ posting.google. com>, Agah Orhan Dikmen skrev:[color=blue]
    > I want to know if I can make my tomcat available for PHP scripts, so I
    > can both run Servlet/JSP and PHP scripts in the same server ;)[/color]

    You can use fopen() to fetch data from a remote server. This remote
    server can also be `localhost:8000 ', for instance.

    mvrgr, Wouter

    --
    :wq mail uws@xs4all.nl

    spread your love like a fever -- black rebel motorcycle club

    Comment

    • JÿGius³

      #3
      Re: Tomcat And PHP

      > I want to know if I can make my tomcat available for PHP scripts, so I[color=blue]
      > can both run Servlet/JSP and PHP scripts in the same server ;)[/color]

      When I run a PHP script, Tomcat converts it into a servlet? That is, Tomcat
      treats a PHP
      script as were a JSP page?

      Merci.

      JyGius


      Comment

      • Metnetsky

        #4
        Re: Tomcat And PHP

        On Wed, 16 Jul 2003 01:58:02 -0700, Agah Orhan Dikmen wrote:
        [color=blue]
        > Hi folks,
        >
        > I want to know if I can make my tomcat available for PHP scripts, so I
        > can both run Servlet/JSP and PHP scripts in the same server ;)
        >
        > Thx all,[/color]

        Read up on the mod_jk connector.


        Comment

        Working...