facebook

Weblogic 10 exploded archive auto deployment issues

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

    mnixon
    Member

    Hi guys,

    Currently I have a problem, when I use MyEclipse with Weblogic to have an exploded archive in the auto deployment area I cant view any pages.

    Adding deploying the project as a packaged (production) archive works fine. If I put the ear file in there I can view the site as per normal. If I add the ear through the weblogic console the site works properly also.
    .

    I appear to have followed the instructions/tutorials correctly. The server is currently set to Development mode (on by default) so autodeploy is supposed to be working

    My application.xml

    
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd">
      <display-name>MyAppEnterprise</display-name>
      <module id="myeclipse.1241666781262">
        <web>
          <web-uri>MyAppUIWeb.war</web-uri>
          <context-root>/MyApp</context-root>
        </web>
      </module>
    </application>
    

    Previously this project was working fine under MyEclipse 7.0 so I am really scratching my head as to why this is an issue. A work colleague is also having the same issue on another development machine.

    Can anyone suggest something that I may have missed?

    Thanks!

    #298501

    support-joy
    Member

    mnixon,

    Can you take a look at this post here – http://www.myeclipseide.com/PNphpBB2-printview-t-17739-start-0.html

    #298531

    mnixon
    Member

    Thanks Joy,

    I initially dismissed that link as not being applicable to my problem, however checking it again I decided to change my domain directory to c:\program files\genutec\myeclipse

    Now it works correctly. I cannot discern from the instructions why I am supposed to do this (rather than use the default BEA supplied one)

    Can someone please point me in the right direction? Can someone please explain why this would kick weblogic into working properly?

    thanks

    #298535

    support-joy
    Member

    Good to hear that you have everything in working order.
    I would recommend you to post your queries to the above forum link. Since the solution was provided by these users, they will be able to throw more light.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Weblogic 10 exploded archive auto deployment issues

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