reset password
Author Message
dbravoru
Posts: 60
Posted 14:16 Nov 10, 2015 |

How do we change the mapping on the .jsp page? 

When using servlets, we could declare it explicitly at the top next to the description.

Not sure how to edit the mapping for the .jsp page.

ctong
Posts: 5
Posted 14:17 Nov 10, 2015 |
Create a folder called Lab3 and drag it into the web content and it'll map it for you.
vluu2
Posts: 64
Posted 14:18 Nov 10, 2015 |

Don't need to change anything, just make sure you have a project folder under WebContents named Lab3, then place the jsp file under that Lab3 folder and upload the entire folder to CS3. 

alishas15
Posts: 10
Posted 14:21 Nov 10, 2015 |

When you open up eclipse, right click on the WebContent folder and make a new folder named Lab3. After that just move your .jsp to that folder. 

dbravoru
Posts: 60
Posted 14:56 Nov 10, 2015 |

Wow I overthought this.

Thanks to you all ^^ 

itopete
Posts: 3
Posted 19:38 Nov 10, 2015 |

Just want some clarification on where to upload the EL.jsp file within the server, do we just upload the Lab3 folder under WEB-INF or do we upload it somewhere else?

alishas15
Posts: 10
Posted 01:28 Nov 11, 2015 |

The Lab3 folder is separate from the WEB-INF so if I remember correctly I uploaded the Lab3 folder along with WEB-INF under the www folder.