facebook

JSP not compiling to EAR

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

    I am evaluating MyEclipse as a replacement for RAD, and am definitely a Newbie with it.

    I have created a simple WAR in an EAR and have after some trial and tribulation been able to get it to deploy to an Orion 2.5.3 server running JDK 1.3.1_18 as a packaged deploy in MyEclipse.

    I can access the servlets and HTML resources but cannot access the JSP pages via Orion/Web Browser. Using
    a manual (external build) and deploy to Orion, I can access the JSP.

    I believe this is simply a matter of setting some configuration in MyEclipse regarding building a JSP resource, but have been unable to locate appropriate documentation.

    The Eclipse error log has no errors related to this issue, and none of the Orion logs show any errors at all.

    Help would be greatly appreciated

    Mark W.

    *** Date: Thu Apr 20 10:11:25 ADT 2006

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.4.2_11

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.1.1 GA
    Build id: 20060309-4.1.1-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Platform

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse RCP

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Java Development Tools

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Plug-in Development Environment

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Project SDK

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    c14_60
    -vm
    C:\WINDOWS\system32\javaw.exe

    #250825 Reply

    Still not fixed by I reviewed the Eclipse config above and noticed that it uses the Windows JAVAW (new in XP SP2). Moved the JSDK entry ahead of it in the path so that the config shows the correcd jdk, but jsps will still not compile. I followed the new tuturial but I do not even have the option to Validate JSP as shown. Is my installation broken?

    #250830 Reply

    Turned out to be an Orion issue. What is weird is that it deployed externally.

    Removed the page-encode tag in first jsp tag of pages (as in MyEclipse default template) and problem went away. Definitely not a MyEclipse Issue

    see: http://www.orionserver.com issueid: 1218

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: JSP not compiling to EAR

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