- This topic has 2 replies, 1 voice, and was last updated 19 years ago by
aliant_mwalker.
-
AuthorPosts
-
aliant_mwalkerMemberI 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 WorkbenchVersion: 4.1.1 GA
Build id: 20060309-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600Eclipse 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
aliant_mwalkerMemberStill 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?
aliant_mwalkerMemberTurned 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
-
AuthorPosts