Sun Enterprise Studio 8.1-Getting started
I have jus installed sun studio Enterprise 8.1 and ve started creating a web application.
I am trying to create a sample application to get used to this IDE(worked on IBMWASD).The problem is with the MVC pattern that i have a servlet servlet1 in package com.gt. I have placed this package under src/java folder.
Now i am trying to access this directly and thru a jsp .And in both cases i am jus getting 404.
My jsp has something like this:
<form action="com.gt.servlet1".../>
Can some1 help me solve this..?

