Next Release 5.5.11?

2005-08-04 Thread Thorsten Kamann
Hello,

the current release is 5.5.10-alpha. Are there plans to change this in a 
5.5.10 or make a 5.5.11?
The bug #35894 (http://issues.apache.org/bugzilla/show_bug.cgi?id=35894) Bill 
has resolved today is a stopper, because the Tomcat cannot start with 
SecurityManager enabled.

Thorsten

-- 
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue

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



Re: Please describe the new Logger System at cvs head.

2004-06-24 Thread Thorsten Kamann
hello Remy, hello Peter,
I am following your dicussion about the new logging in the tomcat cvs.
I have some question about this changes:
1. Old configurations in the server.xml and context.xml is not valid,
because the old logger with Logger ... / is defined?
2. How can I automatically configure Log4J to add new categrories if the
a host/context added or removed?
3. At wich place the logs will be written if the configuration is not
properly set?
Our comapny uses the tomcat as a hosting solution for our customers.
Every customer has access to his own logs. The logger can be set of the
coustomers themselves in their context.xml, of course. Is this behaviour
broken after your refactoring is done?
Best regards
Thorsten
--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Please describe the new Logger System at cvs head.

2004-06-24 Thread Thorsten Kamann
Hello Remy,
Remy Maucherat schrieb:
Thorsten Kamann wrote:
hello Remy, hello Peter,
I am following your dicussion about the new logging in the tomcat cvs.
I have some question about this changes:
1. Old configurations in the server.xml and context.xml is not valid,
because the old logger with Logger ... / is defined?
2. How can I automatically configure Log4J to add new categrories if the
a host/context added or removed?
3. At wich place the logs will be written if the configuration is not
properly set?
Our comapny uses the tomcat as a hosting solution for our customers.
Every customer has access to his own logs. The logger can be set of the
coustomers themselves in their context.xml, of course. Is this behaviour
broken after your refactoring is done?

A lot of stuff will be broken in this branch. There was no way for me 
to continue improving Tomcat without breaking stuff. OTOH, I expect 
the relatively bug free 5.0.x branch to live for a long time, so don't 
plan upgrading (other than the connector refactoring, there won't be 
any major reason to upgrade existing installations; this branch is 
designed for new setups).
When this branch is so very different from the current 5.0.x, why ist
thne name not 6.x?
And why is there no chance to use the old configuration and redirects
internal to the new logger implementation?

About logging:
- it is a mistake (nowadays) to define custom loggers in applications 
(JBoss doesn't, and yet it's far more complex); of course, an equally 
big mistake is to provide logging services in the Servlet API ;)
This is only a dream. In a hosting enviroment every customer will
logging different. We offer own logfiles with the Logger configuartion
in the context.xml.
This were broken, if your changes are kept.
My greatest problem is the administration of the log4j configuration.
Where - or better - how can I do this automatically. This question you
don't answer? Is there a discussion done about this problem?
Your logger solution is maybe is well solution for a development or
company-intern-used tomcat installation but the UseCase Webhosting
have been ignored. If I must administrate every customer logger manually
this is very counterproductively.
- the big problem which I want to solve here is that logs are going to 
different places, which is wrong; now, all logs should go to 
commons-logging (or directly to the actual logger that commons-logging 
is wrapping)
What do you mean with different places. If you man different places
the logs will be saved than can I say this is a normal behaviour. In
Germany there is a admin tool called Confixx. This tool saves the logs
in the home directory of the user. Than the user can view and load his
logs with a normal ftp-client.
Best regards
Thorsten
--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Please describe the new Logger System at cvs head.

2004-06-24 Thread Thorsten Kamann
Hello Remy,
Remy Maucherat schrieb:
I must be an idiot I think this is not the case. This discussion is 
closed from my side, since what you write doesn't make any sense.
Hmm, is this your kind to hold a discussion? I think that my question 
are qualified because I must do this things everyday.
In addition to this,  to end a discussion on the way you do is not the 
right way to handle request and comments to project-related items.

But maybe this is the reason why the tomcat project has so few active 
commiters and volunteers that submitting patches?

Regards
Thorsten
--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Discussion - /jkstatus and stylesheets

2004-04-02 Thread Thorsten Kamann
Hello Henri

Henri Gomez schrieb:

No problem for me to provide the result in XML, since I've got friend
aroud which could provide me some nice XSL still sheet.
Second advantage, the jkstatus could be used by others apps for example
for monitoring purposes.
+0 for XML (lack of time to works on this ;().

So we should now define a DTD.


Do we need multiple XMLs and DTDs. The jkstatus provides 4 different 
sites. Should the content of the 4 HTML-Pages merged into one XML?

Do we need really a DTD? Is the configurations entry not to complex for 
a dtd?
If you want I can try to create a draft of a jkstatus xml.

Best regards
Thorsten


--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Discussion - /jkstatus and stylesheets

2004-04-01 Thread Thorsten Kamann
Hello,

Henri Gomez schrieb:

Well I didn't like very well the hardcoded way, so I'd like to have it
externally.
We could :

Define a stylesheet property var in workers2.properties, which will
contains a full URL and if this var is null, fallback to previous method.
Is there a chance the jk provides the status as xml? So the status can
checked programmatically. With an nice XSL-Stylesheet I can integrate
the status in every monitor page .
Your comments?

Best regards
Thorsten
--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Segmentatio fault in Apache 2

2004-04-01 Thread Thorsten Kamann
Hello,

i have a problem with JK and Apache 2 on SuSE 8.2.
When I have the JK2 installed into the Apache every request (also 
non-tomcat requests) produces a Segmentaion fault:

[Thu Apr 01 13:30:11 2004] [notice] jk2_init() Setting scoreboard slot 0 
for child 4485
[Thu Apr 01 13:30:11 2004] [notice] channelApr.resolve(): create AF_NET  
127.0.0.1 8190
[Thu Apr 01 13:30:11 2004] [notice] workerEnv.init() ok 
/etc/apache2/workers2.properties
[Thu Apr 01 13:30:11 2004] [notice] mod_jk2 child 4485 initialized
[Thu Apr 01 13:30:11 2004] [notice] jk2_init() Setting scoreboard slot 0 
for child 4486
[Thu Apr 01 13:30:11 2004] [notice] channelApr.resolve(): create AF_NET  
127.0.0.1 8190
[Thu Apr 01 13:30:11 2004] [notice] workerEnv.init() ok 
/etc/apache2/workers2.properties
[Thu Apr 01 13:30:11 2004] [notice] mod_jk2 child 4486 initialized
[Thu Apr 01 13:30:11 2004] [notice] child pid 4480 exit signal 
Segmentation fault (11)

When Im removing the jk2.conf out of conf.d the non-tomcat-requests are 
okay.

Thorsten

--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Segmentatio fault in Apache 2

2004-04-01 Thread Thorsten Kamann
jean-frederic clere schrieb:


Thorsten Kamann wrote:

 

Hello,

i have a problem with JK and Apache 2 on SuSE 8.2.
   



Which versions are you using? 
 

upps, sorry...

JK2.04
Tomcat 5.0.19
Apache 2.0.48
SuSELinux 8.2
SunJDK 1.4.2
Thorsten

-- Thorsten Kamann Email: [EMAIL PROTECTED] ICQ: 40746578 
Yahoo: ThorQue

--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


install4iis failed

2004-04-01 Thread Thorsten Kamann
Hello,

I have tried out the install4iis.js. But this failed:
Unable to find the Webserver ROOT directory.
I am using
   Windows 2000 Server
   IIS 5
   JK2.0.4
   Tomcat 5.0.16
I dont know what i habe to chnaged to get this script runninh.

Best regards
Thorsten
--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Segmentatio fault in Apache 2

2004-04-01 Thread Thorsten Kamann
Hello,

jean-frederic clere schrieb:

jk2 2.0.4 and Apache 2.0.48, hard to improve.

- Try to get a core file by adding in httpd.conf:
+++
CoreDumpDirectory /home/cores
this dosnt work. I have appended CoreDumpDirectory /tmp/apache_cores to
the httpd.conf. Make the dir writable for everyone. Restart the apache.
But the dir is empty.
Any ideas?

Thorsten

--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Segmentatio fault in Apache 2

2004-04-01 Thread Thorsten Kamann
Hello,

I found the problem. Im using the binaries out of the SuSE9-Release. Now
I tested with the release for Fedora-Core. This works.
On which distributions are these binaries testet? Do the Fedora-Binaries
works on SuSE9 too?
Is there a chance one release works for all of the major linux
distrubutions (SuSE 8.2, SuSE9, Debian, RedHat, Fedora ...)
Best regards
Thorsten
Thorsten Kamann schrieb:

Hello,

i have a problem with JK and Apache 2 on SuSE 8.2.
When I have the JK2 installed into the Apache every request (also 
non-tomcat requests) produces a Segmentaion fault:

[Thu Apr 01 13:30:11 2004] [notice] jk2_init() Setting scoreboard slot 
0 for child 4485
[Thu Apr 01 13:30:11 2004] [notice] channelApr.resolve(): create 
AF_NET  127.0.0.1 8190
[Thu Apr 01 13:30:11 2004] [notice] workerEnv.init() ok 
/etc/apache2/workers2.properties
[Thu Apr 01 13:30:11 2004] [notice] mod_jk2 child 4485 initialized
[Thu Apr 01 13:30:11 2004] [notice] jk2_init() Setting scoreboard slot 
0 for child 4486
[Thu Apr 01 13:30:11 2004] [notice] channelApr.resolve(): create 
AF_NET  127.0.0.1 8190
[Thu Apr 01 13:30:11 2004] [notice] workerEnv.init() ok 
/etc/apache2/workers2.properties
[Thu Apr 01 13:30:11 2004] [notice] mod_jk2 child 4486 initialized
[Thu Apr 01 13:30:11 2004] [notice] child pid 4480 exit signal 
Segmentation fault (11)

When Im removing the jk2.conf out of conf.d the non-tomcat-requests 
are okay.

Thorsten



--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Problems with catalina.properties

2003-12-16 Thread Thorsten Kamann
Hello,

I have written a Listener and configured it in the server.xml with the 
Listener Tag.
In conf/catalina.properties I extend the server.loader line with the 
path to the jar the Listener-Class contains.

When I start Tomcat a ClassNotFoundException occurs. Only when i copy 
the jar into server/lib the classes will be successfully loaded.

Is this a bug or will the server.loader values not used?

Best regards
Thorsten Kamann
--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Tomcat-Deployer and the Deploy-Task is broken?

2003-10-07 Thread Thorsten Kamann
Hello,

I'm testing the Tomcat-Deployer (Version 5.0.12 and 5.0.13). Both 
returns an error when i want to deploy the generated war file.

The error is:
The deploy task doesn't support the update attribute.
Is the Deployer ever tested?

Whats the error?

Best regards
Thorsten Kamann
--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat-Deployer and the Deploy-Task is broken?

2003-10-07 Thread Thorsten Kamann
Hello Remy,

Remy Maucherat wrote:
Thorsten Kamann wrote:
It (obviously) works for me.
Yes, that was my error. I've used an ant installation with an old 
catalina-ant. Then the error occured.
Now its wonderful :)

I've extended the build.xml out of the Tomcat-Deployer-project. Now the 
build.xml can precompile JSPs with generating the mappings in the 
web.xml, compile all sources and generate a JAR-Archiv.
Finally a WAR-Archive without the JSPs will generated and deployed to 
the remote (or Production) server.

Is this interessting for the Tomcat-Deployer-Project?

Best regards
Thorsten Kamann
--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Format for Help Files

2003-09-20 Thread Thorsten Kamann
Hello,

I'm working at the ManagerApplication to make it designable for the 
Corporate Identity.

Now I want translate the 2 Help Files into the German language. I've 
seen that in the Tomcat Docs the help sources are XML. Now I want to 
know is there a documentation about the XML-Format for those Help Files?
How manage I Help-Files for multiple languages? For every language a 
separate file?

Thanks in advance
Thorsten
--
Thorsten Kamann
Email: [EMAIL PROTECTED]
ICQ: 40746578
Yahoo: ThorQue
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]