Hi all,

I am trying to execute some servlets in the embedded tomcat.
But some of the servlets which have a function getParameter(the function the
the value of  parameter from query string) are not getting executed properly
while the same servelts when executed in standalone Tomacat are getting
executed peoperly.

Like i am using this statement in servlet:

String str = request.getParameter("SPID");

now in this str will have the value of SPID which will be given in query
string.

Whwn the servlet containing this statement is executed with stand alone
Tomacat str will have the value as given in query starng.
But if, same is run with embedded tomacat str returns null.

Can anybody help in this case.
Thanks in advance,
Robin 
-- 
View this message in context: 
http://www.nabble.com/query-on-Embedded-Tomcat-tf3668723.html#a10250733
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to