Plugins (1083)


Training and Consulting (44)



EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 540
Comments: 0

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
chandan
Post subject: configure eclipe and tomcat  PostPosted: Apr 01, 2006 - 10:53 AM
Guest





hi all,
i am facing problem in configuring eclipse 3.1 ,
Tomcat 5.0,com.sysdeo.eclipse.tomcat_3.1.0.....
unzipped the sysdeo plugin (com.sysdeo.eclipse.tomcat_3.1.0) and pasted this
in eclipse 3.1\plugin folder..

Environment variable

java_home=c:\j2sdk1.4.2_07
catalina_home=C:\Tomcat 5.0
path=c:\j2sdk1.4.2_07\bin

after that i got the tomcat icons on the eclipse
header.now i followed
windows\prefrences\java\Installed JREs i found on
right hand side already
j2sdk1.4.2_07=c:\j2sdk1.4.2_07 option
i created another JRE by clicking on add
JRE=c:\j2sdk1.4.2_07\jre which is required by
eclipse...
after this i clicked on Tomcat
tomcat home=c:\tomcat5.0
version =version5.x
server.xml=c:\tomcat5.0\conf\server.xml
(advanced)
tomcat base=c:\tomcat5.0
(JVM settings)
jre( drop down box) ( 2 options were there
j2sdk1.4.2_07 and JRE)
selected j2sdk1.4.2_07
classpath=c:\j2sdk1.4.2_07\lib\tools.jar
boot classpath
c:\j2sdk.14.2_07\jre\rt.jar

after this i did apply and ok...
now i clicked on the tomcat icon on the top of
eclipse now on console it is showing
<terminated>Tomcat5.x[Java Application]
c:\j2sdk1.4.2_07\bin\javaw.exe.
please help me out to solve this problem.....
any help will be appriciated...
regards
chandan sharma
 
   
Reply with quote Back to top
guest
Post subject: Re: configure eclipe and tomcat  PostPosted: Apr 22, 2006 - 09:34 PM
Guest





I am facing the exact problem and yet to resolve this issue . pl do let me know if solution is found.
thanks in advance
vinay


chandan wrote:
hi all,
i am facing problem in configuring eclipse 3.1 ,
Tomcat 5.0,com.sysdeo.eclipse.tomcat_3.1.0.....
unzipped the sysdeo plugin (com.sysdeo.eclipse.tomcat_3.1.0) and pasted this
in eclipse 3.1\plugin folder..

Environment variable

java_home=c:\j2sdk1.4.2_07
catalina_home=C:\Tomcat 5.0
path=c:\j2sdk1.4.2_07\bin

after that i got the tomcat icons on the eclipse
header.now i followed
windows\prefrences\java\Installed JREs i found on
right hand side already
j2sdk1.4.2_07=c:\j2sdk1.4.2_07 option
i created another JRE by clicking on add
JRE=c:\j2sdk1.4.2_07\jre which is required by
eclipse...
after this i clicked on Tomcat
tomcat home=c:\tomcat5.0
version =version5.x
server.xml=c:\tomcat5.0\conf\server.xml
(advanced)
tomcat base=c:\tomcat5.0
(JVM settings)
jre( drop down box) ( 2 options were there
j2sdk1.4.2_07 and JRE)
selected j2sdk1.4.2_07
classpath=c:\j2sdk1.4.2_07\lib\tools.jar
boot classpath
c:\j2sdk.14.2_07\jre\rt.jar

after this i did apply and ok...
now i clicked on the tomcat icon on the top of
eclipse now on console it is showing
<terminated>Tomcat5.x[Java Application]
c:\j2sdk1.4.2_07\bin\javaw.exe.
please help me out to solve this problem.....
any help will be appriciated...
regards
chandan sharma
 
   
Reply with quote Back to top
exquisitus
Post subject: Re: configure eclipe and tomcat  PostPosted: Jun 20, 2006 - 09:29 AM



Joined: Nov 18, 2004
Posts: 22
Location: CA, US
chandan wrote:
hi all,
i am facing problem in configuring eclipse 3.1 ,
8<snip
boot classpath
c:\j2sdk.14.2_07\jre\rt.jar
8<
chandan sharma


I don't believe you need to specify the rt.jar in the Boot Classpath unless you are either adding other jars to the Boot Classpath or you want to use an rt.jar that is different from the one shipped with your JVM.

Yes, the Boot Classpath legend says "rt.jar required", but I believe that is because anything put in the Boot Classpath list will be the parameters for the -Xbootclasspath JVM parameter.

I know that I've never put anything in the Boot Classpath list, and Tomcat has started and run properly in my Eclipse environment.
 
 View user's profile Send private message  
Reply with quote Back to top
prateep
Post subject: Re: configure eclipe and tomcat  PostPosted: Aug 30, 2006 - 08:02 AM



Joined: Aug 30, 2006
Posts: 1

chandan wrote:
hi all,
i am facing problem in configuring eclipse 3.1 ,
Tomcat 5.0,com.sysdeo.eclipse.tomcat_3.1.0.....
unzipped the sysdeo plugin (com.sysdeo.eclipse.tomcat_3.1.0) and pasted this
in eclipse 3.1\plugin folder..

Environment variable

java_home=c:\j2sdk1.4.2_07
catalina_home=C:\Tomcat 5.0
path=c:\j2sdk1.4.2_07\bin

after that i got the tomcat icons on the eclipse
header.now i followed
windows\prefrences\java\Installed JREs i found on
right hand side already
j2sdk1.4.2_07=c:\j2sdk1.4.2_07 option
i created another JRE by clicking on add
JRE=c:\j2sdk1.4.2_07\jre which is required by
eclipse...
after this i clicked on Tomcat
tomcat home=c:\tomcat5.0
version =version5.x
server.xml=c:\tomcat5.0\conf\server.xml
(advanced)
tomcat base=c:\tomcat5.0
(JVM settings)
jre( drop down box) ( 2 options were there
j2sdk1.4.2_07 and JRE)
selected j2sdk1.4.2_07
classpath=c:\j2sdk1.4.2_07\lib\tools.jar
boot classpath
c:\j2sdk.14.2_07\jre\rt.jar

after this i did apply and ok...
now i clicked on the tomcat icon on the top of
eclipse now on console it is showing
<terminated>Tomcat5.x[Java Application]
c:\j2sdk1.4.2_07\bin\javaw.exe.
please help me out to solve this problem.....
any help will be appriciated...
regards
chandan sharma
 
 View user's profile Send private message  
Reply with quote Back to top
sgatl2
Post subject: Tomcat not found in Eclipse IDE  PostPosted: Feb 21, 2007 - 03:43 PM



Joined: Feb 21, 2007
Posts: 1

Hi all I am having the following problem. When I open the Window->Customize Perspective -> Commands. I dont see Tomcat there.

There is no tomcat option available. Can you please help me out.[/img]
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits