- This topic has 5 replies, 2 voices, and was last updated 19 years, 5 months ago by Riyad Kalla.
-
AuthorPosts
-
ram_kurra@yahoo.co.inMemberHello techies,
Iam using MyEclipse 3.8.4M7 n weblogic 7.0.
I want to debug the weblogic server using myeclipse.
Can any body tell how to debug the weblogic server using myeclipse.thanks(in advance),
ramu
Riyad KallaMemberRamu,
Please read through our web tutorial here: http://www.myeclipseide.com/images/tutorials/quickstarts/webprojects/Then see the FAQ on WebLogic here: http://myeclipseide.com/FAQ+index-myfaq-yes-id_cat-17.html
ram_kurra@yahoo.co.inMemberHi,
thanks for u reply.
I had seen the urls u mentioned and i had studied jsp+hang problem already.
u r suggestion is ” use jdk1.4.2 rather than jdk1.3.1 which is defaultly available in weblogic 7.0″.
Iam using jdk1.5.0,elipse3.1M2,myeclipse3.8.4M7.
When i use eclipse,it is using jdk1.5.0 and iam able to run my programs.
Now by using myeclipse,iam configuring the weblogic server and given jdk which is (1.3.1) default ,then weblogic server is started.
Now i changed this jdk to jdk1.5.0, it is saying “server did not started properly”
I want to debug the weblogic server.
how to change the jdk in weblogic????
Does i need to modify any starting scripts in weblogic server??
IF so what r they??
If any body replies, iam very thankfull to himregards,
ramu
Riyad KallaMemberIam using jdk1.5.0,elipse3.1M2,myeclipse3.8.4M7.
If your versions ARE correct here, they are not compatible. Please download and do a clean install of Eclipse 3.1 GA and MyEclipse 4.0 Milestone 2.
Now i changed this jdk to jdk1.5.0, it is saying “server did not started properly”
You can use JDK 1.4.1, but not JDK 1.5.0, please read this entire thread: https://www.genuitec.com/forums/topic/debugging-servlets-on-weblogic-7-0-2-closed/&highlight=debugging+1+3+1
Please note this is linked from the FAQ that I gave above.
ram_kurra@yahoo.co.inMemberHello riyad,
thanks for all u r replies,
I am confused about eclipse3.1GA.
U r meaning of eclipse3.1GA means versions starting from 3.1 or Eclipse3.1GA is separate version.
I had gone through eclipse.org and found eclipse3.1RC3,eclipse3.1M2 n somany versions.
I did not find any eclipse3.1GA version.regards,
ramu
Riyad KallaMember“GA” means “General Availability”, it means a stable release. You can download 3.1 stable release here:
http://download.eclipse.org/eclipse/downloads/drops/R-3.1-200506271435/index.php -
AuthorPosts