RE: webapp_mod problem

2001-11-30 Thread Cracauer, David D.
I also had a similar problem. You do need to build it from source, but you also may need to rebuild apache with this added to your config --enable-rule=SHARED_CORE ..at least I had to. -Original Message- From: Denny Chambers [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001

RE: Auto load a servlet

2001-11-30 Thread Cracauer, David D.
Try the one I just sent -Original Message- From: Bret Farris [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 2:10 PM To: Tomcat Users List Subject: Re: Auto load a servlet I have tried mapping in the web.xml file, and been unsuccesful at every attempt. I just can't find the

RE: Auto load a servlet

2001-11-30 Thread Cracauer, David D.
. I'm afraid I don't understand what you are refering to. Would that be a setting in my web or server.xml files? I'm using Tomcat as a stand-alone app. Thanks, Bret - Original Message - From: "Cracauer, David D." <[EMAIL PROTECTED]> To: "'Tomcat User

RE: Auto load a servlet

2001-11-30 Thread Cracauer, David D.
The only way I know how to do this is with apache/mod_jk -Original Message- From: Bret Farris [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 12:25 PM To: Tomcat Users List Subject: Re: Auto load a servlet Actually, I want a client to be able to type into their browser http:/

RE: Auto load a servlet

2001-11-30 Thread Cracauer, David D.
is a way to autoload a servlet. Thanks, Bret - Original Message ----- From: "Cracauer, David D." <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 9:56 Subject: RE: Auto load a servlet > Can

RE: Auto load a servlet

2001-11-30 Thread Cracauer, David D.
Can't you do a redirect to a relative path? Like this: HTML REDIRECT -Original Message- From: Bret Farris [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 10:42 AM To: Tomcat Users List Subject: Re: Auto load a servlet Thanks for the response. However, this is wha

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
guration Hello, Take a look at TC4's server.xml and uncomment the ajp13 lines. Now install mod_jk as per TC3.2 docs. It *should* work although I've never tried it. Why not use mod_webapp??? Adam. On Fri, 2001-11-02 at 22:58, Cracauer, David D. wrote: > I'm lost. I'm gonna go l

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
rs List Subject: Re: Mod_webapp configuration "Cracauer, David D." wrote: > > Can mod_jk be used with Tomcat 4? > I sure hope so. I've got it running with 4.0.1 -- Steve Brunton <[EMAIL PROTECTED]> Phone: 404-827-2756 Chief Engineer Enterprise Syste

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
Can mod_jk be used with Tomcat 4? -Original Message- From: Steve Brunton [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 2:22 PM To: Tomcat Users List Subject: Re: Mod_webapp configuration "Cracauer, David D." wrote: > > He comes through again! > I

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
He comes through again! I'll look into mod_jk. I assume I need to use ajpv13. -Original Message- From: Steve Brunton [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 1:58 PM To: Tomcat Users List Subject: Re: Mod_webapp configuration "Cracauer, David D." wr

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
AddModule mod_webapp.c ServerName turbine.scottw DocumentRoot "C:/webapps/Apache Tomcat 4.0/webapps/newportal" WebAppConnection conn warp localhost:8008 WebAppDeploy ROOT conn / DirectoryIndex index.html Scott -Original Message----- F

Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
I am trying to setup mod_webapp with apache and can't figure out the config. I also cannot find any in-depth documentation. I can access my app directly at http://localhost:8080/servlet/vue.web.core.VueWebPageServlet but to get to it through apache I have to use http://localhost/servlet/servlet/

RE: mod_webapp/apache & solaris 8 compile problems

2001-10-31 Thread Cracauer, David D.
: Tuesday, October 30, 2001 8:11 PM To: Tomcat Users List Subject: Re: mod_webapp/apache & solaris 8 compile problems Steve Brunton at [EMAIL PROTECTED] wrote: > Cracauer, David D. wrote: > >> I have a sun blade 100 running Solaris 8 that I am using to show that it is >>