JavaScript & Tomcat

Hi,Can we use javascript in Tomcat...If no,then is there any ways to use it in Tomcat?ThanksSantosh
[127 byte] By [SantoshKumara] at [2007-11-27 9:07:06]
# 1

Hi Santosh,

I suppose you are meaning, using javascript server side (jsp-java servlet) , when you say "use javascript in Tomcat". If so, javascript is client side language and run in client (browser). Java (jsp, java servlet ) run on server side, so they can't do that. The only thing you can do is to call servlet or jsp from javascript using html from.

Thst's all I know about that.

Matteo

2407500518951768323a at 2007-7-12 21:43:23 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 2
Thanks Matteo
SantoshKumara at 2007-7-12 21:43:23 > top of Java-index,Security,Other Security APIs, Tools, and Issues...