facebook

Help in deploying for My Eclipse 4.1GA

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #245315 Reply

    vrohilla
    Member

    Hi.

    I recently started setting up my existing J2EE App. in My Eclipse 4.1GA. I was using Eclipse with Lomboz for J2EE Development earlier.

    I use to put my JSP’s, JS, Property files, Needed Jars etc..in custom folders then build the WAR file of the Application with my own Build file which compiles the files from all these folders and make a WAR file and deploy it in Weblogic 8.1 server itself. All this is done by my Ant build file.

    How should I set up the application in My Eclipse so that I can deploy the WAR file in Weblogic Server. As when I put my build.xml file in WEB-INF folder and try to build the App. The WAR file is not getting deployed in Weblogic itself.

    I understand My Eclipse provide its own way to set up Application Server with help of connectors.

    Could you please tell do I need to change the layout of my folder structure & build file to deploy it to Weblogic server? I am confused please help

    Thanks.

    #245348

    Riyad Kalla
    Member
    #245416

    vrohilla
    Member

    Ok. Thanks a lot for the quick reply.

    One quick question – Where should I put the properties files of the App. For ex- ApplicationResource.properties for struts or any other property file that is needed by Application. As the part of WAR file they need to reside in WEB-INF\classes folder as they get added in the classpath themselves by residing in WEB-INF/classes folder.

    Thanks.

    #245423

    Riyad Kalla
    Member

    One quick question – Where should I put the properties files of the App. For ex- ApplicationResource.properties for struts or any other property file that is needed by Application. As the part of WAR file they need to reside in WEB-INF\classes folder as they get added in the classpath themselves by residing in WEB-INF/classes folder.

    You will want to stick those in the root of your /src directory, they will get copied over during the build process to the root of your /classes directory.

    #245463

    vrohilla
    Member

    I got you. Thanks for the quick information again. It worked.

    I believe instead of using the standard process of My Eclipse for building the App. I can also build the app with help of my own build file and property file which could compile the WAR file at the targetting server itself? This would help me being independent on setting my Application on any Open source IDE. What is your opinion?

    Thanks.

    #245467

    Riyad Kalla
    Member

    I believe instead of using the standard process of My Eclipse for building the App. I can also build the app with help of my own build file and property file which could compile the WAR file at the targetting server itself? This would help me being independent on setting my Application on any Open source IDE. What is your opinion?

    Sure you can do this, and some folks have to if their projects are too customized in their layout. In that case just make sure you compile your source files with debugging turned on. Also you will need to read our remote debugging tutorial here: http://www.myeclipseide.com/images/tutorials/quickstarts/remotedebugging/

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Help in deploying for My Eclipse 4.1GA

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