praveen patil

Greenhorn
+ Follow
since Mar 03, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by praveen patil

hi,
download commons-logging.jar and put it in CLASSPATH.
i dont know how you have deployed but use lib files
outside the deployed directory.
Praveen
20 years ago
hi deb,
set up all HOME_PATHs of JDK1.4,Tomcat,Catalina,
Jasper & include CLASSPATHs of JDK tools.jar &
Servlet.jar of Tomcat lib file. for this u can
write ur own batch file & run this before start
of Tomcat.

Praveen
21 years ago
hi Debashish,
you can very well use TOMCAT 4.1.X with J2SE 1.4.x. there will be no change in any configuration.
currently i m using JDK 1.4 that comes with JBUILDER 8.0. & have no probs yet.
Good Luck
Praveen
3GNS
21 years ago
hi,
the best thing u can do is create ur own .bat
file in which u can include all classpaths & homepaths. every time u startup ur PC ,run ur bat file from command prompt.
Praveen
21 years ago
hi jyoti,
i hope ur first prob. is solved (any versn).
sorry i dint read ur second query.

where r u keeping JSP files ? i think u had them
in <TOMCAT_HOME>\webapps\ROOT. ok now u type url
http://www.xyz.com/myjsp.jsp, it must display
o/p. if it still gives u error,then set classpath=.;<JDK_HOME>\lib\tools.jar;<TOMCAT_HOME>\common\lib\servlet.jar;
then set all <HOMEPATHS>. Be sure to include CATALINA & JASPER (jsp engine).
try this. good luck.
Praveen
21 years ago
hi,
just SET
CLASSPATH=.;<TOMCAT_HOME>\COMMOM\LIB\SERVLET.JAR.
also if u r using ur own directory, put it in
classpath. i hope it will work fine now.
Praveen
21 years ago
hi,
i had encountered same problem with 4.1 vers.
then i changed location from the one to <HOME>/
webapps/examples/WEB-INF/classes for testing
purpose & it worked fine. then u need to
configure server.xml,web.xml to make ur own
pckgs.
dont forget to change context path.type in brw.
http://www.xxx.:<port pt>/examples/servlet/urfile.class

good luck.
Praveen
21 years ago
hi,
this is really problem when u r using Tomcat
4.1.18 with windows os. the server will not
shutdown even when u shut it, bcoz of script
error. u need to kill the process by entering
windows task manager & then restart the server.
Praveen
21 years ago
hi,
u need to use only servlets which
will serve ur purpose. i think u
must be using some webserver rather
than app. server. if i m right, then
go ahead with servlets only. if u r
sending any dynamic data frm ur PDA/mobile
then u need to think of EJB, provided
appn. is distributed (MAN).
Praveen
21 years ago