|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi!
I'm totally new to web programming but - well, here's the situation: We are buying some complex bit of software which is still very much in development. So far it looks as if those guys really intend to do their own application server between a database (oracle) and a number of clients. Now, those clients all open sessions to the database (that is, the appserver does) and execute requests which the appserver translates into database dependent sql. We can give a bit of input to those people and I'd very much like to suggest that they use apache as the application server because it saves us administration costs, them development costs and both of us a lot of frust with their homegrown "version 1" appserver. But I do not know enough to make such a suggestion in good faith, and that's why there is this posting. So, is the above scenario (paragraphs one and two) possible at all with apache? How far can one fit in apache into the middle of a three tier architecture where html or web browsers don't come into the picture at all? Can client connect to apache /only/ using http or are other ways like rpc possible too? What about XML-RPC? How are the database connections mapped to client sessions with login and logout and transaction commits/rollbacks and timeouts? How is apaches oracle support? In particular, does automatic failover to a standby database work? (oracle speak: transparent failover) Lots of Greetings! Volker -- For email replies, please substitute the obvious. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On 2006-10-06, Volker Hetzer <firstname.lastname@ieee.org> wrote:
> I'm totally new to web programming but - well, here's the situation: Could you please fix your line-length to less than 80 characters per line? It makes things much easier to read. > We can give a bit of input to those people and I'd very much like > to suggest that they use apache as the application server because Apache is a Web server, not an application server. Which application server they will choose mostly depends on which APPLICATION they have to run. Davide -- Yes, we ARE rather dull people. We appreciate being dull people. Exciting is only good when it happens to someone else ... as in "an exciting wreck", "an exciting plane crash", "an exciting install of Windows XP", et al. -- Ralph Wade Phillips |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Volker Hetzer wrote: > Hi! > I'm totally new to web programming but - well, here's the situation: > We are buying some complex bit of software which is still very much in development. > So far it looks as if those guys really intend to do their own application server > between a database (oracle) and a number of clients. > > Now, those clients all open sessions to the database (that is, the appserver does) > and execute requests which the appserver translates into database dependent sql. > > We can give a bit of input to those people and I'd very much like to suggest that > they use apache as the application server because it saves us administration > costs, them development costs and both of us a lot of frust with their homegrown > "version 1" appserver. > > But I do not know enough to make such a suggestion in good faith, and that's why > there is this posting. > > So, is the above scenario (paragraphs one and two) possible at all with apache? > How far can one fit in apache into the middle of a three tier architecture > where html or web browsers don't come into the picture at all? Can client > connect to apache /only/ using http or are other ways like rpc possible too? > What about XML-RPC? > > How are the database connections mapped to client sessions with login and > logout and transaction commits/rollbacks and timeouts? > > How is apaches oracle support? In particular, does automatic failover to > a standby database work? (oracle speak: transparent failover) > > Lots of Greetings! > Volker > -- > For email replies, please substitute the obvious. I believe you are thinking of Tomcat which is a container for Apache for housing applications based in JSP. |
|
![]() |
| Outils de la discussion | |
|
|