appBase (was AW: Where IS mod_webapp ??)

2001-11-22 Thread Amthauer, Heiner

 with Tomcat 4.0.1 have some bugs that have since been 
 corrected (ie only
 being able to reference web apps in $CATALINA_HOME/webapps).
This is not a bug rather than misconfiguration in the server.xml, which
comes with Tomcat 4.0.1. The appBase=... atribute was placed inside the
Engine tag. However, this attribute is to be placed inside the Host tag,
which itself is wrapped by the Engine tag. One should read the manual
before distributing such files and causing lots of confusion.

Heiner

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




EOFException using mod_webapp

2001-11-21 Thread Amthauer, Heiner

Hi there,

I'm using mod_webapp to map servlet requests from Apache 1.3.22 to Tomcat
4.0.1 (win32). I'm running an applet wich does communicate with my servlets,
sending objects. This does work fine, using other Webservers like from bea,
or running on linux, with Apache 1.3.14 and Tomcat 3.2. However, beeing
requested to use SSL, I've turned to 1.3.22/4.0.1, because it is so easy to
configure. Unfortunatelly, using mod_webapp allows sending simple object,
only. Sending more complex objects, containing binary and primitive data
gives me an EOFException. Is there any fix for this, yet?

greetings
Heiner


Dipl. Ing. Heiner Amthauer
Entwicklungsingenieur

T-Systems

debis Systemhaus Ulm GEI GmbH
Tel.: 0731 / 93 44 44 22
Fax.: 0731 / 93 44 44 09
Mobil.: 0178 / 42 69 33 5
mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




AW: mod_jk Tomcat 4.0.1

2001-11-21 Thread Amthauer, Heiner

Hi Matt!

Sorry, I'm not shure, if integrating Apache 1.3.22 with Tomcat 4.0.1 works
the same way as with Tomcat 3.3. But if so, try looking at
http://server.ccl.net/cca/software/UNIX/apache/. There are several different
installations shown step by step. I've tried one and id did work fine.

greetings
Heiner

 -Ursprüngliche Nachricht-
 Von: Matt Sales [mailto:[EMAIL PROTECTED]]
 Gesendet am: Mittwoch, 21. November 2001 18:45
 An: Tomcat Users List
 Betreff: mod_jk  Tomcat 4.0.1
 
 Hello,
 I'm trying to integrate mod_jk with Tomcat 4.0.1/Apache1.3.22/RH7.2.
 I've poured over the Working with mod_jk, Workers 
 Properties HOWTO, and
 Tomcat 3.3 docs, but I can't seem to get it working correctly.  The
 mod_webapp is working fine, but it doesn't have the 
 functionality that I
 need.  When I try to activate mod_jk via a .jsp file under the apache
 document directory, I get either a 550 or 404 error back from 
 Apache, and no
 entries in any logfiles.
 Has anyone done this successfully?  If so, could I see some 
 example config
 files (i.e., httpd.conf  server.xml)?
 
 Thanks in advance,
 Matt
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




to be a bit more specific: using POST with SSL (was: mod_jk required for apache/tomcat/SSL?)

2001-08-28 Thread Amthauer, Heiner

Hi again,

sorry, my last question did not really explain my situation. I'll try it
again:
I did install Apache 1.3.20, Tomcat 3.2.3, openssl 0.9.6, mm 1.1.3 and
mod_ssl 2.8.4. I installed it according to a install-log of our company
(which is actually the same as yours, Jan :) and it all works fine with one
exception:
I CAN access servlets using the GET-method, however, I CANNOT access
servlets using the POST-method. When using the POST-method I geht some
cryptical charaters in the access-log togheter with a '501' and I get a
'Invalid method in request' in the error-log. Unfortunatelly I _haveto_ use
the POST-method, because we are sending objects to our servlets. Now, the
question is: 

What exactly do I need for sending objects to serlvets via SSL using the
POST-method? Is mod_jserv enough? Is it a configuration problem?

Any hints and help is greatly appreciated.

regards
Heiner


Dipl. Ing. Heiner Amthauer
Entwicklungsingenieur

T-Systems

debis Systemhaus Ulm GEI GmbH
Tel.: 0731 / 93 44 44 22
Fax.: 0731 / 93 44 44 09
Mobil.: 0178 / 42 69 33 5
mailto:[EMAIL PROTECTED]




AW: to be a bit more specific: using POST with SSL (was: mod_jk required for apache/tomcat/SSL?)

2001-08-28 Thread Amthauer, Heiner

no, sorry, you are not. It is not a java source-code problem. The system is
all working perfectly well with normal http. And there are serveral
servlets, some being accessed with POST and some with GET - all work fine.
Until I switch to SSL. Afterwards I can no longer access the servlets with
POST.

greetings

 it seems that you didn't use 
 doPost(Httpreq,res)  method in
 your servlet, am i right ?
 cheers :)



I'm screwed: SSL no longer works at all - need FAQ/manual

2001-08-28 Thread Amthauer, Heiner

Hi there,

I'm screwed no. I can no longer get any SSL stuff to work with apache
1.3.20, tomcat 3.2.3, mod_jk. What I need at this point is a step by step
instruction what to do for setting up a web-application for http and https.
Is there any usefull manual out there?

regards


Dipl. Ing. Heiner Amthauer
Entwicklungsingenieur

T-Systems

debis Systemhaus Ulm GEI GmbH
Tel.: 0731 / 93 44 44 22
Fax.: 0731 / 93 44 44 09
Mobil.: 0178 / 42 69 33 5
mailto:[EMAIL PROTECTED]





AW: Yet another newbie question

2001-08-28 Thread Amthauer, Heiner

Hi there,

this is not a tomcat-problem. Your browser comes with Microsoft Java VM
which is not able to handle any stuff from the javax.swing package.
Furthermore it does not recognize that it should use the Java Plugin since
it is not enought just to install the plugin. You need to run the
htmlconverter on your html-file. It converts the applet-tag into something
like OBJECT classid=clsid:8AD9C840-044E-11D1-... which actually causes
IE5 to start the plugin. You can easily check this by enabling the
java-console in your plugin-control-panel. If I am right, the java-console
should pop up when showing the swing test applets from sun but it does not
pop up, when showing your own html-page (close your browser before loading
the pages, otherwise this effect doesn't work). In the latest plugin
versions, you can also verify that the plugin is loaded by the little java
guy showing up in your taskbar. You can retrieve the htmlconverter from
java.sun.com. Up to Java version 1.3.0_01 it is available, separatly. In
later versions, it is bundled togehter with the J2SDK. However, you can use
the htmlconverter for 1.3.0, which will work with any later versions of the
JRE and plugin, perfectly well. Hope this helps.

regards
Heiner

 -Ursprüngliche Nachricht-
 Von: Mihai Gheorghiu [mailto:[EMAIL PROTECTED]]
 Gesendet am: Dienstag, 28. August 2001 18:23
 An: [EMAIL PROTECTED]
 Betreff: Yet another newbie question
 
 I created (with NetBeans) a test applet that includes one 
 JLabel field.
 I load it under Tomcat3.2.2 on RH7.0 and the browser (IE5.5) 
 on another
 machine displays the html page with header Applet HTML Page 
 and footer
 Generated by NetBeans IDE, but I get only a grey rectangle 
 instead of the
 actual applet.
 I have Java plug-in installed in IE. I can open the Swing 
 test applets from
 Sun's website.
 Tomcat generates an error message in the terminal window it 
 was started
 from:
 2001-08-28 12:12:00 - Ctx( /development ): 404 R( /development +
 /javax/swing/JApplet.class + null) null
 What should I do?
 Thank you all.
 



mod_jk required for apache/tomcat/SSL?

2001-08-27 Thread Amthauer, Heiner

Hi there!

I want to use tomcat togehter with apache+mod_ssl. However, accessing my
servlets via SSL doesn't work at all, whereas using normal http requests it
all works fine. In any documentation about using SSL with apache/tomcat I
allways find configuration examples for mod_jk, but none for mod_jserv
(which I use). Is mod_jk a must when using apache/tomcat/SSL? If not, how
can it be done with mod_jserv?

Any fast help is greatly appreciated
regards
Heiner


Dipl. Ing. Heiner Amthauer
Entwicklungsingenieur

T-Systems

debis Systemhaus Ulm GEI GmbH
Tel.: 0731 / 93 44 44 22
Fax.: 0731 / 93 44 44 09
Mobil.: 0178 / 42 69 33 5
mailto:[EMAIL PROTECTED]