i got a problem about how to set jsp's environment under winxp. i'm sure that jdk has been installed correctly. and web server:tomcat can be run without reporting mistake . and above two things ' environment variables have been installed as well. but my jsp's file still cannot be apply by host. does anybody could give me a clue?or some tutorial guide me? thank you in advanced.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11862
posted
0
If you can run the JSP examples that Tomcat comes with, that eliminates many possible problems. Exactly what do you mean by environment variables? Bill
in my opinion, SUN's jswdk is simpler jsp/servlet server ,you can download from java.sun.com , It worked well under winXP ------- Robbies ----------------------------- 1.java IDE tool : JawaBeginer 2.Java Jar tool : JavaJar http://www.pivotonic.com
meng nan
Greenhorn
Joined: Jan 09, 2003
Posts: 2
posted
0
thank you. William and robbie i ve checked tomcat's example page which works without problem. and when i try to run a jsp file through tomcat . some of them can be come up .but IE only display the html language's thing except compile the content between jsp tab <% and %> . then i suppose the problem is attribute to my jdk1.3's installation (but i m not sure). or relevant environment variable properties. i mean setting system environment variable .include path , classpath , java_home ,or sth like that.
boyet silverio
Ranch Hand
Joined: Aug 28, 2002
Posts: 173
posted
0
will you show us the jsp that you used (that which has <%...%> ) and your web app directory structure. There might be errors there. [ January 28, 2003: Message edited by: boyet silverio ]