• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Any good web+servlet+ftp server for Win98?

 
Ranch Hand
Posts: 1467
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,
I would like to know if there is any free http + servlet/jsp + ftp server available for windows 98. I am in a situation trying to setup a server. The web application which I am trying to host is Servlet/Jsp/html based one. I would also like to do remote admin of this server through ftp.
The load of this application would not be heavy. Approximately 20 users may use this application using internet.
I downloaded Apache 1.3.14 from http://httpd.apache.org/dist/binaries/win32/ and installed on win98. I am able to serve HTML pages NOT JSP/Servlets. I think we need to install Tomcat also for serving jsp/servlets. Is this true?
Also this Apache HTTP server doesn't come with ftp server.
If anyone can give some suggestions or free s/w links to setup a web+servlet+jsp+ftp server it will be very helpful. Thanks a lot.
regds
maha anna
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maha,
For a free FTP server (that's pretty easy to configure) try WAR ftp (find it on http://www.tucows.com).
For a webserver/jsp/servlet runner try using http://www.caucho.com/resin since your load will be relatively small, you won't have to learn/deal with apache (tomcat has a default webserver too if you're more comfortable there).
[This message has been edited by Danny Mui (edited January 16, 2001).]
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
I also have a similar problem about web servers.
I have designed my web site regarding some tourism and travel stuff. Now i want to launch it on the internet and i can't find a free server to upload my site.
I would be very greatfull if some one could tell me about that along with a site for database support for the above mentioned site.
My email is:
[email protected]
Regards
Wajed

 
maha anna
Ranch Hand
Posts: 1467
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Danny. I really appreaciate your timely help!
regds
maha anna
 
maha anna
Ranch Hand
Posts: 1467
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
abdulwajed khan
Try www.webappcabaret.com site. They have free servlet,jsp,database (MySQL) hosting along with html files.
regds
maha anna
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic