SlideShare ist ein Scribd-Unternehmen logo
1 von 21
1. Open MyEclipse.
2. Set your workspace path as shown in red box.
3. Click OK.
Now You can see This kind of
Window
Close all other sub window except you show above
1. Click File than New than web project
1. Set your project name as shown in red box
2. Click on Finish.
Now you can see this kind of message.
Click Yes on this message as shown in red box
Now you can see this kind of window and package sub window is displaying your
project.
1. Explore your project by clicking on plus(+) sign.
2. Now explore webRoot so you can see these much files in package sub window.
1. Now right click on WebRoot as shown in red box.
2. Now Click on New than Folder and give Folder name as shown in red box.

NOTE: Always try to give Folder name as per the files.
1. Now right click on the folder recently created by you.
2. Click on new than JSP (Advanced Templates).
1.Set File Name: as shown in red box.
2.Click on Finish.

NOTE: Always try to give Filename as per the Logic of the files.
Now 1 jsp file will be created As per the file name we given
And that file you can see in window.
Now its time to deploy the project. So as shown in red box click that symbol.
1. Select the project from drop down list as shown in red box.
2. Click add botton.
1. Now select server(Myeclipse Tomcat) from the drop down list as shown in red box.
2. Click Finish.
After finishing you can see the message successfully deployed in the deployment
status window as shown in red box. Now click OK
Now after deployment of project Run the server by clicking on
the down arrow sign of the symbol as shown in red box.
As shown in window click on start after selecting MyEclipse Tomcat server.
If the server start successfully than you can see the message like…
INFO : Server startup in few ms
And 1 red color server symbol as shown in blue box.
1. Now you can either select web browser sub window as shown in fig. or you can
open any web browser from your system.
2. Write the appropriate URL path in location bar.
Ex. http://localhost:8080/JSP_PROJECT/JSPFILE/MyFirstWebPage.jsp
Here JSP_PROJECT is the name of our project. JSPFILE is the folder we created in
WebRoot in the project. MyfirstWebPage.jsp is the file we created in JSPFILE folder.
As per the content we set in <body> tag you can see the output in web browser
as shown in red box.

Weitere ähnliche Inhalte

Was ist angesagt?

Step by Step guide for creating first ABAP report in SAP
Step by Step guide for creating first ABAP report in SAPStep by Step guide for creating first ABAP report in SAP
Step by Step guide for creating first ABAP report in SAPnityaabap
 
Adding categories to blogger
Adding categories to bloggerAdding categories to blogger
Adding categories to bloggerParv Sharma
 
Dicking around with the dom and chrome dev tools - Mark Osborne
Dicking around with the dom and chrome dev tools - Mark OsborneDicking around with the dom and chrome dev tools - Mark Osborne
Dicking around with the dom and chrome dev tools - Mark OsborneMark Osborne
 
Twilight Saga in India Contest
Twilight Saga in India Contest Twilight Saga in India Contest
Twilight Saga in India Contest picturespvr
 
Fix Google Chrome Crashes
Fix Google Chrome CrashesFix Google Chrome Crashes
Fix Google Chrome CrashesVikas Medhekar
 
Redirect subdomain to webmail
Redirect subdomain to webmailRedirect subdomain to webmail
Redirect subdomain to webmailKaviyarasu Pugaz
 
Embed a Popplet into Twinspace
Embed a  Popplet into TwinspaceEmbed a  Popplet into Twinspace
Embed a Popplet into TwinspacePetros Michailidis
 
How to encrypt emails
How to encrypt emailsHow to encrypt emails
How to encrypt emailsIJNet
 
Get a Blog
Get a BlogGet a Blog
Get a BlogEHWLC
 
Web Expression 3.0
Web Expression 3.0Web Expression 3.0
Web Expression 3.0rimt2010
 
Netflix silverlight crash in mac
Netflix silverlight crash in macNetflix silverlight crash in mac
Netflix silverlight crash in macalisana
 
Steps on how log on to windows 10
Steps on how log on to windows 10Steps on how log on to windows 10
Steps on how log on to windows 10chiteat
 
php tutorial - By Bally Chohan
php tutorial - By Bally Chohanphp tutorial - By Bally Chohan
php tutorial - By Bally Chohanballychohanuk
 
Activating windows 7 without actually buying the license key
Activating windows 7 without actually buying the license keyActivating windows 7 without actually buying the license key
Activating windows 7 without actually buying the license keyHam'zzah Mir-zza
 

Was ist angesagt? (20)

Step by Step guide for creating first ABAP report in SAP
Step by Step guide for creating first ABAP report in SAPStep by Step guide for creating first ABAP report in SAP
Step by Step guide for creating first ABAP report in SAP
 
Adding categories to blogger
Adding categories to bloggerAdding categories to blogger
Adding categories to blogger
 
Dicking around with the dom and chrome dev tools - Mark Osborne
Dicking around with the dom and chrome dev tools - Mark OsborneDicking around with the dom and chrome dev tools - Mark Osborne
Dicking around with the dom and chrome dev tools - Mark Osborne
 
Steps
StepsSteps
Steps
 
Twilight Saga in India Contest
Twilight Saga in India Contest Twilight Saga in India Contest
Twilight Saga in India Contest
 
Fix Google Chrome Crashes
Fix Google Chrome CrashesFix Google Chrome Crashes
Fix Google Chrome Crashes
 
StorageCraft classroom configuration v1.5
StorageCraft classroom configuration v1.5StorageCraft classroom configuration v1.5
StorageCraft classroom configuration v1.5
 
Pres
PresPres
Pres
 
Redirect subdomain to webmail
Redirect subdomain to webmailRedirect subdomain to webmail
Redirect subdomain to webmail
 
tips n tricks
tips n trickstips n tricks
tips n tricks
 
Www.Slideshare.Net
Www.Slideshare.NetWww.Slideshare.Net
Www.Slideshare.Net
 
Www.Slideshare.Net
Www.Slideshare.NetWww.Slideshare.Net
Www.Slideshare.Net
 
Embed a Popplet into Twinspace
Embed a  Popplet into TwinspaceEmbed a  Popplet into Twinspace
Embed a Popplet into Twinspace
 
How to encrypt emails
How to encrypt emailsHow to encrypt emails
How to encrypt emails
 
Get a Blog
Get a BlogGet a Blog
Get a Blog
 
Web Expression 3.0
Web Expression 3.0Web Expression 3.0
Web Expression 3.0
 
Netflix silverlight crash in mac
Netflix silverlight crash in macNetflix silverlight crash in mac
Netflix silverlight crash in mac
 
Steps on how log on to windows 10
Steps on how log on to windows 10Steps on how log on to windows 10
Steps on how log on to windows 10
 
php tutorial - By Bally Chohan
php tutorial - By Bally Chohanphp tutorial - By Bally Chohan
php tutorial - By Bally Chohan
 
Activating windows 7 without actually buying the license key
Activating windows 7 without actually buying the license keyActivating windows 7 without actually buying the license key
Activating windows 7 without actually buying the license key
 

Ähnlich wie Jsp myeclipse

How to create C# Windows Service Application
How to create C# Windows Service ApplicationHow to create C# Windows Service Application
How to create C# Windows Service ApplicationRaju Ahmed
 
Hello world pascal tutorial
Hello world pascal tutorialHello world pascal tutorial
Hello world pascal tutorialSerghei Urban
 
Getting started with Website Project and Sublime Text 2
Getting started with Website Project and Sublime Text 2Getting started with Website Project and Sublime Text 2
Getting started with Website Project and Sublime Text 2Amanda Zimmer
 
Containers Lab
Containers Lab Containers Lab
Containers Lab Dev_Events
 
Lab jam websphere message broker labs
Lab jam   websphere message broker labsLab jam   websphere message broker labs
Lab jam websphere message broker labsEng Binary
 
CIS 246 Massive Success--snaptutorial.com
CIS 246  Massive Success--snaptutorial.comCIS 246  Massive Success--snaptutorial.com
CIS 246 Massive Success--snaptutorial.comsantricksapiens62
 
Cis 246 Success Begins / snaptutorial.com
Cis 246 Success Begins / snaptutorial.comCis 246 Success Begins / snaptutorial.com
Cis 246 Success Begins / snaptutorial.comRobinson067
 
Cis 246 Enthusiastic Study / snaptutorial.com
Cis 246 Enthusiastic Study / snaptutorial.comCis 246 Enthusiastic Study / snaptutorial.com
Cis 246 Enthusiastic Study / snaptutorial.comGeorgeDixon96
 
CIS 246 Technology levels--snaptutorial.com
CIS 246 Technology levels--snaptutorial.comCIS 246 Technology levels--snaptutorial.com
CIS 246 Technology levels--snaptutorial.comsholingarjosh55
 
Getting started-with-oracle-so a-iv
Getting started-with-oracle-so a-ivGetting started-with-oracle-so a-iv
Getting started-with-oracle-so a-ivAmit Sharma
 
Getting started-with-oracle-so a-iv
Getting started-with-oracle-so a-ivGetting started-with-oracle-so a-iv
Getting started-with-oracle-so a-ivAmit Sharma
 
Supplement2d netbeans6
Supplement2d netbeans6Supplement2d netbeans6
Supplement2d netbeans6olveraadrian82
 
Mule management console installation with Tomcat
Mule management console installation with TomcatMule management console installation with Tomcat
Mule management console installation with TomcatSudha Ch
 
Building A Simple Web Service With CXF
Building A Simple Web Service With CXFBuilding A Simple Web Service With CXF
Building A Simple Web Service With CXFCarl Lu
 
Girl Scouts Website Designer Badge Seminar - Workbook
Girl Scouts Website Designer Badge Seminar - WorkbookGirl Scouts Website Designer Badge Seminar - Workbook
Girl Scouts Website Designer Badge Seminar - WorkbookLauren Hayward Schaefer
 
Mule management console installation
Mule management console installation Mule management console installation
Mule management console installation javeed_mhd
 

Ähnlich wie Jsp myeclipse (20)

Java Servlets Part 2
Java Servlets Part 2Java Servlets Part 2
Java Servlets Part 2
 
DotNetNuke
DotNetNukeDotNetNuke
DotNetNuke
 
How to create C# Windows Service Application
How to create C# Windows Service ApplicationHow to create C# Windows Service Application
How to create C# Windows Service Application
 
Hello world pascal tutorial
Hello world pascal tutorialHello world pascal tutorial
Hello world pascal tutorial
 
Getting started with Website Project and Sublime Text 2
Getting started with Website Project and Sublime Text 2Getting started with Website Project and Sublime Text 2
Getting started with Website Project and Sublime Text 2
 
Containers Lab
Containers Lab Containers Lab
Containers Lab
 
Lab jam websphere message broker labs
Lab jam   websphere message broker labsLab jam   websphere message broker labs
Lab jam websphere message broker labs
 
Lab1
Lab1Lab1
Lab1
 
CIS 246 Massive Success--snaptutorial.com
CIS 246  Massive Success--snaptutorial.comCIS 246  Massive Success--snaptutorial.com
CIS 246 Massive Success--snaptutorial.com
 
Cis 246 Success Begins / snaptutorial.com
Cis 246 Success Begins / snaptutorial.comCis 246 Success Begins / snaptutorial.com
Cis 246 Success Begins / snaptutorial.com
 
Cis 246 Enthusiastic Study / snaptutorial.com
Cis 246 Enthusiastic Study / snaptutorial.comCis 246 Enthusiastic Study / snaptutorial.com
Cis 246 Enthusiastic Study / snaptutorial.com
 
CIS 246 Technology levels--snaptutorial.com
CIS 246 Technology levels--snaptutorial.comCIS 246 Technology levels--snaptutorial.com
CIS 246 Technology levels--snaptutorial.com
 
Getting started-with-oracle-so a-iv
Getting started-with-oracle-so a-ivGetting started-with-oracle-so a-iv
Getting started-with-oracle-so a-iv
 
Getting started-with-oracle-so a-iv
Getting started-with-oracle-so a-ivGetting started-with-oracle-so a-iv
Getting started-with-oracle-so a-iv
 
Supplement2d netbeans6
Supplement2d netbeans6Supplement2d netbeans6
Supplement2d netbeans6
 
Supplement2d netbeans6
Supplement2d netbeans6Supplement2d netbeans6
Supplement2d netbeans6
 
Mule management console installation with Tomcat
Mule management console installation with TomcatMule management console installation with Tomcat
Mule management console installation with Tomcat
 
Building A Simple Web Service With CXF
Building A Simple Web Service With CXFBuilding A Simple Web Service With CXF
Building A Simple Web Service With CXF
 
Girl Scouts Website Designer Badge Seminar - Workbook
Girl Scouts Website Designer Badge Seminar - WorkbookGirl Scouts Website Designer Badge Seminar - Workbook
Girl Scouts Website Designer Badge Seminar - Workbook
 
Mule management console installation
Mule management console installation Mule management console installation
Mule management console installation
 

Mehr von kamal kotecha

Java Hibernate Programming with Architecture Diagram and Example
Java Hibernate Programming with Architecture Diagram and ExampleJava Hibernate Programming with Architecture Diagram and Example
Java Hibernate Programming with Architecture Diagram and Examplekamal kotecha
 
Network programming in java - PPT
Network programming in java - PPTNetwork programming in java - PPT
Network programming in java - PPTkamal kotecha
 
Java servlet life cycle - methods ppt
Java servlet life cycle - methods pptJava servlet life cycle - methods ppt
Java servlet life cycle - methods pptkamal kotecha
 
Java rmi example program with code
Java rmi example program with codeJava rmi example program with code
Java rmi example program with codekamal kotecha
 
Jdbc example program with access and MySql
Jdbc example program with access and MySqlJdbc example program with access and MySql
Jdbc example program with access and MySqlkamal kotecha
 
Jdbc architecture and driver types ppt
Jdbc architecture and driver types pptJdbc architecture and driver types ppt
Jdbc architecture and driver types pptkamal kotecha
 
Java Exception handling
Java Exception handlingJava Exception handling
Java Exception handlingkamal kotecha
 
String and string buffer
String and string bufferString and string buffer
String and string bufferkamal kotecha
 
Packages and inbuilt classes of java
Packages and inbuilt classes of javaPackages and inbuilt classes of java
Packages and inbuilt classes of javakamal kotecha
 
Inheritance chepter 7
Inheritance chepter 7Inheritance chepter 7
Inheritance chepter 7kamal kotecha
 
Introduction to class in java
Introduction to class in javaIntroduction to class in java
Introduction to class in javakamal kotecha
 

Mehr von kamal kotecha (20)

Java Hibernate Programming with Architecture Diagram and Example
Java Hibernate Programming with Architecture Diagram and ExampleJava Hibernate Programming with Architecture Diagram and Example
Java Hibernate Programming with Architecture Diagram and Example
 
Network programming in java - PPT
Network programming in java - PPTNetwork programming in java - PPT
Network programming in java - PPT
 
Java servlet life cycle - methods ppt
Java servlet life cycle - methods pptJava servlet life cycle - methods ppt
Java servlet life cycle - methods ppt
 
Java rmi example program with code
Java rmi example program with codeJava rmi example program with code
Java rmi example program with code
 
Java rmi
Java rmiJava rmi
Java rmi
 
Jdbc example program with access and MySql
Jdbc example program with access and MySqlJdbc example program with access and MySql
Jdbc example program with access and MySql
 
Jdbc api
Jdbc apiJdbc api
Jdbc api
 
Jdbc architecture and driver types ppt
Jdbc architecture and driver types pptJdbc architecture and driver types ppt
Jdbc architecture and driver types ppt
 
Java Exception handling
Java Exception handlingJava Exception handling
Java Exception handling
 
JSP Error handling
JSP Error handlingJSP Error handling
JSP Error handling
 
Jsp element
Jsp elementJsp element
Jsp element
 
Jsp chapter 1
Jsp chapter 1Jsp chapter 1
Jsp chapter 1
 
String and string buffer
String and string bufferString and string buffer
String and string buffer
 
Wrapper class
Wrapper classWrapper class
Wrapper class
 
Packages and inbuilt classes of java
Packages and inbuilt classes of javaPackages and inbuilt classes of java
Packages and inbuilt classes of java
 
Interface
InterfaceInterface
Interface
 
Inheritance chepter 7
Inheritance chepter 7Inheritance chepter 7
Inheritance chepter 7
 
Class method
Class methodClass method
Class method
 
Introduction to class in java
Introduction to class in javaIntroduction to class in java
Introduction to class in java
 
Control statements
Control statementsControl statements
Control statements
 

Kürzlich hochgeladen

An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 

Kürzlich hochgeladen (20)

An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 

Jsp myeclipse

  • 1. 1. Open MyEclipse. 2. Set your workspace path as shown in red box. 3. Click OK.
  • 2. Now You can see This kind of Window
  • 3. Close all other sub window except you show above
  • 4. 1. Click File than New than web project
  • 5. 1. Set your project name as shown in red box 2. Click on Finish.
  • 6. Now you can see this kind of message. Click Yes on this message as shown in red box
  • 7. Now you can see this kind of window and package sub window is displaying your project.
  • 8. 1. Explore your project by clicking on plus(+) sign. 2. Now explore webRoot so you can see these much files in package sub window.
  • 9. 1. Now right click on WebRoot as shown in red box. 2. Now Click on New than Folder and give Folder name as shown in red box. NOTE: Always try to give Folder name as per the files.
  • 10. 1. Now right click on the folder recently created by you. 2. Click on new than JSP (Advanced Templates).
  • 11. 1.Set File Name: as shown in red box. 2.Click on Finish. NOTE: Always try to give Filename as per the Logic of the files.
  • 12. Now 1 jsp file will be created As per the file name we given And that file you can see in window.
  • 13. Now its time to deploy the project. So as shown in red box click that symbol.
  • 14. 1. Select the project from drop down list as shown in red box. 2. Click add botton.
  • 15. 1. Now select server(Myeclipse Tomcat) from the drop down list as shown in red box. 2. Click Finish.
  • 16. After finishing you can see the message successfully deployed in the deployment status window as shown in red box. Now click OK
  • 17. Now after deployment of project Run the server by clicking on the down arrow sign of the symbol as shown in red box.
  • 18. As shown in window click on start after selecting MyEclipse Tomcat server.
  • 19. If the server start successfully than you can see the message like… INFO : Server startup in few ms And 1 red color server symbol as shown in blue box.
  • 20. 1. Now you can either select web browser sub window as shown in fig. or you can open any web browser from your system. 2. Write the appropriate URL path in location bar. Ex. http://localhost:8080/JSP_PROJECT/JSPFILE/MyFirstWebPage.jsp Here JSP_PROJECT is the name of our project. JSPFILE is the folder we created in WebRoot in the project. MyfirstWebPage.jsp is the file we created in JSPFILE folder.
  • 21. As per the content we set in <body> tag you can see the output in web browser as shown in red box.