I am trying to come up with an inexpensive if not free solution for about 10 to 20 users.
I have heard that Apache server is the way to go because its free and it supports servlets.
By-the-way the client interface will be html forms and the DB Oracle 8i.
Does anyone have any suggestions?
Thanks
Discussions
Web tier: servlets, JSP, Web frameworks: What is the best servlet/server solution for 10 to 20 users?
-
What is the best servlet/server solution for 10 to 20 users? (2 messages)
- Posted by: Mikey Jonesy
- Posted on: September 07 2000 13:21 EDT
Threaded Messages (2)
- What is the best servlet/server solution for 10 to 20 users? by Ashim Das on September 09 2000 14:59 EDT
- What is the best servlet/server solution for 10 to 20 users? by Cuong Tran on September 17 2000 22:39 EDT
-
What is the best servlet/server solution for 10 to 20 users?[ Go to top ]
- Posted by: Ashim Das
- Posted on: September 09 2000 14:59 EDT
- in response to Mikey Jonesy
Hi Mike,
You can use Apache webserver and Resin servlet engine. Resin
servlet engine is avaliable free of cost from http://www.caucho.com. If you use connection pools for connecting to Oracle database I think it can scale easily
from 50 - 100 users.
Ashim
-
What is the best servlet/server solution for 10 to 20 users?[ Go to top ]
- Posted by: Cuong Tran
- Posted on: September 17 2000 22:39 EDT
- in response to Mikey Jonesy