Unsupported Screen Size: The viewport size is too small for the theme to render properly.

HTTP Tunneling with JSP

forums forums SQLyog SQLyog: Bugs / Feature Requests HTTP Tunneling with JSP

  • This topic is empty.
Viewing 7 reply threads
  • Author
    Posts
    • #9073
      pnemonic
      Member

      Could I get http tunneling connection using jsp. greetings.

    • #18409
      Ritesh
      Member

      Would you be interested in porting SQLyogTunnel.php to SQLyogTunnel.jsp?

    • #18410
      pnemonic
      Member

      yes, my platform is tomcat/jsp/mysql and i am a java programmer

    • #18411
      peterlaursen
      Participant

      the SQLyog HTTP-tunnelling file (SQLyogTunnel.php) connects to SQLyog Enterprise only (and to SJA when SJA (SQLyog Job Agent) is executed on a computer having SQLyog Enterprise installed).

      So I guess the answer must be:

      1) If you are taking about launching SJA from .jsp code (ie. java) the answer is yes. You must provide the connection details in the job-file.

      2) If you want to execute SQL from .jsp-code and connect to a remote MySQL server using HTTP-tunnelling the tunnelling feature of SQLyog it not for that purpose. It's only for connecting with SQLyog (and SJA) as the mySQL client.

      I don't know if there are some other tunnelling solutions avaliable for java.

    • #18412
      peterlaursen
      Participant

      Sorry – I didn't see that Ritesh was in here allready 😮

    • #18413
      Ritesh
      Member
      Quote:
      SQLyog Enterprise only (and to SJA when SJA (SQLyog Job Agent) is executed on a computer having SQLyog Enterprise installed).

      Wrong 😮 You dont require SQLyog Enterprise to use tunneling feature in SJA. Its just that SJA is bundled with SQLyog Enterprise and not with SQLyog Free Edition.

      You can port SQLyogTunnel.php to any web-scripting language which can parse XML and can connect to MySQL.

      If pnemonic is interested in porting SQLyogTunnel.php to SQLyogTunnel.jsp then I would be happy to open up the schema/details of SQLyogTunnel.php

    • #18414
      pnemonic
      Member

      I would be pleased to make the migration and help anyone who needs this.

    • #18415
      Ritesh
      Member

      We plan to release the schemata/documentation on how to port SQLyogTunnel.php to other scripting languages in another 2-3 weeks.

Viewing 7 reply threads
  • You must be logged in to reply to this topic.