- This topic has 3 replies, 2 voices, and was last updated 16 years, 2 months ago by
support-joy.
-
AuthorPosts
-
mnixonMemberHi 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!
May 18, 2009 at 3:51 am #298501
support-joyMembermnixon,
Can you take a look at this post here – http://www.myeclipseide.com/PNphpBB2-printview-t-17739-start-0.html
May 19, 2009 at 3:24 am #298531
mnixonMemberThanks 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
May 19, 2009 at 7:33 am #298535
support-joyMemberGood 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. -
AuthorPosts