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!