- This topic has 5 replies, 2 voices, and was last updated 18 years ago by Riyad Kalla.
-
AuthorPosts
-
sateesh1234MemberHello Techies,
I am having MyEclipse 4.0.3GA version. Eclipse is 3.1. I had installed J2sdk 1.4We r having sun application server remotely. I want to know how can i access this remote application server.
Generally we r having windows>Prefrences>MyEclipse>ApplicationServers>SunApplicationServer>
HomeDirectory
Configuration Directory
ServerName
Domain Name
Domain Directory
Optional Program Arguments.We are having separate web instances for our remote application server.
How to fill up this configuration.Let us suppose that I am having application server in the following location
212.23.4.5.
My own instance is at the port 1234.In this case how can i access the remote application server instance from myeclipse??
Also in the JDK, what is the location I have to point??
Why myeclipse does not support sun application server 6.1.
Plz reply my question asap. I am in real hurry.regards,
Sateesh.
Riyad KallaMemberWe r having sun application server remotely. I want to know how can i access this remote application server.
Generally we r having windows>Prefrences>MyEclipse>ApplicationServers>SunApplicationServer>We don’t current support remote control of a server.
sateesh1234MemberHello Riyad,
Thanks for u r reply.
I think we r having externally launched option when we go for rightclick on project>myeclipse>addRemoveProjects> externally launched.
Can i use this option so that i can locate remote server. But i am not getting any response from remote server that so n so application is deployed.regards,
Sateesh
Riyad KallaMemberSateesh,
What you need to do is map the remote app server’s directly to a local share, then use the Custom Location or Externally Launched to deploy to that share. We don’t do any network communication as each appserver (of which we support over 20) either have their own methods for this or don’t support it.
sateesh1234MemberHai Techies,
In our company we need remotedebugging.For that one we decided we want to use myeclipse id.so,we are started debugging with myeclipse,but still upto now, now one get success,If u provide solution we are ready to buy the myeclipse.Actually My situation is, I have the project with the name “admin.”It contain it own build.xml.so,we are run that file using command prompat(Ex: c:\admin>ant).Then after we build the war file and deployed in sun Application server 8.0. Before only we did modifications in domain.xml.
After we are creating the new Javaproject in myeclipse using and selecting the “create the project from existing source”,there we point out our admin module.and set the some break points.
Then start the server from myeclipse and entering the url.That time it pointing outing the myeclipse and giving the error source cant found. some times it opeening Thread.java like calsses and going to debugging.
so,That is outr proble,if we are expecting solution as aoon as possible.
Riyad KallaMemberFirst thing you want to check is that when you build your project with Ant that you are compiling it *with* debugging symbols… for the <javac> task that looks like:
debug="true" debuglevel="lines,vars,source"
-
AuthorPosts