accessing the .java file from .jsp file in Eclipse -


in eclipse ide how can access java class .jsp accessing servlet jsp file ? in other word, should replace question marks "????????"

<form name="myform" action="???????????????" method="post"> </form> 

when run engine.java file "mypackage" package tomcat application servers shows address in address bar.

http://localhost:8080/rouyesh/servlet/mypackage.engine 

anybody can please?

you'll need use whatever path relative current url is, or absolute path, files. might prudent @ point investigate web framework, however, before destroy product insanity :p.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -