How to Access the Remote Servlet through a JSP Page

Hi ,

I wrote a servlet in my local system and It is running very well in my tomcat server5.5. Now I write a JSP code an another one system. Now I don't know how to call my servlet when Click a submit button. I need a small example or idea about this. Help me

Thanks in advance,

Maheshwaran Devaraj

[325 byte] By [mheshpmra] at [2007-11-27 11:24:03]
# 1

Just like any other servlet or form-processing script. What would a mere HTML page know about "systems"? Put the URL into the form destination attribute and be done.

CeciNEstPasUnProgrammeura at 2007-7-29 15:55:49 > top of Java-index,Java Essentials,Java Programming...