gahn folorn

Greenhorn
+ Follow
since Jul 22, 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 gahn folorn

hello.
is it possible to generate xsl dynamically instead of using several xsl? how do i get a value from post/get and insert into xsl?
i using a servlet to display a page from a single xml n xsl.
thx!

Originally posted by William Brogden:
The latest Tomcat changes the way classes are found - it does NOT use classpath for anything. Documentation comes with the Tomcat installation. Look for Class Loader How-to.
Bill


got it. thx!
20 years ago
thx for ya reply!
deployed? i did set the classpath for xerces.jar.
.;C:\Program Files\Apache Group\Tomcat 4.1\common\lib\servlet.jar;C:\Program Files\Apache Group\Tomcat 4.1\common\lib\tools.jar;C:\xalan-j_2_5_1\bin\xalan.jar;C:\xalan-j_2_5_1\bin\xml-apis.jar;C:\xerces-1_4_4\xerces.jar;C:\xerces-1_4_4\xercesSamples.jar;C:\xalan-j_2_5_1\bin\xercesImpl.jar;
im running win xp by the way!
20 years ago
hi! i been following examples from a book, XML and Java from scratch, n im now stuck with an error when running a particular servlet.
exception

root cause

servlet

any idea?
im running tomcat 4.1, java 1.3.1, xerces 1.4.4, xalan j 2.5.1 on my com.
20 years ago