Re: Problems with mod_webapp. Please read!

2002-02-26 Thread Erik Lotspeich

On Tue, 26 Feb 2002, jean-frederic clere wrote:

 Erik Lotspeich wrote:
 
  Brian,
 
  I used --enable-shared=max and --enable-shared=most configure flags for
  Apache.  Nothing too special.
 
  For webapp, I gave the following options:
 
  --with-tomcat
  --with-apr
  --with-apxs
  --enable-debug

 And if you remove the --enable-debug option?
 The nice would to have a core try: ulimit -c unlimited make sure that the User
 in httpd.conf is able to write where you start the httpd. Then use gdb to find
 where the process cores.

Same thing.  I added the debug option at the request of someone on this
list so I could help to track it down.  The debug messages that come up
show me that its doing some of the module init stuff before it dies.  I'll
have to refetch that output and I'll post it.

There is no core file -- that's how severe the crash is.

Thanks,

Erik.


 
  I compiled webapp as a DSO.
 
  My Apache configuration is as follows:
 
  # Insert code for mod_webapp
  LoadModule webapp_module libexec/mod_webapp.so
  AddModule mod_webapp.c
 
  IfModule mod_webapp.c
  WebAppConnection conn  warp  localhost:8008
  WebAppDeploy examples  conn  /examples
  /IfModule
 
  I don't think that a WebAppInfo directive will make any difference since
  Apache won't even start, but I can give it a try.
 
  Thaks,
 
  Erik.
 
  On 25 Feb 2002, Brian P. Millett wrote:
 
   On Mon, 2002-02-25 at 12:54, Erik Lotspeich wrote:
On Sat, 23 Feb 2002, Brian Millett wrote:
   
  Linux 2.4, glibc 2.1, JDK 1.3.1, Jakarta-tomcat 4.0.2, Apache 1.3.20, APR
  20011211172103, mod_webapp 4.0.2.
 
   
I compiled both webapp and Apache from source.  The error logs say
nothing!  The whole application (including Apache) crashes before Apache
can print anything.
   
   Ok, what commands (configure args, etc) did you use to compile apache 
   webapp?  Did you compile it as a DSO?
  
   You can put into the mod_webapp configurations a line:
  
   WebAppInfo  /webapp-info
  
   that will be like the apache server-info url.
  
 
  k
 
  --
  To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
  For additional commands, e-mail: mailto:[EMAIL PROTECTED]

 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]



-- 
Erik Lotspeich | Lead Engineer
ELC Technologies
1532 State Street Suite C
Santa Barbara, CA 93101
[EMAIL PROTECTED]

(805) 884.8300 phn
(805) 884.8339 fax

http://www.elctech.com/

-
Privacy and Confidentiality Notice:
The information contained in this electronic mail message is intended
for the named recipient(s) only. It may contain privileged and
confidential information. If you are not an intended recipient, you
must not copy, forward, distribute or take any action in reliance on
it. If you have received this electronic mail message in error, please
notify the sender immediately.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Problems with mod_webapp. Please read!

2002-02-26 Thread Erik Lotspeich

On 26 Feb 2002, Brian P. Millett wrote:

 On Mon, 2002-02-25 at 15:37, Erik Lotspeich wrote:
  Brian,
 
  I used --enable-shared=max and --enable-shared=most configure flags for
  Apache.  Nothing too special.
 
  For webapp, I gave the following options:
 
  --with-tomcat
  --with-apr
  --with-apxs
  --enable-debug
 
  I compiled webapp as a DSO.

 Ok, so if you take out the LoadModule webapp_module... from the
 httpd.conf, does apache come up?

Without loading the webapp module (taking out the LoadModule line for it),
Apache comes up perfectly.

Thanks,

Erik.


 Sorry for all of the questions, just want to eliminate the obvious.



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Problems with mod_webapp. Please read!

2002-02-25 Thread Erik Lotspeich

On Sat, 23 Feb 2002, Brian Millett wrote:

 On Fri, 2002-02-22 at 16:18, Erik Lotspeich wrote:
  Brian,
 
  In my previous e-mails I gave more details.  My setup is this:
 
  Linux 2.4, glibc 2.1, JDK 1.3.1, Jakarta-tomcat 4.0.2, Apache 1.3.20, APR
  20011211172103, mod_webapp 4.0.2.
 
  Does mod_webapp require a more recent version of Apache?  Does it require
  JDK 1.4?  I was under the impression that it would work with the setup
  that I had.

 Eric, did you compile webapp?  Did you compile apache?  What is in the
 apache error_log?  What is in the tomcat/logs/apache log?  Did you
 configure /webapp-info?

I compiled both webapp and Apache from source.  The error logs say
nothing!  The whole application (including Apache) crashes before Apache
can print anything.

I have made configuration file settings indicated by the minimal
documentation.  What do you mean by /webapp-info?  Is there additional
configuration that is necessary to keep the app from crashing?


 Santa Barbara?  Must be nice.  I grew up in Santa Ynez.  Miss that
 ocean.


It's definitely beautiful weather here.  We're lucky. ;)

Thanks,

Erik.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Problems with mod_webapp. Please read!

2002-02-25 Thread Erik Lotspeich

Punky,

I did run apachectl configtest.  It claims that my configuration is
correct.

Thanks,

Erik.

On Mon, 25 Feb 2002, Punky Tse wrote:

 Erik,

 I have similar config.  But I have no problem for it.  Did you run
 apachectl configtest to prove your config is correct?

 Punky

 - Original Message -
 From: Erik Lotspeich [EMAIL PROTECTED]
 To: Tomcat Developers List [EMAIL PROTECTED]
 Sent: Saturday, February 23, 2002 6:18 AM
 Subject: Re: Problems with mod_webapp. Please read!


  Brian,
 
  In my previous e-mails I gave more details.  My setup is this:
 
  Linux 2.4, glibc 2.1, JDK 1.3.1, Jakarta-tomcat 4.0.2, Apache 1.3.20, APR
  20011211172103, mod_webapp 4.0.2.
 
  Does mod_webapp require a more recent version of Apache?  Does it require
  JDK 1.4?  I was under the impression that it would work with the setup
  that I had.
 
  Thanks,
 
  Erik.
 
 
  On 22 Feb 2002, Brian P. Millett wrote:
 
   On Fri, 2002-02-22 at 15:58, Erik Lotspeich wrote:
  
Is there anybody who has successfully built mod_webapp and gotten it
 to
work properly?
  
   Yes, since you didn't say which platform, JVM, etc., I'll give you mine:
  
   RedHat 7.2, JDK 1.4, Jakarta-tomcat 4.0.2, Apache 2.0 b32 (works only
   with MPM=prefork)
  
   It works with velocity 1.2  cocoon 2.1
  
 
  --
  Erik Lotspeich | Lead Engineer
  ELC Technologies
  1532 State Street Suite C
  Santa Barbara, CA 93101
  [EMAIL PROTECTED]
 
  (805) 884.8300 phn
  (805) 884.8339 fax
 
  http://www.elctech.com/
 
  -
  Privacy and Confidentiality Notice:
  The information contained in this electronic mail message is intended
  for the named recipient(s) only. It may contain privileged and
  confidential information. If you are not an intended recipient, you
  must not copy, forward, distribute or take any action in reliance on
  it. If you have received this electronic mail message in error, please
  notify the sender immediately.
 
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]


 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com


 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]



-- 
Erik Lotspeich | Lead Engineer
ELC Technologies
1532 State Street Suite C
Santa Barbara, CA 93101
[EMAIL PROTECTED]

(805) 884.8300 phn
(805) 884.8339 fax

http://www.elctech.com/

-
Privacy and Confidentiality Notice:
The information contained in this electronic mail message is intended
for the named recipient(s) only. It may contain privileged and
confidential information. If you are not an intended recipient, you
must not copy, forward, distribute or take any action in reliance on
it. If you have received this electronic mail message in error, please
notify the sender immediately.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Problems with mod_webapp. Please read!

2002-02-25 Thread Erik Lotspeich

Brian,

I used --enable-shared=max and --enable-shared=most configure flags for
Apache.  Nothing too special.

For webapp, I gave the following options:

--with-tomcat
--with-apr
--with-apxs
--enable-debug

I compiled webapp as a DSO.

My Apache configuration is as follows:

# Insert code for mod_webapp
LoadModule webapp_module libexec/mod_webapp.so
AddModule mod_webapp.c

IfModule mod_webapp.c
WebAppConnection conn  warp  localhost:8008
WebAppDeploy examples  conn  /examples
/IfModule

I don't think that a WebAppInfo directive will make any difference since
Apache won't even start, but I can give it a try.

Thaks,

Erik.


On 25 Feb 2002, Brian P. Millett wrote:

 On Mon, 2002-02-25 at 12:54, Erik Lotspeich wrote:
  On Sat, 23 Feb 2002, Brian Millett wrote:
 
Linux 2.4, glibc 2.1, JDK 1.3.1, Jakarta-tomcat 4.0.2, Apache 1.3.20, APR
20011211172103, mod_webapp 4.0.2.
   
 
  I compiled both webapp and Apache from source.  The error logs say
  nothing!  The whole application (including Apache) crashes before Apache
  can print anything.
 
 Ok, what commands (configure args, etc) did you use to compile apache 
 webapp?  Did you compile it as a DSO?

 You can put into the mod_webapp configurations a line:

 WebAppInfo  /webapp-info

 that will be like the apache server-info url.


k


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Problems with mod_webapp. Please read!

2002-02-25 Thread Erik Lotspeich

Punky,

Yes, I have set ServerName.

If I don't set ServerName, then I get an error from Apache.

Erik.

On Tue, 26 Feb 2002, Punky Tse wrote:

 Erik,

 Have you set ServerName directive?  Or any VirtualHost defined?

 Regards,
 Punky


 - Original Message -
 From: Erik Lotspeich [EMAIL PROTECTED]
 To: Tomcat Developers List [EMAIL PROTECTED]
 Sent: Tuesday, February 26, 2002 5:37 AM
 Subject: Re: Problems with mod_webapp. Please read!


  Brian,
 
  I used --enable-shared=max and --enable-shared=most configure flags for
  Apache.  Nothing too special.
 
  For webapp, I gave the following options:
 
  --with-tomcat
  --with-apr
  --with-apxs
  --enable-debug
 
  I compiled webapp as a DSO.
 
  My Apache configuration is as follows:
 
  # Insert code for mod_webapp
  LoadModule webapp_module libexec/mod_webapp.so
  AddModule mod_webapp.c
 
  IfModule mod_webapp.c
  WebAppConnection conn  warp  localhost:8008
  WebAppDeploy examples  conn  /examples
  /IfModule
 
  I don't think that a WebAppInfo directive will make any difference since
  Apache won't even start, but I can give it a try.
 
  Thaks,
 
  Erik.
 
 
  On 25 Feb 2002, Brian P. Millett wrote:
 
   On Mon, 2002-02-25 at 12:54, Erik Lotspeich wrote:
On Sat, 23 Feb 2002, Brian Millett wrote:
   
  Linux 2.4, glibc 2.1, JDK 1.3.1, Jakarta-tomcat 4.0.2, Apache
 1.3.20, APR
  20011211172103, mod_webapp 4.0.2.
 
   
I compiled both webapp and Apache from source.  The error logs say
nothing!  The whole application (including Apache) crashes before
 Apache
can print anything.
   
   Ok, what commands (configure args, etc) did you use to compile apache 
   webapp?  Did you compile it as a DSO?
  
   You can put into the mod_webapp configurations a line:
  
   WebAppInfo  /webapp-info
  
   that will be like the apache server-info url.
  
 
  k
 
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]


 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com


 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]



-- 
Erik Lotspeich | Lead Engineer
ELC Technologies
1532 State Street Suite C
Santa Barbara, CA 93101
[EMAIL PROTECTED]

(805) 884.8300 phn
(805) 884.8339 fax

http://www.elctech.com/

-
Privacy and Confidentiality Notice:
The information contained in this electronic mail message is intended
for the named recipient(s) only. It may contain privileged and
confidential information. If you are not an intended recipient, you
must not copy, forward, distribute or take any action in reliance on
it. If you have received this electronic mail message in error, please
notify the sender immediately.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Problems with mod_webapp. Please read!

2002-02-22 Thread Erik Lotspeich

Hi,

I have successfully built Tomcat 3.x and mod_jk from source and gotten it
to work perfectly.

I've successfully built Tomcat 4.x.

The problem is that I have not been able to get mod_webapp running
successfully.  I've tried every release from 4.0 to 4.01 to 4.02 with no
success.  The problem is that Apache disappears from memory as soon as it
tries to initialize the webapp module.  I have made all of the required
configuration changes to httpd.conf including setting ServerName properly.

I have run mod_webapp through the debugger and found that the entire
memory space is obliterated as soon as mod_webapp initializes.

I have posted multiple messages both to the tomcat-dev list and to the
tomcat-user list and have received no helpful responses.  I have noticed
that others with similar troubles have also received no response.

Is there anybody who has successfully built mod_webapp and gotten it to
work properly?  Are there any developers who read this list?  There must
be somebody out there who can help.  It seems like a developer would be
interested in my problem because it seems serious and it could help to
make mod_webapp a better product.

A helpful response would be greatly appreciated,

Thanks,

Erik.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Problems with mod_webapp. Please read!

2002-02-22 Thread Erik Lotspeich

Brian,

In my previous e-mails I gave more details.  My setup is this:

Linux 2.4, glibc 2.1, JDK 1.3.1, Jakarta-tomcat 4.0.2, Apache 1.3.20, APR
20011211172103, mod_webapp 4.0.2.

Does mod_webapp require a more recent version of Apache?  Does it require
JDK 1.4?  I was under the impression that it would work with the setup
that I had.

Thanks,

Erik.


On 22 Feb 2002, Brian P. Millett wrote:

 On Fri, 2002-02-22 at 15:58, Erik Lotspeich wrote:

  Is there anybody who has successfully built mod_webapp and gotten it to
  work properly?

 Yes, since you didn't say which platform, JVM, etc., I'll give you mine:

 RedHat 7.2, JDK 1.4, Jakarta-tomcat 4.0.2, Apache 2.0 b32 (works only
 with MPM=prefork)

 It works with velocity 1.2  cocoon 2.1


-- 
Erik Lotspeich | Lead Engineer
ELC Technologies
1532 State Street Suite C
Santa Barbara, CA 93101
[EMAIL PROTECTED]

(805) 884.8300 phn
(805) 884.8339 fax

http://www.elctech.com/

-
Privacy and Confidentiality Notice:
The information contained in this electronic mail message is intended
for the named recipient(s) only. It may contain privileged and
confidential information. If you are not an intended recipient, you
must not copy, forward, distribute or take any action in reliance on
it. If you have received this electronic mail message in error, please
notify the sender immediately.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Problems with mod_webapp

2002-01-29 Thread Erik Lotspeich

I have successfully compiled Jakarta Tomcat 4 and gotten it up and
running.  My problem is with mod_webapp.

I've compiled mod_webapp with debugging flags.  After fixing the Makefile
which fails to link against the pthread library properly, I receive the
following output when trying to start Apache.

[Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:77) WebApp Library initializing
[Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:81) Initializing APR
[Mon Jan 28 15:58:22 2002] 2606 (pr_info.c:66) INFO provider initialized
[Mon Jan 28 15:58:22 2002] 2606 (pr_warp.c:62) WARP provider initialized
[Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:101) WebApp Library initialized
[Mon Jan 28 15:58:22 2002] 2606 (wa_config.c:167) Created connection conn (Prov: 
warp Param: localhost:8008)
[Mon Jan 28 15:58:22 2002] 2606 (wa_config.c:126) Created virtual host 
flamehawk.lotspeich.org:8080
[Mon Jan 28 15:58:22 2002] 2606 (wa_config.c:100) Created application examples in 
path /examples/
[Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:187) Application examples deployed for 
http://flamehawk.lotspeich.org:8080/examples/ (Conn: conn)
bin/apachectl start: httpd started

httpd quits right after it starts and before printing any error messages
in the logs.

Does anyone have any suggestions?  Any recomendations for how to build
mod_webapp properly?

Any help would be greatly appreciated,

Thanks,

Erik.







--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Problems with mod_webapp

2002-01-29 Thread Erik Lotspeich

I have successfully compiled Jakarta Tomcat 4 and gotten it up and
running.  My problem is with mod_webapp.

I've compiled mod_webapp with debugging flags.  After fixing the Makefile
which fails to link against the pthread library properly, I receive the
following output when trying to start Apache.

[Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:77) WebApp Library initializing
[Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:81) Initializing APR
[Mon Jan 28 15:58:22 2002] 2606 (pr_info.c:66) INFO provider initialized
[Mon Jan 28 15:58:22 2002] 2606 (pr_warp.c:62) WARP provider initialized
[Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:101) WebApp Library initialized
[Mon Jan 28 15:58:22 2002] 2606 (wa_config.c:167) Created connection conn (Prov: 
warp Param: localhost:8008)
[Mon Jan 28 15:58:22 2002] 2606 (wa_config.c:126) Created virtual host 
flamehawk.lotspeich.org:8080
[Mon Jan 28 15:58:22 2002] 2606 (wa_config.c:100) Created application examples in 
path /examples/
[Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:187) Application examples deployed for 
http://flamehawk.lotspeich.org:8080/examples/ (Conn: conn)
bin/apachectl start: httpd started

httpd quits right after it starts and before printing any error messages
in the logs.

Does anyone have any suggestions?  Any recomendations for how to build
mod_webapp properly?

Any help would be greatly appreciated,

Thanks,

Erik.








--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Problems with mod_webapp

2002-01-29 Thread Erik Lotspeich

Punky,

I have defined the ServerName directive.  If I don't define it, then I get
an error message telling me that it is not set.

The relevant part of the Apache configuration file follows:

LoadModule webapp_module libexec/mod_webapp.so
AddModule mod_webapp.c

IfModule mod_webapp.c
WebAppConnection conn  warp  localhost:8008
WebAppDeploy examples  conn  /examples
/IfModule

Thanks for your help,

Erik.


On Wed, 30 Jan 2002, Punky Tse wrote:

 Something like you haven't defined ServerName directive.  It is required for
 mod_webapp for some reasons.

 Can you show me the httpd.conf?

 - Punky

 - Original Message -
 From: Erik Lotspeich [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, January 30, 2002 2:39 AM
 Subject: Problems with mod_webapp


  I have successfully compiled Jakarta Tomcat 4 and gotten it up and
  running.  My problem is with mod_webapp.
 
  I've compiled mod_webapp with debugging flags.  After fixing the Makefile
  which fails to link against the pthread library properly, I receive the
  following output when trying to start Apache.
 
  [Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:77) WebApp Library initializing
  [Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:81) Initializing APR
  [Mon Jan 28 15:58:22 2002] 2606 (pr_info.c:66) INFO provider initialized
  [Mon Jan 28 15:58:22 2002] 2606 (pr_warp.c:62) WARP provider initialized
  [Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:101) WebApp Library initialized
  [Mon Jan 28 15:58:22 2002] 2606 (wa_config.c:167) Created connection
 conn (Prov: warp Param: localhost:8008)
  [Mon Jan 28 15:58:22 2002] 2606 (wa_config.c:126) Created virtual host
 flamehawk.lotspeich.org:8080
  [Mon Jan 28 15:58:22 2002] 2606 (wa_config.c:100) Created application
 examples in path /examples/
  [Mon Jan 28 15:58:22 2002] 2606 (wa_main.c:187) Application examples
 deployed for http://flamehawk.lotspeich.org:8080/examples/ (Conn: conn)
  bin/apachectl start: httpd started
 
  httpd quits right after it starts and before printing any error messages
  in the logs.
 
  Does anyone have any suggestions?  Any recomendations for how to build
  mod_webapp properly?
 
  Any help would be greatly appreciated,
 
  Thanks,
 
  Erik.
 
 
 
 
 
 
 
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]


 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com


 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Tomcat 4 and mod_webapp

2001-12-14 Thread Erik Lotspeich


I've been experiencing problems running mod_webapp.  I have built
mod_webapp successfully, but I have a problem with Apache/mod_webapp
diappearing after I start it.  Apache crashes before it even gets a chance
to print any errors in the error log.

I complied mod_webapp with --enable-debug.  I get some additional
information, so I tried running Apache through the gdb to get some
additional information.

I get the following:

[Thu Dec 13 10:14:38 2001] 9594 (wa_main.c:77) WebApp Library initializing
[Thu Dec 13 10:14:38 2001] 9594 (wa_main.c:81) Initializing APR
[Thu Dec 13 10:14:38 2001] 9594 (pr_info.c:66) INFO provider initialized
[Thu Dec 13 10:14:38 2001] 9594 (pr_warp.c:62) WARP provider initialized
[Thu Dec 13 10:14:38 2001] 9594 (wa_main.c:101) WebApp Library initialized
[Thu Dec 13 10:14:38 2001] 9594 (wa_config.c:167) Created connection conn (Prov: 
warp Param: localhost:8008)
[Thu Dec 13 10:14:38 2001] 9594 (wa_config.c:126) Created virtual host 
flamehawk.lotspeich.org:8080
[Thu Dec 13 10:14:38 2001] 9594 (wa_config.c:100) Created application examples in 
path /examples/
[Thu Dec 13 10:14:38 2001] 9594 (wa_main.c:187) Application examples deployed for 
http://flamehawk.lotspeich.org:8080/examples/ (Conn: conn)
Cannot access memory at address 0x4029fb14

Then Apache just disappears.

So it seems like mod_webapp is corrupting the Apache memory space as well
as its own.

Any ideas?

Thanks,

Erik.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Problems building Tomcat.

2001-04-24 Thread Erik Lotspeich

Hello,

I am new to Jakarta and Tomcat, and I am having trouble building Tomcat.
I'm sure that this comes up on the list alot, so I don't mean to beat a
dead horse here.

I've looked through and read all of the FAQs, looked through newsgroup
archives on DejaNews, printed out hundreds of pages of documentation
from the http://jakarta.apache.org/ website, and read all of the readme
files and install documents.  What I experience building Jakarta does not
correspond with the documentation.

I'm trying to build Jakarta 3.2.  I've successfully built a usable Ant.
However, when I try to build jakarta-servletapi with the build.sh script,
I get the following message.

Exception in thread main java.lang.NoClassDefFoundError: org/apache/tools/ant/Main

When I run ant with no arguments (assuming that it finds the build.xml
flie), it appears to build ok.  Is this normal?  What is the correct way
to build jakarta-servletapi?  The docs say to run build.sh.

When I try to build jakarta-tomcat from source, I get a similar error if I
try build.sh, and when I try to build it with ant alone, I get tons of
errors.  I noted that previous versions of Tomcat included a taglib and a
tools package.  Where do I obtain these for the 3.2 release?  They are not
located in the directory at jakarta.apache.org where I found servletapi
and tomcat.

Is there a comprehensive source of documentation or a procedure for how to
build this beast?

Any help would be greatly appreciated.

Thanks in advance,

Erik.