Ryan Ollerenshaw wrote: > I was able to create a java program which uses java mapscript, but now how do > i > get that program to run on my server so clients can access it. It seems like > a > java Servlet is the way to go but i cant find any good tutorials on how to get > started. I know what the code looks like for a servelt (example below) but > once i have that written where do i put it? do i need to install anything else > to get it to run? I am running Apache on fedora core 5.
To do this you need a servlet container such as Tomcat, JBoss, or Jetty running on the server. -- -gary -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Gary Sherman Micro Resources: http://mrcc.com *Geospatial Hosting *Web Site Hosting "We work virtually everywhere" -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
