facebook

remote deplyment

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #222015 Reply

    Erick Dovale
    Member

    Hello there,
    I think I read some post saying that relaes 3.8.3 included remote deplyment. If this true?? if it is then how can I do it?? I’ve been digging around and can find a way to do it.
    I want to remote deploy to tomcat 5.

    Thanks

    Erick.

    #222016 Reply

    Scott Anderson
    Participant

    Erick,

    I think I read some post saying that relaes 3.8.3 included remote deplyment. If this true??

    Yes, it’s true.

    if it is then how can I do it?? I’ve been digging around and can find a way to do it.

    Did you try digging through the documentation? 😉 There’s a Remote Debugging Quickstart included in the application’s Help system in the MyEclipse Application Developer Guide and it’s also available on the website in the Documentation section here:
    http://www.myeclipseide.com/ContentExpress-display-ceid-67.html It should give you everything you need to get going. 🙂

    #222021 Reply

    Erick Dovale
    Member

    Hi Scott,
    Maybe I did not explain my self properly. I am trying to deploy, not to debug. When I go to windows/preferences and select the appserver under the myeclipse section a list of the supported appserver shows up. When I click in tomcat 5 there is no way to specify a remote server instance. All I can do is to enter local folders for a local instance of the tomcat.
    My question is:
    If there a way to specify a remote appserver in myeclipse 3.8.3?

    cheers..

    Erick.

    #222026 Reply

    Scott Anderson
    Participant

    Erick,

    Did you read the Remote Debugging Quickstart I referenced? It’s explained there.

    The connectors are for internally started servers. For remotely started servers you don’t need a connector because you’re starting the server manually, remotely. A special deployment type and debug session are provided, and this is all detailed in the documentation.

    #222031 Reply

    Erick Dovale
    Member

    Hi Scott,
    Thanks for your reply.
    I went through the documentation you refered me to. I found a work around for remote deployments but this still won’t work for me as it needs to have access to a mouted or shared drive in the remote system. What i need is something like the management console in tomcat that allows to deploy from anywehere. Is there anything like that in myeclipse??

    Thanks..
    Erick.

    #222036 Reply

    Scott Anderson
    Participant

    Erick,

    OK, I see what you’re after now. Right now we don’t have a web-based interfact like the Tomcat console for deployment. However, you could easily use our deployer to deploy to a custom location on your local drive and then use the Tomcat deployer to pick up the WAR and deploy it remotely to an instance of Tomcat that you’re debugging. How’s that work for you?

    #222083 Reply

    Erick Dovale
    Member

    Hi Scott..
    Happy new year!!1 😉
    That solution will do although I still would have to do it manually.
    Thanks anyway.

    Erick.

    #222102 Reply

    Scott Anderson
    Participant

    Erick,

    Happy new year!!1 😉

    Thanks! You too!

    That solution will do although I still would have to do it manually.

    Yes, it’s a bit more manual than normal but you’re also using an advanced configuration. The good news is that you *can* do it, although a bit more manually than we’d like, and that once you do, full Java and JSP debugging will be available to you. Not all bad. 😉

    #222262 Reply

    Erick Dovale
    Member

    Hi Scott,
    Thanks for your reply again.
    How is it that I can get full Java and JSP debugging when deploying to a remote server?

    Thanks.
    Erick

    #222265 Reply

    Scott Anderson
    Participant

    Please see the Remote Debugging tutorial in the Documentation section here:
    http://www.myeclipseide.com/ContentExpress-display-ceid-67.html

Viewing 10 posts - 1 through 10 (of 10 total)
Reply To: remote deplyment

You must be logged in to post in the forum log in