- This topic has 4 replies, 2 voices, and was last updated 13 years, 5 months ago by support-swapna.
-
AuthorPosts
-
usryjwMemberHi there,
I configured a WebSphere Application Server in MyEclipse Blue 9, but on the WebSphere Target Server screen (Rgiht click on a project –>Properties–>MyEclipse–>WebSphere Target Server) the Target server option list is alwasy empty (I have created a server and enabled)
Thanks,
support-swapnaModeratorusryjw,
I could not replicate it at my end.
1) What kind of project is it? Is it a simple web project ?
2) Which version of WAS are you working with ?
3) Are you able to get your WAS running and deploy projects to it ?
4) Can you share a screenshot of the WAS connector page ?
5) Can you create a new web project with Java EE 5 and check in the WebSphere Target Server screen for the options ? Do you see only <not set> option available when you click on the select box ?
Attached is the screenshot for your reference.
Let me know how this works for you.
Attachments:
You must be logged in to view attached files.
usryjwMemberThanks for your reply.
I couldn’t attach a screen shot here. Here are something (from the WebSphere Target Server Scrren ) differ than what your screen shot:
i J2EE 1.3 porjects may be deployed to all WebSphere servers, but must havea WebSphere 5.1 target server.As my EAR project was built since J2EE 1.3 and now it was migrated to Java 5 and JEE1.4. It is running on WAS 6.1
usryjwMemberBTW. I was able to see the Target Server once I create a new Web project using J2EE 1.4. So I think, there might be somthing with the J2ee 1.3 was not consided in MyEclipse to run on WAS6.1 server.
Thanks,
support-swapnaModeratorusryjw,
I migrated my EAR web project from J2EE 1.3 to J2EE 1.4 and I could see the Websphere Target Server.
Here are the steps I followed for migrating the project with J2EE 1.3 to J2EE 1.4 :
1) Right click on project > Build Path > Configure Build Path > Libraries. Removed the J2EE 1.3 libraries.
2) Add Library > MyEclipse Libraries > J2EE 1.4 Libraries.
3) Edit the .mymetadata file and change the j2ee-spec to 1.4
4) Refresh the project. Right click on project > Close project.
5) Right click on project > Open project
6) Now check the Websphere Target Server screen.Let me know how this works for you.
-
AuthorPosts