SlideShare a Scribd company logo
1 of 17
Setting Up the Debugger
          Copyright © 2000 - 2006 Liferay, Inc.
                 All Rights Reserved.
 No material may be reproduced electronically or in print without written
                     permission from Liferay, Inc.
1. Click Run  Run…
1. Select Java Application  tomcat. If you
   do not see tomcat, go to the next slide.
If you were NOT able to select tomcat,
• Click Java Application
• Click New Configuration
1. Name: tomcat
2. Project: ext
3. Main class: org.apache.catalina.startup.Bootstrap
1.   Click the Arguments tab
2.   Program arguments: start
3.   VM arguments: (See Next Slide)
1. VM arguments:
-Xms128m -Xmx512m -Dfile.encoding=UTF8 -Duser.timezone=GMT
-Djava.security.auth.login.config=C:/Training/liferay/tomcat/conf/jaas.config
-Djava.endorsed.dirs=C:/Training/liferay/tomcat/common/endorsed
-Dcatalina.base=C:/Training/liferay/tomcat
-Dcatalina.home=C:/Training/liferay/tomcat
-Djava.io.tmpdir=C:/Training/liferay/tomcat/temp

Warning! Make sure the paths are pointing to your Tomcat directory.
If you unzipped Tomcat to a directory other than C:/Training/liferay/tomcat you
       must change the paths accordingly.


1. Working directory:
C:/Training/liferay/tomcat
1.   Click the JRE tab
2.   Make sure that the Project JRE points to the JDK. For
     example, j2sdk1.4.2_12.
     If the Project JRE points to the JRE instead of the JDK
     see the Troubleshooting section.
1.   Click the ClassPath tab
2.   Remove all entries in Bootstrap Entries except for
     JRE System Library [jdk]
1.   Remove all entries in User Entries
2.   Select User Entries, then click Add External Jars
3.   Add bootstrap.jar located here:
     C:/Training/liferay/tomcat/bin
1.   Click the Source tab
2.   Click Add  Java Project
3.   Check ext and portal and click OK
     These options may not be available if they are already
     included in the Source Lookup Path window.
1. Click Apply  Run
Congratulations!
Congratulations, you can now debug the
 source code in Eclipse!
Run Tomcat (No Debug)                          Clear console

                          Clear all terminated launches
                                                           Click to see if more
                                                          than one instance of
Run Tomcat (Debug)                    Stop Tomcat
                                                            Tomcat is running
Troubleshooting
If your Project JRE does not point to the JDK:
1. Click Window  Preferences 
     Java  Installed JREs
2. Click Add
3. Enter a name for your JDK
     Browse for the location of your JDK
     For example: C:/Java/jdk1.5.0_08
4. Remove all entries that point to the JRE
Your Project JRE should now point to the SDK
Revision History
Edward Shin   09/08/06   Author

More Related Content

What's hot

FlexUnit 4 for contributors
FlexUnit 4 for contributorsFlexUnit 4 for contributors
FlexUnit 4 for contributorsmichael.labriola
 
Mockito vs JMockit, battle of the mocking frameworks
Mockito vs JMockit, battle of the mocking frameworksMockito vs JMockit, battle of the mocking frameworks
Mockito vs JMockit, battle of the mocking frameworksEndranNL
 
Automated Unit Testing
Automated Unit TestingAutomated Unit Testing
Automated Unit TestingMike Lively
 
Test driven development - JUnit basics and best practices
Test driven development - JUnit basics and best practicesTest driven development - JUnit basics and best practices
Test driven development - JUnit basics and best practicesNarendra Pathai
 
Advanced junit and mockito
Advanced junit and mockitoAdvanced junit and mockito
Advanced junit and mockitoMathieu Carbou
 
JUnit 5 - The Next Generation
JUnit 5 - The Next GenerationJUnit 5 - The Next Generation
JUnit 5 - The Next GenerationKostadin Golev
 
An Introduction to JUnit 5 and how to use it with Spring boot tests and Mockito
An Introduction to JUnit 5 and how to use it with Spring boot tests and MockitoAn Introduction to JUnit 5 and how to use it with Spring boot tests and Mockito
An Introduction to JUnit 5 and how to use it with Spring boot tests and Mockitoshaunthomas999
 
What is JUnit? | Edureka
What is JUnit? | EdurekaWhat is JUnit? | Edureka
What is JUnit? | EdurekaEdureka!
 
Renaissance of JUnit - Introduction to JUnit 5
Renaissance of JUnit - Introduction to JUnit 5Renaissance of JUnit - Introduction to JUnit 5
Renaissance of JUnit - Introduction to JUnit 5Jimmy Lu
 
Simple Unit Testing With Netbeans 6.1
Simple Unit Testing With Netbeans 6.1Simple Unit Testing With Netbeans 6.1
Simple Unit Testing With Netbeans 6.1Kiki Ahmadi
 
Introduction To J unit
Introduction To J unitIntroduction To J unit
Introduction To J unitOlga Extone
 
Unit testing best practices with JUnit
Unit testing best practices with JUnitUnit testing best practices with JUnit
Unit testing best practices with JUnitinTwentyEight Minutes
 

What's hot (20)

JMockit
JMockitJMockit
JMockit
 
FlexUnit 4 for contributors
FlexUnit 4 for contributorsFlexUnit 4 for contributors
FlexUnit 4 for contributors
 
Mockito vs JMockit, battle of the mocking frameworks
Mockito vs JMockit, battle of the mocking frameworksMockito vs JMockit, battle of the mocking frameworks
Mockito vs JMockit, battle of the mocking frameworks
 
Automated Unit Testing
Automated Unit TestingAutomated Unit Testing
Automated Unit Testing
 
JUnit Presentation
JUnit PresentationJUnit Presentation
JUnit Presentation
 
Test ng
Test ngTest ng
Test ng
 
Test driven development - JUnit basics and best practices
Test driven development - JUnit basics and best practicesTest driven development - JUnit basics and best practices
Test driven development - JUnit basics and best practices
 
TestNg_Overview_Config
TestNg_Overview_ConfigTestNg_Overview_Config
TestNg_Overview_Config
 
Advanced junit and mockito
Advanced junit and mockitoAdvanced junit and mockito
Advanced junit and mockito
 
Test NG Framework Complete Walk Through
Test NG Framework Complete Walk ThroughTest NG Framework Complete Walk Through
Test NG Framework Complete Walk Through
 
JUnit 5 - The Next Generation
JUnit 5 - The Next GenerationJUnit 5 - The Next Generation
JUnit 5 - The Next Generation
 
An Introduction to JUnit 5 and how to use it with Spring boot tests and Mockito
An Introduction to JUnit 5 and how to use it with Spring boot tests and MockitoAn Introduction to JUnit 5 and how to use it with Spring boot tests and Mockito
An Introduction to JUnit 5 and how to use it with Spring boot tests and Mockito
 
Unit Testing in Java
Unit Testing in JavaUnit Testing in Java
Unit Testing in Java
 
What is JUnit? | Edureka
What is JUnit? | EdurekaWhat is JUnit? | Edureka
What is JUnit? | Edureka
 
Renaissance of JUnit - Introduction to JUnit 5
Renaissance of JUnit - Introduction to JUnit 5Renaissance of JUnit - Introduction to JUnit 5
Renaissance of JUnit - Introduction to JUnit 5
 
Test ng for testers
Test ng for testersTest ng for testers
Test ng for testers
 
Simple Unit Testing With Netbeans 6.1
Simple Unit Testing With Netbeans 6.1Simple Unit Testing With Netbeans 6.1
Simple Unit Testing With Netbeans 6.1
 
Introduction To J unit
Introduction To J unitIntroduction To J unit
Introduction To J unit
 
Unit testing best practices with JUnit
Unit testing best practices with JUnitUnit testing best practices with JUnit
Unit testing best practices with JUnit
 
Junit and testNG
Junit and testNGJunit and testNG
Junit and testNG
 

Viewers also liked

Viewers also liked (18)

המצגת להצגה של המאמר בכיתה
המצגת להצגה של המאמר בכיתההמצגת להצגה של המאמר בכיתה
המצגת להצגה של המאמר בכיתה
 
Breast cancer
Breast cancerBreast cancer
Breast cancer
 
Wireshark tips
Wireshark tipsWireshark tips
Wireshark tips
 
Mostafa m. ibrahim
Mostafa m. ibrahimMostafa m. ibrahim
Mostafa m. ibrahim
 
Mostafa m. ibrahim
Mostafa m. ibrahimMostafa m. ibrahim
Mostafa m. ibrahim
 
What are the benefits of learning cornish
What are the benefits of learning cornishWhat are the benefits of learning cornish
What are the benefits of learning cornish
 
Pola kerja TIM TUTOR BK Sebaya Undiksha
Pola kerja TIM TUTOR BK Sebaya UndikshaPola kerja TIM TUTOR BK Sebaya Undiksha
Pola kerja TIM TUTOR BK Sebaya Undiksha
 
Sirs
SirsSirs
Sirs
 
Collocation and multi word lexemes
Collocation and multi word lexemesCollocation and multi word lexemes
Collocation and multi word lexemes
 
המצגת להצגה של המאמר בכיתה
המצגת להצגה של המאמר בכיתההמצגת להצגה של המאמר בכיתה
המצגת להצגה של המאמר בכיתה
 
Biochemistry Basic Lab procedures
Biochemistry Basic Lab proceduresBiochemistry Basic Lab procedures
Biochemistry Basic Lab procedures
 
Investigation on poisoing
Investigation on poisoingInvestigation on poisoing
Investigation on poisoing
 
Poisons introduction
Poisons introductionPoisons introduction
Poisons introduction
 
Evaluasi supervisi bk 1
Evaluasi supervisi bk 1Evaluasi supervisi bk 1
Evaluasi supervisi bk 1
 
Dipesh yadav
Dipesh yadavDipesh yadav
Dipesh yadav
 
Assessment of patient- history and examination #poisoning
Assessment of patient- history and examination #poisoning Assessment of patient- history and examination #poisoning
Assessment of patient- history and examination #poisoning
 
Model Konseling Behavioral teknik Dezensitisasi Sistematis
Model Konseling Behavioral teknik Dezensitisasi SistematisModel Konseling Behavioral teknik Dezensitisasi Sistematis
Model Konseling Behavioral teknik Dezensitisasi Sistematis
 
Model konseling
Model konselingModel konseling
Model konseling
 

Similar to Set up the Debugger with Eclipse

22412_1_1_1_P_603c5bf161f61_File.pdf
22412_1_1_1_P_603c5bf161f61_File.pdf22412_1_1_1_P_603c5bf161f61_File.pdf
22412_1_1_1_P_603c5bf161f61_File.pdfNileshWadhave1
 
Adv java unit 1 M.Sc CS.pdf
Adv java unit 1 M.Sc CS.pdfAdv java unit 1 M.Sc CS.pdf
Adv java unit 1 M.Sc CS.pdfKALAISELVI P
 
Apache Tomcat 8 Application Server
Apache Tomcat 8 Application ServerApache Tomcat 8 Application Server
Apache Tomcat 8 Application Servermohamedmoharam
 
Introduction to java exceptions
Introduction to java exceptionsIntroduction to java exceptions
Introduction to java exceptionsSujit Kumar
 
How to install Java and how to set the path
How to install Java and how to set the pathHow to install Java and how to set the path
How to install Java and how to set the pathyesheeka
 
Joget v5 Getting Started Guide
Joget v5 Getting Started GuideJoget v5 Getting Started Guide
Joget v5 Getting Started GuideJoget Workflow
 
Software testing
Software testingSoftware testing
Software testingnil65
 
Java/Servlet/JSP/JDBC
Java/Servlet/JSP/JDBCJava/Servlet/JSP/JDBC
Java/Servlet/JSP/JDBCFAKHRUN NISHA
 
Tizen Studio Installation&Setup
Tizen Studio Installation&SetupTizen Studio Installation&Setup
Tizen Studio Installation&SetupManoj Behera
 
Joget Workflow v4 Getting Started
Joget Workflow v4 Getting StartedJoget Workflow v4 Getting Started
Joget Workflow v4 Getting StartedJoget Workflow
 

Similar to Set up the Debugger with Eclipse (20)

Mc sl54 051_ (1)
Mc sl54 051_ (1)Mc sl54 051_ (1)
Mc sl54 051_ (1)
 
22412_1_1_1_P_603c5bf161f61_File.pdf
22412_1_1_1_P_603c5bf161f61_File.pdf22412_1_1_1_P_603c5bf161f61_File.pdf
22412_1_1_1_P_603c5bf161f61_File.pdf
 
Adv java unit 1 M.Sc CS.pdf
Adv java unit 1 M.Sc CS.pdfAdv java unit 1 M.Sc CS.pdf
Adv java unit 1 M.Sc CS.pdf
 
Apache Tomcat 8 Application Server
Apache Tomcat 8 Application ServerApache Tomcat 8 Application Server
Apache Tomcat 8 Application Server
 
Installation
InstallationInstallation
Installation
 
RE02DOI-1
RE02DOI-1RE02DOI-1
RE02DOI-1
 
Introduction to java exceptions
Introduction to java exceptionsIntroduction to java exceptions
Introduction to java exceptions
 
How to install Java and how to set the path
How to install Java and how to set the pathHow to install Java and how to set the path
How to install Java and how to set the path
 
02 basic java programming and operators
02 basic java programming and operators02 basic java programming and operators
02 basic java programming and operators
 
EJB Part-1
EJB Part-1EJB Part-1
EJB Part-1
 
Joget v5 Getting Started Guide
Joget v5 Getting Started GuideJoget v5 Getting Started Guide
Joget v5 Getting Started Guide
 
Jenkins Tutorial.pdf
Jenkins Tutorial.pdfJenkins Tutorial.pdf
Jenkins Tutorial.pdf
 
Software testing
Software testingSoftware testing
Software testing
 
Tomcat tutorail
Tomcat tutorailTomcat tutorail
Tomcat tutorail
 
Java part 1
Java part 1Java part 1
Java part 1
 
Java/Servlet/JSP/JDBC
Java/Servlet/JSP/JDBCJava/Servlet/JSP/JDBC
Java/Servlet/JSP/JDBC
 
Gwt portlet
Gwt portletGwt portlet
Gwt portlet
 
Tizen Studio Installation&Setup
Tizen Studio Installation&SetupTizen Studio Installation&Setup
Tizen Studio Installation&Setup
 
Exception handling
Exception handlingException handling
Exception handling
 
Joget Workflow v4 Getting Started
Joget Workflow v4 Getting StartedJoget Workflow v4 Getting Started
Joget Workflow v4 Getting Started
 

Recently uploaded

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

Set up the Debugger with Eclipse

  • 1. Setting Up the Debugger Copyright © 2000 - 2006 Liferay, Inc. All Rights Reserved. No material may be reproduced electronically or in print without written permission from Liferay, Inc.
  • 2. 1. Click Run  Run…
  • 3. 1. Select Java Application  tomcat. If you do not see tomcat, go to the next slide.
  • 4. If you were NOT able to select tomcat, • Click Java Application • Click New Configuration
  • 5. 1. Name: tomcat 2. Project: ext 3. Main class: org.apache.catalina.startup.Bootstrap
  • 6. 1. Click the Arguments tab 2. Program arguments: start 3. VM arguments: (See Next Slide)
  • 7. 1. VM arguments: -Xms128m -Xmx512m -Dfile.encoding=UTF8 -Duser.timezone=GMT -Djava.security.auth.login.config=C:/Training/liferay/tomcat/conf/jaas.config -Djava.endorsed.dirs=C:/Training/liferay/tomcat/common/endorsed -Dcatalina.base=C:/Training/liferay/tomcat -Dcatalina.home=C:/Training/liferay/tomcat -Djava.io.tmpdir=C:/Training/liferay/tomcat/temp Warning! Make sure the paths are pointing to your Tomcat directory. If you unzipped Tomcat to a directory other than C:/Training/liferay/tomcat you must change the paths accordingly. 1. Working directory: C:/Training/liferay/tomcat
  • 8.
  • 9. 1. Click the JRE tab 2. Make sure that the Project JRE points to the JDK. For example, j2sdk1.4.2_12. If the Project JRE points to the JRE instead of the JDK see the Troubleshooting section.
  • 10. 1. Click the ClassPath tab 2. Remove all entries in Bootstrap Entries except for JRE System Library [jdk]
  • 11. 1. Remove all entries in User Entries 2. Select User Entries, then click Add External Jars 3. Add bootstrap.jar located here: C:/Training/liferay/tomcat/bin
  • 12. 1. Click the Source tab 2. Click Add  Java Project 3. Check ext and portal and click OK These options may not be available if they are already included in the Source Lookup Path window.
  • 13. 1. Click Apply  Run
  • 14. Congratulations! Congratulations, you can now debug the source code in Eclipse!
  • 15. Run Tomcat (No Debug) Clear console Clear all terminated launches Click to see if more than one instance of Run Tomcat (Debug) Stop Tomcat Tomcat is running
  • 16. Troubleshooting If your Project JRE does not point to the JDK: 1. Click Window  Preferences  Java  Installed JREs 2. Click Add 3. Enter a name for your JDK Browse for the location of your JDK For example: C:/Java/jdk1.5.0_08 4. Remove all entries that point to the JRE Your Project JRE should now point to the SDK
  • 17. Revision History Edward Shin 09/08/06 Author