New to Jsp

Hi,

i am new to jsp.I have read some notes for jsp and wants to practise for the same.i have installed Tomcat 5.0. and jdk1.4. i have practised servlets and it works fine. Is there any setting to be made for jsp like we do for servlets in web.xml. And is there any reference link for the same.And also i can't find where to save the jsp pages.Can any one help me out.

Thanks in advance

[406 byte] By [Ashitosha] at [2007-11-27 5:29:10]
# 1

In the sturts-config.xml my code is :

<data-sources>

<data-source type="org.apache.commons.dbcp.BasicDataSource">

<set-property property="driverClassName"

value="com.mysql.jdbc.Driver" />

<set-property property="url"

value="jdbc:mysql://192.168.0.150:3306/java_video_prj" />

<set-property property="username"

value="root" />

<set-property property="password"

value="" />

</data-source>

in the action servlet i want to get the datasource using the method

DataSource dss = getDataSource(request);

It is showing the error :

Cannot resolve the symbol

method getDataSource(request);

I have put the sturts-lagency.jar into the lib folder but the thing does not change

Java-Manoja at 2007-7-12 14:52:06 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
hey can any one help me
Ashitosha at 2007-7-12 14:52:06 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
hi, i have found the link http://www.visualbuilder.com/jsp/tutorial/pageorder/1/
Ashitosha at 2007-7-12 14:52:06 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...