hi, I installed cocoon & Tomcat in solaris under my account. But there is no folder called servlets or classes. Where should I put my servlet class file, and html file? what is the appropriate URL to load the servlet & html? Thanks
either ONE will work. For an example, pl read this article where they explain everything abt Tomcat and more.... Also, to run servlets based on HTML, you don't need cocoon, Tomcat is sufficient. regds. - satya
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
Simon Xu
Ranch Hand
Posts: 235
posted 19 years ago
Madhav, Thanks. One more thing, how could I set up my classpath under Unix (Solaris)? It works in my PC. But I do not know where can I find autoexect file under unix. thanks
Madhav Lakkapragada
Ranch Hand
Posts: 5040
posted 19 years ago
In your ~/.profile or ~/.login file. It also depends on the type of shell you run. In a ksh use export CLASSPATH=/usr/jdk1.2.2 hth. regds. - satya
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81