Managing applications with apache/tomcat403/mod_webapp

2002-06-04 Thread pascal GEND
Hello, I installed tomcat403 and mod_webapp. I read in the documentation that it is possible to manage applications (for instance mytomcatapp1 and mytomcatapp2) with: http://www.mywebsite.org:8080/manager/reload?path=mytomcatapp1 It works with tomcat which is running in standalone on port 8080

how to virtual hosting with apache 13.x, tomcat 4.0.3, mod_webapp

2002-06-04 Thread pascal GEND
Hello, I used apache with mod_jserv (no jsp) and I known how to configure virtual hosting in httpd.conf. DocumentRoot /path/to/website1 ServerName www.website1.org ... DocumentRoot /path/to/website2 ServerName www.website2.org Since I am working with tomcat 4.0.3 with mod_webapp,I do

uploading files software

2002-05-17 Thread pascal GEND
Hello, I'm using a package I found over the internet 2 years later and permitting upload of files through a POST on a java servlet. But it doesn't work correctly with data files bigger than 1 megabyte. Has anyone such a package (I use j2sdk 1.4) or where can I find it? thanks Pascal

mod_webapp for apache under windows 98

2002-05-14 Thread pascal GEND
Hi, does anyone use mod_webapp for apache under windows 98? Where to find it? Pascal

FORM submission POST to a server

2001-06-28 Thread pascal GEND
Hi,   I'd like to POST data to an http server with a java program (in the same way a www browser does it), in order to parse the response and do something with it. I have an example with the GET method but not POST.   For instance, consider the example below:     What is the correspondi

problems with jsp

2001-04-10 Thread pascal GEND
Hi,   I've just installed tomcat 3.2.1 with apache 1.3.12, windows 98. I checked my installation with the examples supplied with tomcat. Concerning servlets, it works but when I try with a .jsp I always get the following message in the browser: Error: 500 Location: /test/realPath.jspInternal