Hello friends, Well, I am fresh with JSP. I would like to know where to store .jsp files, .class(bean files), etc if I am using JavaWebServer2.0 Can anyone make it clear for me. Thanx in adv. Regards Tejas
Hello Tejas, In Javawebserver, u store the .jsp files inside -->public_html Folder classes are stored inside-->classes Folder.(Make a package inside classes and then in our bean file call that package). But if u do not mind,i would recommend u to use Tomcat server instead of javawebserver--> 1.It is more robust and stable. 2.Sun had announced EOL(end of life) of java web server,which is this month(MAY 2001).After this it will no longer be available. :-) regards, kichu
Why do you not use Tomcat instead?It is suppossed to be the next version of Java web server.Almost all the people use tomcat and you will get abundant of problems as well as abundant of help.I think 25 of the posts in this forum are related to Tomcat only.You might ve observed it.Anyway it is the public_html where we store JSPs.
VAIBHAV <BR>SCJP
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.