mod_webapp for Windows

2003-03-25 Thread Claus Bitten
Hi,

Does someone have a working mod_webapp.so/.dll for windows?

I have one from tc40 (Version 1.0) and I can integrate it 
into apache 1.3.27, but when I try to deploy a webapp from 
tomcat 4.1.18 it does not work correctly.
(Java is 1.4.1_02)
Strange things happen, binary transfer seems to be broken sometimes,
even the tomcat examples do not always work.

The same servlets work with mod_jk, but since I use mod_webapp 
with linux a lot I would like to use it with Windows as well.

I know that there were some issues regarding threads and other problems
with mod_webapp for windows, and there is no recent version on
jakarta.apache.org, but maybe someone build a recent working
version from the source...


regards,
Claus Bitten
-- 
[EMAIL PROTECTED]


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



Re: Any data from ORACLE, please help..

2003-01-16 Thread Claus Bitten
From: [EMAIL PROTECTED]
Subject: Any data from ORACLE, please help..


It cannot be true. I need help!
I have Oracle 8.7.1, tomcat 4.0.6, cocoon 2.0.4, windows2000, solaris.

If i run tomcat on Oracle Server(win2000), everything works successfully,
but if i run Tomcat on another server(windows or solaris), 
Tomcat dont't get any data from Oracle Server.
Why? If i run some application how TOAD on different Servers - it works, but
Tomcat not. I write small Java-proram, it make connection to oracle and
runs a stored procedure - it works! Tomcat and this program use one
JDBC-Driver.

What is wrong?

Please, any ideas..

Configuration in Tomcat:
  
  datasources
jdbc name=mydb
  auto-commitfalse/auto-commit
  pool-controller min=5 max=10/
  dburljdbc:oracle:thin:@sv000111:1521:mydb/dburl
  userdbo/user
  passwordxxx-xxx/password
/jdbc
  /datasources

Hi,

a) are you shure that tomcat uses the jdbc driver?
Where have you placed it ... JAKARTA_HOME/libs or in webapps? Does the catalina output 
says it has yound/deplyoed the jar-File? And have you renamed
classes12.zip to classes12.jar?

b) If a) is not the problem, what does the oracle listener output reports
when the tomcat app tries to connect?
Maybe it is a oracle naming problem.

regards,
Claus Bitten
--
[EMAIL PROTECTED]



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




problem with apache 1.3.22, tomcat 4.01 and mod_webapp

2002-02-17 Thread Claus Bitten

Hi,

I have a linux Server running with apache 1.3.22, tomcat 4.0.1 and mod_webapp using a 
warp connector.
All works well except for an upload function in the java classes.
Users can use the Website to upload files.
If the filename has a dot (.) in it (i.e. text.txt) the upload fails when using the 
connector.
(Using port 80 and the configured servlet)
Using tomcat directly (via port 8180) does not produce this error, the file is 
uploaded.

There are no usefull entries in the logfiles with an error or else.

Can this be a problem with the ajp13 connector?
And is it possible to downgrade the tomcat4-apache connector to ajp12 with mod_webapp?

thanks,
Claus Bitten
--
[EMAIL PROTECTED]
 


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




problems with mod_webapp

2001-12-05 Thread Claus Bitten

Hi,

I have a problem like in bug 3509
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3509)
I have a windows nt server with apache 1.3.22, tomcat 4.0.1, jdk 1.3.1 and
mod_webapp. Both (tomcat and apache) work stand alone.
But if I use mod_webapp to link apache and tomcat, it fails.
Error log from apache says this:
[error] Cannot read packet (pr_warp_config.c:139)
[error] Cannot configure connection conn
[error] Cannot configure connection conn
[error] Cannot shutdown conn
[error] Invalid packet 22
[error] (null)
[error] Invalid packet 6
[error] Communitcation interrupted

Since this seems to be a known problem, is there any way to solve it?
Can I still use mod_jk with tomcat 4.0?

regards,
Claus Bitten
--
[EMAIL PROTECTED]
 

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




Problem with tomcat 3.2.1, apache 1.3.19 and mod_rewrite

2001-08-16 Thread Claus Bitten

Hi,

I have a problem with tomcat after switching from an jserv-based server to tomcat.
There were rewrite rules to do the following:

www.server.com/page rewriting to www.server.com/servlet/page
(instserting the servlet part and keeping the rest auf the URL. www.server.com ist 
the same webserver)
I switched the server to tomcat, and everything works fine except the rewriting.

I load mod_rewrite after mod_jk, and the rule is (simple but it was working)

RewriteRule ^/(.+) http://www.server.com/servlet/ .
I tried this with [R] and [PT].

Requqesting the first page (www.server.com) is correctly expanded to 
www.server.com/servlet.
But if afterwards an URL i.e from within  www.server.com/servlet/download is 
requestet, which has
an URL to www.server.com/download/content but is actually served from the servlet.
There is no rewriting and the page is not found.

The rules worked for an apache 1.3.14 with jserv 1.1.
(The server configuration is nearly the same, including virtual hosts etc.)
Has the URL-handling changed?

regards,
Claus Bitten