RE: Adding modules

2001-04-25 Thread Williamson, James
Title: RE: Adding modules It doesn't, and architecturally why should it? You put handlers in the Apache conf to say OK, if I encounter this file type invoke this handler, (which is a module which is either statically or dynamically linked into the httpd/apache.exe executable). So fo

RE: Adding modules

2001-04-25 Thread Manuel Melle Ocariz
Thanks all of you Manuel Melle Ocáriz Software AG - E-Business Competence Center [EMAIL PROTECTED]

Re: Adding modules(DSO)

2001-04-25 Thread Sam Newman
Title: RE: Adding modules You can only make an Apache moudle a DSO module  by building it that way. But I thinkk that most if not all pre-built modules are built as DSO anyway? Apache itself needs to be build for DSO support. Assuming this is the case simply put the lines:   LoadModule

Adding modules(DSO)

2001-04-25 Thread subbu
Title: RE: Adding modules How to add a new module.How to make it as a DSO.(in WINNT) with love subbu

RE: Adding modules

2001-04-25 Thread Varela Santoalla, Daniel
What module are you trying to load? A native or Java one? Who uses it, Apache or Tomcat? It isn't very clear... > -Mensaje original- > De: Manuel Melle Ocariz [SMTP:[EMAIL PROTECTED]] > Enviado el: miércoles 25 de abril de 2001 11:03 > Para: [EMAIL PROTECTED] >

Re: Adding modules

2001-04-25 Thread Arnaud Dostes - NTI
I don't get it, adding Tomcat to Apache shouldn't disable this feature - Original Message - From: "Manuel Melle Ocariz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 25, 2001 12:13 PM Subject: Re: Adding modules It'

Re: Adding modules

2001-04-25 Thread Manuel Melle Ocariz
Thanks Sam Manuel Melle Ocáriz Software AG - E-Business Competence Center [EMAIL PROTECTED]

Re: Adding modules

2001-04-25 Thread Sam Newman
2001 10:40 AM Subject: Re: Adding modules > Thanks Sam, I ve already tried that way and it works, maybe my question wasn't clear, sorry. I m trying to do it without Apache. Actually Tomcat doesn't need Apache for serving static content as HTML so why can't I also load my mo

Re: Adding modules

2001-04-25 Thread Manuel Melle Ocariz
It's not a relational DB but an XML one. Configuring Apache in the right way (that is, loading the module) allows my application to query the DB via http in the way: http://hostname:port/databaseType/databaseName?_query This would return an XML document. My question is if it is possible to tel

Re: Adding modules

2001-04-25 Thread Arnaud Dostes - NTI
exactly are you trying to do ? - Original Message - From: "Manuel Melle Ocariz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 25, 2001 11:02 AM Subject: Adding modules Hi there, I m an Apache Web/Jserv user trying to migrate to Tomcat. I already ha

Re: Adding modules

2001-04-25 Thread Manuel Melle Ocariz
Thanks Sam, I ve already tried that way and it works, maybe my question wasn't clear, sorry. I m trying to do it without Apache. Actually Tomcat doesn't need Apache for serving static content as HTML so why can't I also load my module without Apache?. Maybe I don't have concepts clear enough,

Re: Adding modules

2001-04-25 Thread Sam Newman
pril 25, 2001 10:02 AM Subject: Adding modules > Hi there, > > I m an Apache Web/Jserv user trying to migrate to Tomcat. I already have Tomcat running on my system, but I use a database that requires a special module to be loaded on the server. With Apache this was easy, I just had to add t

Adding modules

2001-04-25 Thread Manuel Melle Ocariz
Hi there, I m an Apache Web/Jserv user trying to migrate to Tomcat. I already have Tomcat running on my system, but I use a database that requires a special module to be loaded on the server. With Apache this was easy, I just had to add the following portion of code to the httpd.conf file: Lo