Re: After 1st installation of JDBCRealm?

2005-09-04 Thread Mark Thomas
> Can JDBCRealm support a user has more than 1 roles?

Yes.

> Can the SecurityManager support controlling path of Struts such  as
> /fooApp/fooPath.do?
>>Yes you can but this is not at all related to application users/roles.
>>See
>>http://java.sun.com/j2se/1.4.2/docs/guide/security/smPortGuide.html
>>for what this does.

Again, please read the security manager docs. It has *nothing* to do
with web application user/roles.



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



Re: After 1st installation of JDBCRealm?

2005-09-04 Thread 梁炳場
Thank you.

Can JDBCRealm support a user has more than 1 roles?

Can the SecurityManager support controlling path of Struts such  as
/fooApp/fooPath.do?

Thank you in advance




在 2005/9/4,Mark Thomas <[EMAIL PROTECTED]> 撰寫:
> 梁炳場 wrote:
> > Thank you Mark,
> >
> > How about security manager?
> >
> > Can I use policy file under $CATALINA_HOME/conf/catalina.policy file
> > with JDBCRealm?
> 
> Yes you can but this is not at all related to application users/roles.
> See
> http://java.sun.com/j2se/1.4.2/docs/guide/security/smPortGuide.html
> for what this does.
> 
> Mark
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>


Re: After 1st installation of JDBCRealm?

2005-09-04 Thread Mark Thomas
梁炳場 wrote:
> Thank you Mark,
> 
> How about security manager?
> 
> Can I use policy file under $CATALINA_HOME/conf/catalina.policy file
> with JDBCRealm?

Yes you can but this is not at all related to application users/roles.
See
http://java.sun.com/j2se/1.4.2/docs/guide/security/smPortGuide.html
for what this does.

Mark


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



Re: After 1st installation of JDBCRealm?

2005-09-03 Thread 梁炳場
Thank you Mark,

How about security manager?

Can I use policy file under $CATALINA_HOME/conf/catalina.policy file
with JDBCRealm?



2005/9/3, Mark Thomas <[EMAIL PROTECTED]>:
> 梁炳場 wrote:
> > I just install JDBCRealm of Tomcat 5.5
> > It works. Very simple to configure.
> >
> > But I have a few questions to ask.
> >
> > 1. How can users change password?
> They can't without you writing some custom code.
> 
> > And if password is encrypted, how to manage password?
> > eg, how to create the 1st user name and password?
> Again, custom code. If you use digest passwords, you can use the same
> digest mechanism.
> 
> > 2. Can the Struts Action class get the value of request.isUserInRole("")?
> Yes.
> 
> > 3. Can JDBCRealm support policy like JAASRealm?
> No.
> 
> > 4. Roles are defined in web.xml and database's tables.
> > Is it double work? If there is a difference of roles in web.xml
> > and tables for the same username, which prevail?
> There is no user to role mapping in web.xml therefore there is no
> question of one prevailing over another.
> 
> Database defines mapping between users and roles.
> web.xml defines mappign between roles and application resources
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>


Re: After 1st installation of JDBCRealm?

2005-09-03 Thread Mark Thomas

梁炳場 wrote:

I just install JDBCRealm of Tomcat 5.5
It works. Very simple to configure.

But I have a few questions to ask.

1. How can users change password?

They can't without you writing some custom code.


And if password is encrypted, how to manage password?
eg, how to create the 1st user name and password?
Again, custom code. If you use digest passwords, you can use the same 
digest mechanism.



2. Can the Struts Action class get the value of request.isUserInRole("")?

Yes.


3. Can JDBCRealm support policy like JAASRealm?

No.

4. Roles are defined in web.xml and database's tables. 
Is it double work? If there is a difference of roles in web.xml

and tables for the same username, which prevail?
There is no user to role mapping in web.xml therefore there is no 
question of one prevailing over another.


Database defines mapping between users and roles.
web.xml defines mappign between roles and application resources




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



After 1st installation of JDBCRealm?

2005-09-02 Thread 梁炳場
I just install JDBCRealm of Tomcat 5.5
It works. Very simple to configure.

But I have a few questions to ask.

1. How can users change password?
And if password is encrypted, how to manage password?
eg, how to create the 1st user name and password?
2. Can the Struts Action class get the value of request.isUserInRole("")?
3. Can JDBCRealm support policy like JAASRealm?
4. Roles are defined in web.xml and database's tables. 
Is it double work? If there is a difference of roles in web.xml
and tables for the same username, which prevail?


Can anyone give me hints?

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



jakarta-tomcat-deployer Installation on Windows XP ???

2005-08-24 Thread Vincent Blondel

Hello all,

I am a complete newbie for all about tomcat.

So in this context, I installed yesterday Tomcat 5.5.9 on my Windows XP machine 
to discover the product and the possibility for me to
develop a complete web (java oriented) web site. I also would try the ability 
for IBM Websphere 5.1.1 to generate war files I can
deploy on my Tomcat installation.

So I also installed jakarta-tomcat-admin and I am now trying to install 
jakarta-tomcat-deployer ... and that is really my problem.

Can somebody explain me how I have to install jakarta-tomcat-deployer ... I am 
sorry for this stupid question but I haven't found any
explanation for this.

Regards
Vincent



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



Re: Ports 8005 8009 8080 in default Tomcat 4.x installation.

2005-07-21 Thread Darryl L. Miles


127.0.0.1:8005 : Shutdown port, I've not seen this working in TC in a 
while.  You are meant to be able to connect and send the shutdown 
password with EOL and it instructs TC to shutdown gracefully.  Other 
method of doing the same include installing the TC admin webapp and 
doing the same thing from the frontend.


127.0.0.1:8009 AJP/1.3 (Apache J Protocol) Connector port.  This is used 
to connect Tomcat to another webserver, for example with Apache Httpd 
you would install mod_jk in the httpd and it would connect to TC on this 
port.  There are also other connectors for IIS that use this common wire 
protocol to comunicate.  I believe this wraps the HTTP request response 
with other control information in a more machine readable format than 
making TC re-parse the entire HTTP request and also can convery SSL 
security info if mod_ssl is in use.


publicIP:8080 HTTP Webserver.  This is a direct HTTP server 
implementation Coyote inside TC, this allows TC to act as a standalone 
webserver without the need for Apache/IIS.


Leon Pu wrote:


After lauching Tomcat with the default ports setting in
conf/server.xml. I use netstat to check the opening ports, but I only
found 8080 port is using.

What's the exact usage of preceding three ports?
 




--
Darryl L. Miles



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



Re: Ports 8005 8009 8080 in default Tomcat 4.x installation.

2005-07-21 Thread David Smith
8005 = default shutdown port.  I believe it used to be the default ajp12
port.  This is bound specifically to 127.0.0.1 and cannot be accessed
from any other system.
8009 = default ajp13 connector port.  Can be disabled if you aren't
using mod_jk to connect with Apache or IIS.
8080 = default http protocol port.  Change this to 80 if you are using
Tomcat with out Apache or IIS in production.

--David

Leon Pu wrote:

>Hi all,
>
>After lauching Tomcat with the default ports setting in
>conf/server.xml. I use netstat to check the opening ports, but I only
>found 8080 port is using.
>
>What's the exact usage of preceding three ports?
>
>
>Best regards,
>Leon
>
>__
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection around 
>http://mail.yahoo.com 
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>  
>


-- 
===
David Smith
Network Operations Supervisor
Department of Entomology
College of Agriculture & Life Sciences
Cornell University
2132 Comstock Hall
Ithaca, NY  14853
Phone: 607.255.9571
Fax: 607.255.0939



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



Ports 8005 8009 8080 in default Tomcat 4.x installation.

2005-07-21 Thread Leon Pu
Hi all,

After lauching Tomcat with the default ports setting in
conf/server.xml. I use netstat to check the opening ports, but I only
found 8080 port is using.

What's the exact usage of preceding three ports?


Best regards,
Leon

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



Problem with Tomcat Service when Tomcat Installation pathname has double byte characters

2005-07-11 Thread Rakesh Pandit


We are using Tomcat 4.1 as a service. 

The service calls and runs the tomcat.exe correctly so 
long the tomcat installation pathname has ASCII characters 
only. 

But moment we install the Tomcat in a pathname that has 
double bytes, the tomcat.exe invoked by the service fails 
to run ? 

Any ideas. 
 



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



Re: Tomcat installation

2005-06-24 Thread Pete Stevens
A guide for Tomcat 5 under UML Linux is here

http://www.mythic-beasts.com/support/topic_vds_java.html

Hope this helps.

Pete Stevens

On Thu, 23 Jun 2005, justy wrote:

> None of the links you gave is working.  I have a lot of doubts about
> tomcat installation.  what shall I do..who can help me.
>
>
> justy <[EMAIL PROTECTED]> wrote:None of the links you gave is working. I have 
> a lot of doubts about tomcat installation. what shall I do..who can help me.
>
> __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
> -
> Yahoo! Sports
>  Rekindle the Rivalries. Sign up for Fantasy Football

--
Pete Stevens
[EMAIL PROTECTED]
http://www.ex-parrot.com/~pete/

 Probably, the only way to kill yourself with this stuff is to drop two tonnes
 of it on yourself.
  -- Suicide FAQ on LSD

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



Re: Tomcat installation

2005-06-23 Thread justy
None of the links you gave is working.  I have a lot of doubts about 
tomcat installation.  what shall I do..who can help me.


justy <[EMAIL PROTECTED]> wrote:None of the links you gave is working. I have a 
lot of doubts about tomcat installation. what shall I do..who can help me.

__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-
Yahoo! Sports
 Rekindle the Rivalries. Sign up for Fantasy Football

Tomcat installation

2005-06-23 Thread justy
None of the links you gave is working.  I have a lot of doubts about tomcat 
installation.  what shall I do..who can help me.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

RE: Re: Problem in Tomcat installation in HP-UX

2005-05-15 Thread Kurniawan Kurt

Hi,

I doubled check today, and found out that the classes are there in 
jsp-examples/WEB-INF and servlet-examples/WEB-INF. But somehow for some 
reasons, it is not loaded up to the CLASSPATH. Tomcat doesn't recognizes the 
files under the WEB-INF/classes/compressionFileters.

I don't really know the problem, is that something wrong in the "sh" script 
that does the CLASSPATH setup ? Or it is just different way of EXPORT-ing the 
CLASSPATH in HP-UX ?

Kurt

-Original Message-
From: Kurniawan Kurt
Sent: Monday, 16 May 2005 8:50 AM
To: 'weetat'; tomcat-user@jakarta.apache.org
Subject: RE: Re: Problem in Tomcat installation in HP-UX


Hi,

thanks for your response.

What is the jar name for this ?

Isn't all the jar should be included in the download?
I'm using the tar.gz download.

I tried this (the same installation) under Windows and it works fine.


Kurt.

-Original Message-
From: weetat [mailto:[EMAIL PROTECTED]
Sent: Friday, 13 May 2005 7:35 PM
To: tomcat-user@jakarta.apache.org
Subject: Re: Problem in Tomcat installation in HP-UX


Hi ,

Check if e CompressionFilter class is in /WEB-INF/classes . Or it is
in the jar file which located in /WEB-INF/lib


Thanks.

- weetat

Kurt Kurniawan wrote:
> Hi,
>
>
> I've installed Tomcat 5.0.28 in HP_UX.
> tomcat startups and run and i can access the main page but when i
>
> click on the example servets and jsp pages i get errors!
>
>
>
> I get the following errors when running startup.sh in hp-ux
>
> in catalina.out log:
>
> SEVERE: Exception starting filter Compression Filter
>
> java.lang.ClassNotFoundException: compressionFilters.CompressionFilter
>
> 
>
> SEVERE: Error registering null
>
> javax.management.MBeanRegistrationException: nested exception is
>
> java.lang.NullPointerException
>
> 
>
> SEVERE: Error reseting context
>
> StandardEngine[Catalina].StandardHost[localhost].StandardContext[/jsp-examples]
>
> jav
>
> ax.management.MBeanRegistrationException: nested exception is
>
> java.lang.NullPointerException
>
> javax.management.MBeanRegistrationException: nested exception is
>
>
> ...
>
> I went to the localhost...log.
>
>
> These are what I've got:
>
>
> 2005-05-13 17:53:57 StandardContext[/jsp-examples]SessionListener: 
> contextInitialized()
> 2005-05-13 17:53:57 StandardContext[/jsp-examples]Exception starting filter 
> Compression Filter
> java.lang.ClassNotFoundException: compressionFilters.CompressionFilter
> at 
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
> der.java:1340)
> at 
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
> der.java:1189)
> at 
> org.apache.catalina.core.ApplicationFilterConfig.getFilter(Applicatio
> nFilterConfig.java:211)
> at 
> org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Applica
> tionFilterConfig.java:308)
>
>
>
>
>
>
> Is there any reason why ? Both jsp-examples and servlet-examples cannot run.
> Everything else seems to work fine.
>
>
> What is java.lang.ClassNotFoundException: 
> compressionFilters.CompressionFilter ?
> Why it couldn't find it in the classpath ?
>
>
> My config is:
> Using CATALINA_BASE:   /opt/webmethods/jakarta-tomcat-5.0.28
> Using CATALINA_HOME:   /opt/webmethods/jakarta-tomcat-5.0.28
> Using CATALINA_TMPDIR: /opt/webmethods/jakarta-tomcat-5.0.28/temp
> Using JAVA_HOME:   /opt/java1.3
>
>
> My classpath is as follows:
> echo $CLASSPATH
> /opt/java1.3/lib/tools.jar:/opt/webmethods/glue/lib/glue-all.jar:/opt/webmethods/glue/lib/glue-examples.jar:
> /opt/webmethods/jakarta-tomcat-5.0.28/common/lib/servlet-api.jar:
>
>
> Thanks
>
> Kurt Kurniawan
>
> Australia
>
>
>
>
>
> CAUTION: This email and files included in its transmission
>
> are solely intended for the use of the addressee(s) and may
>
> contain information that is confidential and privileged.
>
> If you receive this email in error, please advise us
>
> immediately and delete it without copying the contents
>
> contained within. Woolworths Limited (including its group
>
> of companies) do not accept liability for the views
>
> expressed within or the consequences of any computer
>
> viruses that may be transmitted with this email. The
>
> contents are also subject to copyright. No part of it
>
> should be reproduced, adapted or transmitted without the
>
> written consent of the copyright owner.


CAUTION: This email and files included in its transmission
are solely intended for the use of the addressee(s) and may
contain information that is confidential and privileged.
If you

RE: Re: Problem in Tomcat installation in HP-UX

2005-05-15 Thread Kurniawan Kurt

Hi,

thanks for your response.

What is the jar name for this ?

Isn't all the jar should be included in the download?
I'm using the tar.gz download.

I tried this (the same installation) under Windows and it works fine.


Kurt.

-Original Message-
From: weetat [mailto:[EMAIL PROTECTED]
Sent: Friday, 13 May 2005 7:35 PM
To: tomcat-user@jakarta.apache.org
Subject: Re: Problem in Tomcat installation in HP-UX


Hi ,

Check if e CompressionFilter class is in /WEB-INF/classes . Or it is
in the jar file which located in /WEB-INF/lib


Thanks.

- weetat

Kurt Kurniawan wrote:
> Hi,
>
>
> I've installed Tomcat 5.0.28 in HP_UX.
> tomcat startups and run and i can access the main page but when i
>
> click on the example servets and jsp pages i get errors!
>
>
>
> I get the following errors when running startup.sh in hp-ux
>
> in catalina.out log:
>
> SEVERE: Exception starting filter Compression Filter
>
> java.lang.ClassNotFoundException: compressionFilters.CompressionFilter
>
> 
>
> SEVERE: Error registering null
>
> javax.management.MBeanRegistrationException: nested exception is
>
> java.lang.NullPointerException
>
> 
>
> SEVERE: Error reseting context
>
> StandardEngine[Catalina].StandardHost[localhost].StandardContext[/jsp-examples]
>
> jav
>
> ax.management.MBeanRegistrationException: nested exception is
>
> java.lang.NullPointerException
>
> javax.management.MBeanRegistrationException: nested exception is
>
>
> ...
>
> I went to the localhost...log.
>
>
> These are what I've got:
>
>
> 2005-05-13 17:53:57 StandardContext[/jsp-examples]SessionListener: 
> contextInitialized()
> 2005-05-13 17:53:57 StandardContext[/jsp-examples]Exception starting filter 
> Compression Filter
> java.lang.ClassNotFoundException: compressionFilters.CompressionFilter
> at 
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
> der.java:1340)
> at 
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
> der.java:1189)
> at 
> org.apache.catalina.core.ApplicationFilterConfig.getFilter(Applicatio
> nFilterConfig.java:211)
> at 
> org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Applica
> tionFilterConfig.java:308)
>
>
>
>
>
>
> Is there any reason why ? Both jsp-examples and servlet-examples cannot run.
> Everything else seems to work fine.
>
>
> What is java.lang.ClassNotFoundException: 
> compressionFilters.CompressionFilter ?
> Why it couldn't find it in the classpath ?
>
>
> My config is:
> Using CATALINA_BASE:   /opt/webmethods/jakarta-tomcat-5.0.28
> Using CATALINA_HOME:   /opt/webmethods/jakarta-tomcat-5.0.28
> Using CATALINA_TMPDIR: /opt/webmethods/jakarta-tomcat-5.0.28/temp
> Using JAVA_HOME:   /opt/java1.3
>
>
> My classpath is as follows:
> echo $CLASSPATH
> /opt/java1.3/lib/tools.jar:/opt/webmethods/glue/lib/glue-all.jar:/opt/webmethods/glue/lib/glue-examples.jar:
> /opt/webmethods/jakarta-tomcat-5.0.28/common/lib/servlet-api.jar:
>
>
> Thanks
>
> Kurt Kurniawan
>
> Australia
>
>
>
>
>
> CAUTION: This email and files included in its transmission
>
> are solely intended for the use of the addressee(s) and may
>
> contain information that is confidential and privileged.
>
> If you receive this email in error, please advise us
>
> immediately and delete it without copying the contents
>
> contained within. Woolworths Limited (including its group
>
> of companies) do not accept liability for the views
>
> expressed within or the consequences of any computer
>
> viruses that may be transmitted with this email. The
>
> contents are also subject to copyright. No part of it
>
> should be reproduced, adapted or transmitted without the
>
> written consent of the copyright owner.


CAUTION: This email and files included in its transmission
are solely intended for the use of the addressee(s) and may
contain information that is confidential and privileged.
If you receive this email in error, please advise us
immediately and delete it without copying the contents
contained within. Woolworths Limited (including its group
of companies) do not accept liability for the views
expressed within or the consequences of any computer
viruses that may be transmitted with this email. The
contents are also subject to copyright. No part of it
should be reproduced, adapted or transmitted without the
written consent of the copyright owner.

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



Re: Problem in Tomcat installation in HP-UX

2005-05-13 Thread weetat
Hi ,
   Check if e CompressionFilter class is in /WEB-INF/classes . Or it is 
in the jar file which located in /WEB-INF/lib

Thanks.
- weetat
Kurt Kurniawan wrote:
Hi,
I've installed Tomcat 5.0.28 in HP_UX.
tomcat startups and run and i can access the main page but when i
click on the example servets and jsp pages i get errors!

I get the following errors when running startup.sh in hp-ux
in catalina.out log:
SEVERE: Exception starting filter Compression Filter
java.lang.ClassNotFoundException: compressionFilters.CompressionFilter

SEVERE: Error registering null
javax.management.MBeanRegistrationException: nested exception is
java.lang.NullPointerException

SEVERE: Error reseting context
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/jsp-examples]
jav
ax.management.MBeanRegistrationException: nested exception is
java.lang.NullPointerException
javax.management.MBeanRegistrationException: nested exception is
...
I went to the localhost...log.
These are what I've got:
2005-05-13 17:53:57 StandardContext[/jsp-examples]SessionListener: 
contextInitialized()
2005-05-13 17:53:57 StandardContext[/jsp-examples]Exception starting filter 
Compression Filter
java.lang.ClassNotFoundException: compressionFilters.CompressionFilter
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1340)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1189)
at org.apache.catalina.core.ApplicationFilterConfig.getFilter(Applicatio
nFilterConfig.java:211)
at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Applica
tionFilterConfig.java:308)


Is there any reason why ? Both jsp-examples and servlet-examples cannot run.
Everything else seems to work fine.
What is java.lang.ClassNotFoundException: 
compressionFilters.CompressionFilter ?
Why it couldn't find it in the classpath ?
My config is:
Using CATALINA_BASE:   /opt/webmethods/jakarta-tomcat-5.0.28
Using CATALINA_HOME:   /opt/webmethods/jakarta-tomcat-5.0.28
Using CATALINA_TMPDIR: /opt/webmethods/jakarta-tomcat-5.0.28/temp
Using JAVA_HOME:   /opt/java1.3
My classpath is as follows:
echo $CLASSPATH
/opt/java1.3/lib/tools.jar:/opt/webmethods/glue/lib/glue-all.jar:/opt/webmethods/glue/lib/glue-examples.jar:
/opt/webmethods/jakarta-tomcat-5.0.28/common/lib/servlet-api.jar:
Thanks
Kurt Kurniawan
Australia


CAUTION: This email and files included in its transmission
are solely intended for the use of the addressee(s) and may
contain information that is confidential and privileged.
If you receive this email in error, please advise us
immediately and delete it without copying the contents
contained within. Woolworths Limited (including its group
of companies) do not accept liability for the views
expressed within or the consequences of any computer
viruses that may be transmitted with this email. The
contents are also subject to copyright. No part of it
should be reproduced, adapted or transmitted without the
written consent of the copyright owner.

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


Problem in Tomcat installation in HP-UX

2005-05-13 Thread Kurt Kurniawan

Hi,

I've installed Tomcat 5.0.28 in HP_UX.
tomcat startups and run and i can access the main page but when i
click on the example servets and jsp pages i get errors!


I get the following errors when running startup.sh in hp-ux
in catalina.out log:
SEVERE: Exception starting filter Compression Filter
java.lang.ClassNotFoundException: compressionFilters.CompressionFilter

SEVERE: Error registering null
javax.management.MBeanRegistrationException: nested exception is
java.lang.NullPointerException

SEVERE: Error reseting context
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/jsp-examples]
jav
ax.management.MBeanRegistrationException: nested exception is
java.lang.NullPointerException
javax.management.MBeanRegistrationException: nested exception is

...

I went to the localhost...log.

These are what I've got:

2005-05-13 17:53:57 StandardContext[/jsp-examples]SessionListener: 
contextInitialized()
2005-05-13 17:53:57 StandardContext[/jsp-examples]Exception starting filter 
Compression Filter
java.lang.ClassNotFoundException: compressionFilters.CompressionFilter
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1340)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1189)
at org.apache.catalina.core.ApplicationFilterConfig.getFilter(Applicatio
nFilterConfig.java:211)
at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Applica
tionFilterConfig.java:308)



Is there any reason why ? Both jsp-examples and servlet-examples cannot run.
Everything else seems to work fine.

What is java.lang.ClassNotFoundException: compressionFilters.CompressionFilter ?
Why it couldn't find it in the classpath ?

My config is:
Using CATALINA_BASE:   /opt/webmethods/jakarta-tomcat-5.0.28
Using CATALINA_HOME:   /opt/webmethods/jakarta-tomcat-5.0.28
Using CATALINA_TMPDIR: /opt/webmethods/jakarta-tomcat-5.0.28/temp
Using JAVA_HOME:   /opt/java1.3

My classpath is as follows:
echo $CLASSPATH
/opt/java1.3/lib/tools.jar:/opt/webmethods/glue/lib/glue-all.jar:/opt/webmethods/glue/lib/glue-examples.jar:
/opt/webmethods/jakarta-tomcat-5.0.28/common/lib/servlet-api.jar:

Thanks

Kurt Kurniawan
Australia




CAUTION: This email and files included in its transmission
are solely intended for the use of the addressee(s) and may
contain information that is confidential and privileged.
If you receive this email in error, please advise us
immediately and delete it without copying the contents
contained within. Woolworths Limited (including its group
of companies) do not accept liability for the views
expressed within or the consequences of any computer
viruses that may be transmitted with this email. The
contents are also subject to copyright. No part of it
should be reproduced, adapted or transmitted without the
written consent of the copyright owner.

RE: can't see a tomcat installation on home network

2005-04-20 Thread Greg Baynham
After running 
iptables --flush
 I can now connect to the linux tomcat server on port 8080 from the
windows machine.

thanks guys, I'll spend some time reading up on iptables to figure out
how to configure it.


On Wed, 2005-04-20 at 15:06 +0100, Raghupathy,Gurumoorthy wrote:
> Yes, this is what I wanted to convey 
>  
>   telnet to linux mahcine on port 8080 to check if it responding 
> 
> 
> 
> -Original Message-
> From: Hassan Schroeder [mailto:[EMAIL PROTECTED] 
> Sent: 20 April 2005 15:00
> To: Tomcat Users List
> Subject: Re: can't see a tomcat installation on home network
> 
> 
> Nikola Milutinovic wrote:
> 
> > Try SSH, instead of Telnet. Download PuTTY and install it.
> 
> Sheesh, no, don't confuse the issue.
> 
> This is not about the OP trying to open a shell on a remote system,
> it's about *using telnet* as a command-line tool to try to connect
> to an arbitrary remote port -- in this case port 8080, (hopefully)
> opened by Tomcat. SSH isn't part of this picture.
> 
> FWIW!


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



RE: can't see a tomcat installation on home network

2005-04-20 Thread Raghupathy,Gurumoorthy
Yes, this is what I wanted to convey 
 
telnet to linux mahcine on port 8080 to check if it responding 



-Original Message-
From: Hassan Schroeder [mailto:[EMAIL PROTECTED] 
Sent: 20 April 2005 15:00
To: Tomcat Users List
Subject: Re: can't see a tomcat installation on home network


Nikola Milutinovic wrote:

> Try SSH, instead of Telnet. Download PuTTY and install it.

Sheesh, no, don't confuse the issue.

This is not about the OP trying to open a shell on a remote system,
it's about *using telnet* as a command-line tool to try to connect
to an arbitrary remote port -- in this case port 8080, (hopefully)
opened by Tomcat. SSH isn't part of this picture.

FWIW!
-- 
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

   dream.  code.



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

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



Re: can't see a tomcat installation on home network

2005-04-20 Thread Hassan Schroeder
Nikola Milutinovic wrote:
Try SSH, instead of Telnet. Download PuTTY and install it.
Sheesh, no, don't confuse the issue.
This is not about the OP trying to open a shell on a remote system,
it's about *using telnet* as a command-line tool to try to connect
to an arbitrary remote port -- in this case port 8080, (hopefully)
opened by Tomcat. SSH isn't part of this picture.
FWIW!
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
  dream.  code.

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


Re: can't see a tomcat installation on home network

2005-04-19 Thread Nikola Milutinovic
Greg Baynham wrote:
I can ping to the Linux box, but not telnet.
 

Nowdays NOBODY enables Telnet, unless they are totally sure the network 
is safe. And with the presence of freeware SSH clients, like OpenSSH on 
Linux and PuTTY on Windows, nobody has to run Telnet, even on safe networks.

Try SSH, instead of Telnet. Download PuTTY and install it.
Nix.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: can't see a tomcat installation on home network

2005-04-19 Thread Jay Burgess
I'm coming in late to this thread, but the word "Telnet" caught my eye.  I just
debugged a Telnet issue today by running Ethereal and seeing what was going on
at the network level.  Maybe something like that will work for you?

Ethereal is great, and can be found at "http://www.ethereal.com/"/

Jay
Vertical Technology Group
"Essential Technology Links"
http://www.vtgroup.com/

 

-Original Message-
From: Jason Bainbridge [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 19, 2005 5:01 PM
To: Tomcat Users List
Subject: Re: can't see a tomcat installation on home network

On 4/19/05, Greg Baynham <[EMAIL PROTECTED]> wrote:
> I've installed Tomcat on a Linux fedora box but am unable to access it from
> a windows xp home edition box.  I've found the IP address for the Linux box
> but when I type that in with the :8080 at the end of the address on the XP
> box it eventually returns that the connection was refused.

So are you trying http://192.168.2.188:8080 including the http:// part
in Internet Explorer?

Although if telnet isn't working that would seem to indicate another
problem most likely with a firewall setting somewhere.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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






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



Re: can't see a tomcat installation on home network

2005-04-19 Thread Jason Bainbridge
On 4/19/05, Greg Baynham <[EMAIL PROTECTED]> wrote:
> I've installed Tomcat on a Linux fedora box but am unable to access it from
> a windows xp home edition box.  I've found the IP address for the Linux box
> but when I type that in with the :8080 at the end of the address on the XP
> box it eventually returns that the connection was refused.

So are you trying http://192.168.2.188:8080 including the http:// part
in Internet Explorer?

Although if telnet isn't working that would seem to indicate another
problem most likely with a firewall setting somewhere.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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



Re: can't see a tomcat installation on home network

2005-04-19 Thread Greg Baynham
I do not see iptables running under either my acount or root.

On Tue, 2005-04-19 at 15:43 -0400, Parsons Technical Services wrote:
> Is iptables running?
> 
> >ps ax
> 
> If yes your firewall may be blocking the port. You will need to add port 
> 8080 to the firewall.
> 
> Doug
> 



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



Re: can't see a tomcat installation on home network

2005-04-19 Thread Greg Baynham
I can ping to the Linux box, but not telnet.

here is the ifconfig:
[EMAIL PROTECTED] ~]# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:01:02:01:31:03  
  inet addr:192.168.2.188  Bcast:192.168.2.255
Mask:255.255.255.0
  inet6 addr: fe80::201:2ff:fe01:3103/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:921 errors:0 dropped:0 overruns:0 frame:0
  TX packets:892 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
 RX bytes:572260 (558.8 KiB)  TX bytes:129057 (126.0 KiB)
  Interrupt:3 Base address:0xbc00 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:2141 errors:0 dropped:0 overruns:0 frame:0
  TX packets:2141 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:2390638 (2.2 MiB)  TX bytes:2390638 (2.2 MiB)

then from ipconfig:
ip:  192.168.2.187
subnet mask: 255.255.255.0
default gateway: 192.168.2.1



On Tue, 2005-04-19 at 19:28 +0100, Gurumoorthy wrote:
> First try to ping to your tomcat machine from xp machine
> Then try to telnet to your tomcat machine  from xp machine
> 
> c:\>telnet machineip 8080
> 
> See if you can connect.
> 
> To cross check send me the output of following details
> 
> ON xp Machine   :ipconfig
> ON linux Machine:ifconfig
> 
> Regards
> Guru
> 
> 



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



Re: can't see a tomcat installation on home network

2005-04-19 Thread Parsons Technical Services
Is iptables running?
ps ax
If yes your firewall may be blocking the port. You will need to add port 
8080 to the firewall.

Doug
- Original Message - 
From: "Gurumoorthy" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Tuesday, April 19, 2005 2:28 PM
Subject: Re: can't see a tomcat installation on home network


First try to ping to your tomcat machine from xp machine
Then try to telnet to your tomcat machine  from xp machine
c:\>telnet machineip 8080
See if you can connect.
To cross check send me the output of following details
ON xp Machine   :ipconfig
ON linux Machine:ifconfig
Regards
Guru

- Original Message -
From: "Greg Baynham" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, April 19, 2005 6:55 PM
Subject: can't see a tomcat installation on home network

I've installed Tomcat on a Linux fedora box but am unable to access it
from
a windows xp home edition box.  I've found the IP address for the Linux
box
but when I type that in with the :8080 at the end of the address on the 
XP
box it eventually returns that the connection was refused.

is there something more I have to do to the tomcat installation to make 
it
visible to other machines?

thanks in advance
grb
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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


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


Re: can't see a tomcat installation on home network

2005-04-19 Thread Gurumoorthy
First try to ping to your tomcat machine from xp machine
Then try to telnet to your tomcat machine  from xp machine

c:\>telnet machineip 8080

See if you can connect.

To cross check send me the output of following details

ON xp Machine   :ipconfig
ON linux Machine:ifconfig

Regards
Guru



- Original Message -
From: "Greg Baynham" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, April 19, 2005 6:55 PM
Subject: can't see a tomcat installation on home network


> I've installed Tomcat on a Linux fedora box but am unable to access it
from
> a windows xp home edition box.  I've found the IP address for the Linux
box
> but when I type that in with the :8080 at the end of the address on the XP
> box it eventually returns that the connection was refused.
>
> is there something more I have to do to the tomcat installation to make it
> visible to other machines?
>
> thanks in advance
>
> grb
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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



can't see a tomcat installation on home network

2005-04-19 Thread Greg Baynham
I've installed Tomcat on a Linux fedora box but am unable to access it from 
a windows xp home edition box.  I've found the IP address for the Linux box 
but when I type that in with the :8080 at the end of the address on the XP 
box it eventually returns that the connection was refused.

is there something more I have to do to the tomcat installation to make it 
visible to other machines?

thanks in advance
grb
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


tomcat silent installation

2005-04-16 Thread vishal nalwa
Hi All,

Can anybody tell me how to install tomcat in silent
mode.As i know we can install JDK in silent mode with
the help of a response file.
Plz help me.
its urgent.


Regards
Vishal Nalwa


Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony

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



RE: Windows Installation - Tomcat "Start" and "Stop" in the Start menu

2005-04-08 Thread Magnotta, Salvatore
Ramesh,

There are 2 ways to download Tomcat for Windows -- a zip file (.zip) and an 
installation file (.exe).  You can do either but use the installation file.  It 
will install Tomcat on your machine and add it to the task bar on the right 
with a little feather and either a green right arrow (started) or a red dot 
(stopped).  It will also install shortcuts and icons in Start->Programs->Tomcat 
5.5.

Go into your services list under Control Panel -> Administration Tools and you 
will see the Apache Tomcat service - mine says "Apache Tomcat" - Apache Tomcat 
5.5.7 Server - http://jakarta.apache.org/tomcat/.

You can start and stop it like any other service with the Start and Stop 
buttons provided in Services.  You can even do it from the Command prompt -- 
issue NET START and NET STOP commands (typical Windows service stuff).  If you 
need help with that search the web or look under Windows Help.

When you install Tomcat, it will ask you some basic questions to get you up and 
going.  I don't believe it starts the service automatically but if you follow 
what I have above it will be easy.  When I click the Apache Tomcat feather in 
the task bar area on the right with my left mouse button, I don't get a pop up 
window to start or stop -- I get a Tomcat Properties dialog box where I need to 
click the Start or stop button (it is the Services dialog box that pops up).  
You need to click it with the right mouse button to get a context menu for 
start, stop, configure, about and exit.

The default directory installation is at "C:\Program Files\Apache Software 
Foundation\Tomcat 5.5".  Go under the logs directory and you will find the log 
info.  Go under conf directory and will need to look at the files:
1. server.xml
2. context.xml
3. web.xml
4. workers.properties (this is especially needed when you have to integrate 
Apache Tomcat with the Apache Web Server)

For Apache HTTP Server (Web server) I get an icon on the right like Tomcat but 
I can use my left mouse button to start and stop that service.  I am using both 
on a Windows 2000 Server machine and know through experience how difficult they 
made it to connect the latest Apache Web Server and Tomcat tools, expecially 
when you have to use mod_jk (well documented) and mod_proxy (was not documented 
as well and that is why I had to join this list).

Go to this link -- it will help you tremendously:

http://www.coreservlets.com/Apache-Tomcat-Tutorial/

Good luck,
Sal Magnotta




Hi,

I have downloaded Tomcat 5 on my Windows 2000 machine. I see neither 
"Start Tomcat" nor "Stop Tomcat" programs in the start menu. In case I 
make any changes to my class files that require the restart of the server, 
how do I do so? Also, where can I see the logs of my application? Using 
Tomcat 4.1, I could restart Tomcat by selecting "Start Tomcat" program 
from the start menu which also used to display the logs of the 
application..

Thanks,
Ramesh 

-Original Message-
From: Darryl Wilburn [mailto:[EMAIL PROTECTED]
Sent: Friday, April 08, 2005 7:30 AM
To: Tomcat Users List
Subject: Re: Windows Installation - Tomcat "Start" and "Stop" in the
Start menu


I'm a little new at this, but I downloaded the binaries for 5.5.7 and ran 
through the setup program which installed Apache Tomcat as a service in 
Windows.  In that case, you stop and start it just as you would any other 
service.

Hope this helps,
Darryl




"Malvey, Ramesh \(GE Consumer & Industrial\)" <[EMAIL PROTECTED]> 
04/08/2005 07:17 AM
Please respond to
"Tomcat Users List" 


To

cc

Subject
Windows Installation - Tomcat "Start" and "Stop" in the Start menu






Hi,

I have downloaded Tomcat 5 on my Windows 2000 machine. I see neither 
"Start Tomcat" nor "Stop Tomcat" programs in the start menu. In case I 
make any changes to my class files that require the restart of the server, 
how do I do so? Also, where can I see the logs of my application? Using 
Tomcat 4.1, I could restart Tomcat by selecting "Start Tomcat" program 
from the start menu which also used to display the logs of the 
application..

Thanks,
Ramesh 

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



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



RE: installation two TOMCAT versions on our server

2005-04-08 Thread Raghupathy,Gurumoorthy
If you are using the installer on windows it defaults to "program files" ...
And this has known issues ... 
Please don't install there.
Best thing is choose something like 

c:\Server\TomcatServer1
C:\Server\TomcatServer2

Enjoy 

Guru 

-Original Message-
From: THOMAZON Fabien [mailto:[EMAIL PROTECTED] 
Sent: 08 April 2005 14:56
To: 'Tomcat Users List'
Subject: RE: installation two TOMCAT versions on our server



Thank you for your explications, but I don't understand when you write :
'...which does NOT have
space "program files" ' ?

Regards,

Fabien


-Message d'origine-
De : Raghupathy,Gurumoorthy
[mailto:[EMAIL PROTECTED]
Envoyé : vendredi 8 avril 2005 14:09
À : 'Tomcat Users List'
Objet : RE: installation two TOMCAT versions on our server


Yes you can ...
Things you need to remember

1. don't install as service
2. use the batch file to start and stop
3. install both version in different directories which does NOT have
space "program files"
4. Edit the server.xml file in one of them and change the port
nubers ( may be add 1 in front of them )
5. Let the other server.xml remain the same
6. Start 1st and check it this runs fine and then stop
7. Start 2st and check it this runs fine and then stop
8. Start both and check ( with correct port numbers )

Regards
Guru

-Original Message-
From: THOMAZON Fabien [mailto:[EMAIL PROTECTED]
Sent: 08 April 2005 12:55
To: 'Tomcat Users List'
Subject: installation two TOMCAT versions on our server


Hi,

I don't know whether I should ask my question now or not. But I've been
blocked for a long time and I would need your help and suppport.

I would like to install two TOMCAT versions (4.1.27 and 5.0.28) on our
Windows development server.
1st question : Is it possible to make two versions exist on the same server?
2nd question : How can we do?
3rd question : When I was looking for it on the Internet, I could'nt find
any website to help me, but maybe you know some?

Thanks by advance
Regards

Fabien


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

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



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

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



Re: installation two TOMCAT versions on our server

2005-04-08 Thread Parsons Technical Services
There is a space between the words program and file. When you have a path 
the contains the space character it causes problems.
SO:
OK
programfiles
ProgramFiles
program_files
mydocuments
anything
somedirectory

Bad
program files
my documents
some directory
any thing
Doug
- Original Message - 
From: "THOMAZON Fabien" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" 
Sent: Friday, April 08, 2005 9:56 AM
Subject: RE: installation two TOMCAT versions on our server


Thank you for your explications, but I don't understand when you write :
'...which does NOT have
space "program files" ' ?
Regards,
Fabien
-Message d'origine-
De : Raghupathy,Gurumoorthy
[mailto:[EMAIL PROTECTED]
Envoyé : vendredi 8 avril 2005 14:09
À : 'Tomcat Users List'
Objet : RE: installation two TOMCAT versions on our server
Yes you can ...
Things you need to remember
1. don't install as service
2. use the batch file to start and stop
3. install both version in different directories which does NOT have
space "program files"
4. Edit the server.xml file in one of them and change the port
nubers ( may be add 1 in front of them )
5. Let the other server.xml remain the same
6. Start 1st and check it this runs fine and then stop
7. Start 2st and check it this runs fine and then stop
8. Start both and check ( with correct port numbers )
Regards
Guru
-Original Message-
From: THOMAZON Fabien [mailto:[EMAIL PROTECTED]
Sent: 08 April 2005 12:55
To: 'Tomcat Users List'
Subject: installation two TOMCAT versions on our server
Hi,
I don't know whether I should ask my question now or not. But I've been
blocked for a long time and I would need your help and suppport.
I would like to install two TOMCAT versions (4.1.27 and 5.0.28) on our
Windows development server.
1st question : Is it possible to make two versions exist on the same 
server?
2nd question : How can we do?
3rd question : When I was looking for it on the Internet, I could'nt find
any website to help me, but maybe you know some?

Thanks by advance
Regards
Fabien
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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


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


RE: installation two TOMCAT versions on our server

2005-04-08 Thread THOMAZON Fabien

Thank you for your explications, but I don't understand when you write :
'...which does NOT have
space "program files" ' ?

Regards,

Fabien


-Message d'origine-
De : Raghupathy,Gurumoorthy
[mailto:[EMAIL PROTECTED]
Envoyé : vendredi 8 avril 2005 14:09
À : 'Tomcat Users List'
Objet : RE: installation two TOMCAT versions on our server


Yes you can ...
Things you need to remember

1. don't install as service
2. use the batch file to start and stop
3. install both version in different directories which does NOT have
space "program files"
4. Edit the server.xml file in one of them and change the port
nubers ( may be add 1 in front of them )
5. Let the other server.xml remain the same
6. Start 1st and check it this runs fine and then stop
7. Start 2st and check it this runs fine and then stop
8. Start both and check ( with correct port numbers )

Regards
Guru

-Original Message-
From: THOMAZON Fabien [mailto:[EMAIL PROTECTED]
Sent: 08 April 2005 12:55
To: 'Tomcat Users List'
Subject: installation two TOMCAT versions on our server


Hi,

I don't know whether I should ask my question now or not. But I've been
blocked for a long time and I would need your help and suppport.

I would like to install two TOMCAT versions (4.1.27 and 5.0.28) on our
Windows development server.
1st question : Is it possible to make two versions exist on the same server?
2nd question : How can we do?
3rd question : When I was looking for it on the Internet, I could'nt find
any website to help me, but maybe you know some?

Thanks by advance
Regards

Fabien


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

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



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



RE: installation two TOMCAT versions on our server

2005-04-08 Thread Raghupathy,Gurumoorthy
Yes you can ... 
Things you need to remember

1. don't install as service 
2. use the batch file to start and stop
3. install both version in different directories which does NOT have
space "program files" 
4. Edit the server.xml file in one of them and change the port
nubers ( may be add 1 in front of them ) 
5. Let the other server.xml remain the same 
6. Start 1st and check it this runs fine and then stop
7. Start 2st and check it this runs fine and then stop  
8. Start both and check ( with correct port numbers ) 

Regards
Guru

-Original Message-
From: THOMAZON Fabien [mailto:[EMAIL PROTECTED] 
Sent: 08 April 2005 12:55
To: 'Tomcat Users List'
Subject: installation two TOMCAT versions on our server


Hi,

I don't know whether I should ask my question now or not. But I've been
blocked for a long time and I would need your help and suppport.

I would like to install two TOMCAT versions (4.1.27 and 5.0.28) on our
Windows development server.
1st question : Is it possible to make two versions exist on the same server?
2nd question : How can we do?
3rd question : When I was looking for it on the Internet, I could'nt find
any website to help me, but maybe you know some?

Thanks by advance
Regards

Fabien


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

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



installation two TOMCAT versions on our server

2005-04-08 Thread THOMAZON Fabien
Hi,

I don't know whether I should ask my question now or not. But I've been
blocked for a long time and I would need your help and suppport.

I would like to install two TOMCAT versions (4.1.27 and 5.0.28) on our
Windows development server.
1st question : Is it possible to make two versions exist on the same server?
2nd question : How can we do?
3rd question : When I was looking for it on the Internet, I could'nt find
any website to help me, but maybe you know some?

Thanks by advance
Regards

Fabien


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



Re: Windows Installation - Tomcat "Start" and "Stop" in the Start menu

2005-04-08 Thread Parsons Technical Services
I don't run Tomcat on windows, but the batch files are in the 
$tomcat_home/bin folder. You can create shortcuts to them if needed. I think 
they will not work if Tomcat is running as a service.

Doug
- Original Message - 
From: "Malvey, Ramesh (GE Consumer & Industrial)" <[EMAIL PROTECTED]>
To: 
Sent: Friday, April 08, 2005 7:17 AM
Subject: Windows Installation - Tomcat "Start" and "Stop" in the Start menu

Hi,
I have downloaded Tomcat 5 on my Windows 2000 machine. I see neither "Start 
Tomcat" nor "Stop Tomcat" programs in the start menu. In case I make any 
changes to my class files that require the restart of the server, how do I 
do so? Also, where can I see the logs of my application? Using Tomcat 4.1, I 
could restart Tomcat by selecting "Start Tomcat" program from the start menu 
which also used to display the logs of the application..

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


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


Re: Windows Installation - Tomcat "Start" and "Stop" in the Start menu

2005-04-08 Thread Darryl Wilburn
I'm a little new at this, but I downloaded the binaries for 5.5.7 and ran 
through the setup program which installed Apache Tomcat as a service in 
Windows.  In that case, you stop and start it just as you would any other 
service.

Hope this helps,
Darryl




"Malvey, Ramesh \(GE Consumer & Industrial\)" <[EMAIL PROTECTED]> 
04/08/2005 07:17 AM
Please respond to
"Tomcat Users List" 


To

cc

Subject
Windows Installation - Tomcat "Start" and "Stop" in the Start menu






Hi,

I have downloaded Tomcat 5 on my Windows 2000 machine. I see neither 
"Start Tomcat" nor "Stop Tomcat" programs in the start menu. In case I 
make any changes to my class files that require the restart of the server, 
how do I do so? Also, where can I see the logs of my application? Using 
Tomcat 4.1, I could restart Tomcat by selecting "Start Tomcat" program 
from the start menu which also used to display the logs of the 
application..

Thanks,
Ramesh 

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




Windows Installation - Tomcat "Start" and "Stop" in the Start menu

2005-04-08 Thread Malvey, Ramesh \(GE Consumer & Industrial\)
Hi,

I have downloaded Tomcat 5 on my Windows 2000 machine. I see neither "Start 
Tomcat" nor "Stop Tomcat" programs in the start menu. In case I make any 
changes to my class files that require the restart of the server, how do I do 
so? Also, where can I see the logs of my application? Using Tomcat 4.1, I could 
restart Tomcat by selecting "Start Tomcat" program from the start menu which 
also used to display the logs of the application..

Thanks,
Ramesh  

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



Re: ==> ADDENDA 2 very strange.... : the Isapi Log : Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-06 Thread reynir
I replyed to you yesterday.
you are missing configuration for a coyote JK or AJP connector on port
8009 in server.xml
bye
-reynir



[EMAIL PROTECTED] wrote:

>Hi,
>
>I'm looking for some help, again Thanx in advance.
>
>Last test : When I'm installing on another server : Windows Server 200 
>SP4, it works fine !!
>
>So what  ?? 4 days for nothing ??? Does Tomcat 5.0.x works on Windows 2003 
>? Could windows 2003 works with Tomcat 5.0.x ?
>
>Could you help me please 
>
>**
> SOFT RELEASE 
>My server : Windows server 2003
>My Web server : IIS 6.0
>My Tomcat server : 5.0.28
>My JDK : JDK 1.4.2
>My redirector : 1.2.8
>*
>After the last mail exchange, I delete my jk2 connector and config. But 
>all over the web I find only some help for an installation of Tomcat 4.x 
>and IIS.
>
>With tomcat 5.0.28, the path for the samples directory and servlets are 
>not the same. But even with some modifications in the 
>"uriworkermap.properties", I've got an error 404 from Tomcat...
>**
>==> Log ISAPI.log
>**
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
>(1040): Using registry.
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
>(1043): Using log file c:\Tomcat5\logs\isapi.log.
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
>(1044): Using log level 1.
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
>(1045): Using extension uri /jakarta/isapi_redirect.dll.
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
>(1046): Using worker file C:\Tomcat5\conf\worker.properties.
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
>(1047): Using worker mount file c:\Tomcat5\conf\uriworkermap.properties.
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
>(1049): Using uri select 0.
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
>uri_worker_map_open::jk_uri_worker_map.c (461): rule map size is 7
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
>uri_worker_map_add::jk_uri_worker_map.c (406): exact rule 
>/jsp-examples=ajp13 was added
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
>uri_worker_map_add::jk_uri_worker_map.c (382): match rule 
>/jsp-examples/=ajp13 was added
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
>uri_worker_map_add::jk_uri_worker_map.c (360): suffix rule 
>/jsp-examples/.jsp=ajp13 was added
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
>uri_worker_map_add::jk_uri_worker_map.c (382): match rule 
>/servlets-examples/=ajp13 was added
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
>uri_worker_map_add::jk_uri_worker_map.c (406): exact rule 
>/tomcat-docs=ajp13 was added
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
>uri_worker_map_add::jk_uri_worker_map.c (382): match rule 
>/tomcat-docs/=ajp13 was added
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
>uri_worker_map_add::jk_uri_worker_map.c (360): suffix rule /.jsp=ajp13 was 
>added
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
>uri_worker_map_open::jk_uri_worker_map.c (478): there are 7 rules
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
>build_worker_map::jk_worker.c (196): creating worker ajp13
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
>wc_create_worker::jk_worker.c (120): about to create instance ajp13 of 
>ajp13
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
>wc_create_worker::jk_worker.c (133): about to validate and init ajp13
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
>ajp_validate::jk_ajp_common.c (1721): worker ajp13 contact is 
>localhost:8009
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
>(1767): setting socket keepalive to 0
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
>(1806): setting socket timeout to -1
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
>(1810): setting connection recycle timeout to 0
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
>(1814): setting cache timeout to 0
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
>(1818): setting connect timeout to 0
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
>(1822): setting reply timeout to 0
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
>(1826): setting prepost timeout to 0
>[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
>(1830): setting recovery opts to 0
>[

==> ADDENDA 2 very strange.... : the Isapi Log : Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-06 Thread samuel . goblet
Hi,

I'm looking for some help, again Thanx in advance.

Last test : When I'm installing on another server : Windows Server 200 
SP4, it works fine !!

So what  ?? 4 days for nothing ??? Does Tomcat 5.0.x works on Windows 2003 
? Could windows 2003 works with Tomcat 5.0.x ?

Could you help me please 

**
 SOFT RELEASE 
My server : Windows server 2003
My Web server : IIS 6.0
My Tomcat server : 5.0.28
My JDK : JDK 1.4.2
My redirector : 1.2.8
*
After the last mail exchange, I delete my jk2 connector and config. But 
all over the web I find only some help for an installation of Tomcat 4.x 
and IIS.

With tomcat 5.0.28, the path for the samples directory and servlets are 
not the same. But even with some modifications in the 
"uriworkermap.properties", I've got an error 404 from Tomcat...
**
==> Log ISAPI.log
**
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1040): Using registry.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1043): Using log file c:\Tomcat5\logs\isapi.log.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1044): Using log level 1.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1045): Using extension uri /jakarta/isapi_redirect.dll.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1046): Using worker file C:\Tomcat5\conf\worker.properties.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1047): Using worker mount file c:\Tomcat5\conf\uriworkermap.properties.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1049): Using uri select 0.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_open::jk_uri_worker_map.c (461): rule map size is 7
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (406): exact rule 
/jsp-examples=ajp13 was added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (382): match rule 
/jsp-examples/=ajp13 was added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (360): suffix rule 
/jsp-examples/.jsp=ajp13 was added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (382): match rule 
/servlets-examples/=ajp13 was added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (406): exact rule 
/tomcat-docs=ajp13 was added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (382): match rule 
/tomcat-docs/=ajp13 was added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (360): suffix rule /.jsp=ajp13 was 
added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_open::jk_uri_worker_map.c (478): there are 7 rules
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
build_worker_map::jk_worker.c (196): creating worker ajp13
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
wc_create_worker::jk_worker.c (120): about to create instance ajp13 of 
ajp13
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
wc_create_worker::jk_worker.c (133): about to validate and init ajp13
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
ajp_validate::jk_ajp_common.c (1721): worker ajp13 contact is 
localhost:8009
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1767): setting socket keepalive to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1806): setting socket timeout to -1
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1810): setting connection recycle timeout to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1814): setting cache timeout to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1818): setting connect timeout to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1822): setting reply timeout to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1826): setting prepost timeout to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1830): setting recovery opts to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1834): setting number of retries to 3
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1854): setting connection cache size to 1
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
build_worker_map::jk_worker.c (208): removing old ajp13 worker 
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
HttpFilterProc::jk_isapi_plugin.c (636): Detected IIS >= 5.0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
HttpFilterProc::jk_isapi_plugin.c (687): F

==> ADDENDA : the Isapi Log : Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-05 Thread samuel . goblet
Hi,

I'm looking for some help, again Thanx in advance.
**
 SOFT RELEASE 
My server : Windows server 2003
My Web server : IIS 6.0
My Tomcat server : 5.0.28
My JDK : JDK 1.4.2
My redirector : 1.2.8
*
After the last mail exchange, I delete my jk2 connector and config. But 
all over the web I find only some help for an installation of Tomcat 4.x 
and IIS.

With tomcat 5.0.28, the path for the samples directory and servlets are 
not the same. But even with some modifications in the 
"uriworkermap.properties", I've got an error 404 from Tomcat...
**
==> Log ISAPI.log
**
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1040): Using registry.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1043): Using log file c:\Tomcat5\logs\isapi.log.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1044): Using log level 1.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1045): Using extension uri /jakarta/isapi_redirect.dll.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1046): Using worker file C:\Tomcat5\conf\worker.properties.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1047): Using worker mount file c:\Tomcat5\conf\uriworkermap.properties.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] init_jk::jk_isapi_plugin.c 
(1049): Using uri select 0.
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_open::jk_uri_worker_map.c (461): rule map size is 7
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (406): exact rule 
/jsp-examples=ajp13 was added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (382): match rule 
/jsp-examples/=ajp13 was added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (360): suffix rule 
/jsp-examples/.jsp=ajp13 was added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (382): match rule 
/servlets-examples/=ajp13 was added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (406): exact rule 
/tomcat-docs=ajp13 was added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (382): match rule 
/tomcat-docs/=ajp13 was added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (360): suffix rule /.jsp=ajp13 was 
added
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
uri_worker_map_open::jk_uri_worker_map.c (478): there are 7 rules
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
build_worker_map::jk_worker.c (196): creating worker ajp13
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
wc_create_worker::jk_worker.c (120): about to create instance ajp13 of 
ajp13
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
wc_create_worker::jk_worker.c (133): about to validate and init ajp13
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
ajp_validate::jk_ajp_common.c (1721): worker ajp13 contact is 
localhost:8009
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1767): setting socket keepalive to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1806): setting socket timeout to -1
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1810): setting connection recycle timeout to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1814): setting cache timeout to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1818): setting connect timeout to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1822): setting reply timeout to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1826): setting prepost timeout to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1830): setting recovery opts to 0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1834): setting number of retries to 3
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] ajp_init::jk_ajp_common.c 
(1854): setting connection cache size to 1
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
build_worker_map::jk_worker.c (208): removing old ajp13 worker 
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
HttpFilterProc::jk_isapi_plugin.c (636): Detected IIS >= 5.0
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
HttpFilterProc::jk_isapi_plugin.c (687): Filter started
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
HttpFilterProc::jk_isapi_plugin.c (753): Virtual Host redirection of 
/s0058/jsp-examples/index.html
[Tue Apr 05 16:38:25 2005] [2440:3504] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (700): Atte

Re: ==> Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-05 Thread reynir
hi,
you dont have a connector in server.xml for jk requests ...
you need to have ajp connector, defined something like this :

  

you have defiend

worker.ajp13.port=8009


to use port 8009 so that should fit.

hope it helps.
-reynir.net


[EMAIL PROTECTED] wrote:

>Hi,
>
>I'm looking for some help, again Thanx in advance.
>**
> SOFT RELEASE 
>My server : Windows server 2003
>My Web server : IIS 6.0
>My Tomcat server : 5.0.28
>My JDK : JDK 1.4.2
>My redirector : 1.2.8
>*
>After the last mail exchange, I delete my jk2 connector and config. But 
>all over the web I find only some help for an installation of Tomcat 4.x 
>and IIS.
>
>With tomcat 5.0.28, the path for the samples directory and servlets are 
>not the same. But even with some modifications in the 
>"uriworkermap.properties", I've got an error "the page cannot be found"...
>
>URL test :
>http://localhost/jsp-examples/index.html
>
>I'll try too with the data from "http://www.reynir.net/java/greinar/nr/52
>", without any results...
>
>*** MY ACTIONS ***
>**
>* ==> 1 - Tests IIs and Tomcat without the connector :
>**
>open url : http://localhost  => IIs respond good
>open url : http://localhost:8080/ and 
>http://localhost:8080/jsp-examples/index.html, works good
>
>**
>*  ==> 2 - Installing the Isapi filter :
>**
>I copy the file in ht directory : 
>c:\Tomcat5\bin\win32\i386\isapi_redirect.dll
>
>where CATALINA_HOME = c:\Tomcat5 and JAVA_HOME = c:\JDK
>**
>*  ==> 3 - Uddating the windows registry for ISAPI filter :
>**
>[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi 
>Redirector\1.0]
>"extension_uri"="/jakarta/isapi_redirect.dll"
>"log_file"="c:\\Tomcat5\\logs\\isapi.log"
>"worker_file"="c:\\Tomcat5\\conf\\workers.properties)"
>"worker_mount_file"="c:\\Tomcat5\\conf\\uriworkermap.properties"
>"log_level"="debug"
>
>**
>* ==> 4 - Configuring Tomcat Workers (workers.properties file)
>**
>worker.ajp13.type=ajp13
>worker.ajp13.lbfactor=1
>worker.loadbalancer.type=lb
>worker.loadbalancer.balanced_workers=ajp13
>worker.tomcat_home=C:\Tomcat5\
>worker.java_home=C:\JDK
>ps=\
>worker.list=ajp13
>worker.ajp13.port=8009
>worker.ajp13.host=127.0.0.1
>
>**
>* ==> 5 - configuring the uriworkermap.properties
>**
>/jsp-examples=ajp13
>/jsp-examples/*=ajp13
>/jsp-examples/*.jsp=ajp13
>/servlets-examples/*=ajp13
>/tomcat-docs=ajp13
>/tomcat-docs/*=ajp13
>/*.jsp=ajp13
>
>**
>* ==> 6 - Creating virtual directory under IIS
>**
>Every thing indicates it's ok : green arrow, and the virtual directory is 
>called : "jakarta"
>
>**
>* ==> 7 - Adding the ISAPI filter to IIS
>**
>With the Allow green flag
>
>**
>* ==>  8 - Configuring the connector in tomcat's server.xml :
>**
>
>  debug="0"/>
>  className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
>debug="0"/>
>
>  
>  
>
>
>
>
>  type="org.apache.catalina.UserDatabase"
>   description="User database that can be updated and saved">
>
>
>  
>factory
>org.apache.catalina.users.MemoryUserDatabaseFactory
>  
>  
>pathname
>conf/tomcat-users.xml
>  
>
>
>  
>
>
>
>
>   maxThreads="150"
>   minSpareThreads="25"
>   maxSpareThreads="75"
>   enableLookups="false"

==> Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-05 Thread samuel . goblet
Hi,

I'm looking for some help, again Thanx in advance.
**
 SOFT RELEASE 
My server : Windows server 2003
My Web server : IIS 6.0
My Tomcat server : 5.0.28
My JDK : JDK 1.4.2
My redirector : 1.2.8
*
After the last mail exchange, I delete my jk2 connector and config. But 
all over the web I find only some help for an installation of Tomcat 4.x 
and IIS.

With tomcat 5.0.28, the path for the samples directory and servlets are 
not the same. But even with some modifications in the 
"uriworkermap.properties", I've got an error "the page cannot be found"...

URL test :
http://localhost/jsp-examples/index.html

I'll try too with the data from "http://www.reynir.net/java/greinar/nr/52
", without any results...

*** MY ACTIONS ***
**
* ==> 1 - Tests IIs and Tomcat without the connector :
**
open url : http://localhost  => IIs respond good
open url : http://localhost:8080/ and 
http://localhost:8080/jsp-examples/index.html, works good

**
*  ==> 2 - Installing the Isapi filter :
**
I copy the file in ht directory : 
c:\Tomcat5\bin\win32\i386\isapi_redirect.dll

where CATALINA_HOME = c:\Tomcat5 and JAVA_HOME = c:\JDK
**
*  ==> 3 - Uddating the windows registry for ISAPI filter :
**
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi 
Redirector\1.0]
"extension_uri"="/jakarta/isapi_redirect.dll"
"log_file"="c:\\Tomcat5\\logs\\isapi.log"
"worker_file"="c:\\Tomcat5\\conf\\workers.properties)"
"worker_mount_file"="c:\\Tomcat5\\conf\\uriworkermap.properties"
"log_level"="debug"

**
* ==> 4 - Configuring Tomcat Workers (workers.properties file)
**
worker.ajp13.type=ajp13
worker.ajp13.lbfactor=1
worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=ajp13
worker.tomcat_home=C:\Tomcat5\
worker.java_home=C:\JDK
ps=\
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=127.0.0.1

**
* ==> 5 - configuring the uriworkermap.properties
**
/jsp-examples=ajp13
/jsp-examples/*=ajp13
/jsp-examples/*.jsp=ajp13
/servlets-examples/*=ajp13
/tomcat-docs=ajp13
/tomcat-docs/*=ajp13
/*.jsp=ajp13

**
* ==> 6 - Creating virtual directory under IIS
**
Every thing indicates it's ok : green arrow, and the virtual directory is 
called : "jakarta"

**
* ==> 7 - Adding the ISAPI filter to IIS
**
With the Allow green flag

**
* ==>  8 - Configuring the connector in tomcat's server.xml :
**

  
  

  
  







  
factory
org.apache.catalina.users.MemoryUserDatabaseFactory
  
  
pathname
conf/tomcat-users.xml
  


  





 



  
  

  

  

  
 










Thanx for any help, links etc...

Best regards

==> Isapi redirector Installation problem betweeen IIs 6.0 and Tomcat 5.0.28 with redirector 1.2.8

2005-04-05 Thread samuel . goblet
Hi,

I'm looking for some help, again Thanx in advance.
**
 SOFT RELEASE 
My server : Windows server 2003
My Web server : IIS 6.0
My Tomcat server : 5.0.28
My JDK : JDK 1.4.2
My redirector : 1.2.8
*
After the last mail exchange, I delete my jk2 connector and config. But 
all over the web I find only some help for an installation of Tomcat 4.x 
and IIS.

With tomcat 5.0.28, the path for the samples directory and servlets are 
not the same. But even with some modifications in the 
"uriworkermap.properties", I've got an error "the page cannot be found"...

URL test :
http://localhost/jsp-examples/index.html

I'll try too with the data from "
http://www.reynir.net/java/greinar/nr/52";, without any results...

*** MY ACTIONS ***
**
* ==> 1 - Tests IIs and Tomcat without the connector :
**
open url : http://localhost  => IIs respond good
open url : http://localhost:8080/ and 
http://localhost:8080/jsp-examples/index.html, works good

**
*  ==> 2 - Installing the Isapi filter :
**
I copy the file in ht directory : 
c:\Tomcat5\bin\win32\i386\isapi_redirect.dll

where CATALINA_HOME = c:\Tomcat5 and JAVA_HOME = c:\JDK
**
*  ==> 3 - Uddating the windows registry for ISAPI filter :
**
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi 
Redirector\1.0]
"extension_uri"="/jakarta/isapi_redirect.dll"
"log_file"="c:\\Tomcat5\\logs\\isapi.log"
"worker_file"="c:\\Tomcat5\\conf\\workers.properties)"
"worker_mount_file"="c:\\Tomcat5\\conf\\uriworkermap.properties"
"log_level"="debug"

**
* ==> 4 - Configuring Tomcat Workers (workers.properties file)
**
worker.ajp13.type=ajp13
worker.ajp13.lbfactor=1
worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=ajp13
worker.tomcat_home=C:\Tomcat5\
worker.java_home=C:\JDK
ps=\
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=127.0.0.1

**
* ==> 5 - configuring the uriworkermap.properties
**
/jsp-examples=ajp13
/jsp-examples/*=ajp13
/jsp-examples/*.jsp=ajp13
/servlets-examples/*=ajp13
/tomcat-docs=ajp13
/tomcat-docs/*=ajp13
/*.jsp=ajp13

**
* ==> 6 - Creating virtual directory under IIS
**
Every thing indicates it's ok : green arrow, and the virtual directory is 
called : "jakarta"

**
* ==> 7 - Adding the ISAPI filter to IIS
**
With the Allow green flag

**
* ==>  8 - Configuring the connector in tomcat's server.xml :
**

  
  

  
  







  
factory
org.apache.catalina.users.MemoryUserDatabaseFactory
  
  
pathname
conf/tomcat-users.xml
  


  





 



  
  

  

  

  
 










Thanx for any help, links etc...

Best regards

help with ssl certificate installation

2005-04-04 Thread Dave Salmon
Tomcat users,

I have received three .crt files from a certificate authority. From
reading 
several sources it seemed like the proper thing to do was

keytool -import -file GTECyberTrustGlobalRoot.crt -alias root
-trustcacerts 
-keystore mykey.jks 

keytool -import -file ComodoSecurityServicesCA.crt -alias comodo 
-trustcacerts -keystore mykey.jks -storepass 

keytool -import -file freerangeinc_virtual_vps-host_net.crt 
-alias tomcat -trustcacerts -keystore mykey.jks

This created the file mykey.jks which when viewed with 

keytool -list -file mykey.jks

seems like it has everything in it.

However when I point my server.xml file at mykey.jks I get an error
(below)

Could someone please tell me what I am missing here?

Thanks.

2005-04-04 21:39:52,741 ERROR
[org.apache.tomcat.util.net.PoolTcpEndpoint] 
Endpoint [SSL: ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8443]]

ignored exception: java.net.SocketException: SSL handshake
errorjavax.net.ssl.SSLException: No available certificate or key
corresponds 
to the SSL cipher suites which are enabled.
java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException:

No available certificate or key corresponds to the SSL cipher suites
which are enabled.
at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.acceptSocket(JSSESocke
tFactory.java:113)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.
java:368)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:54
9)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:683)
at java.lang.Thread.run(Thread.java:595)


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



RE: ==> Isapi redirector Installation problem betweeen IIs and Tomcat

2005-04-04 Thread samuel . goblet
Ok, sorry for the disturbation.

I'll going to test it with the JK 1.2.

Best regards.




"Sng Wee Jim" <[EMAIL PROTECTED]> 
04/04/2005 16:14
Veuillez répondre à
"Tomcat Users List" 


A
<[EMAIL PROTECTED]>, 
cc

Objet
RE: ==> Isapi redirector Installation problem betweeen IIs and  Tomcat







JK2 is officially unsupported. Use JK 1.2 instead
http://jakarta.apache.org/tomcat/connectors-doc/news/20041100.html#20041
115.1


[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\2.0] "serverRoot"="C:\\Tomcat5\\"
"extensionUri"="/jakarta/isapi_redirector2.dll"
"workersFile"="C:\\Tomcat5\\conf\\workers2.properties"
"logLevel"="DEBUG"


Is your virtual directory "jakarta" mapped to
"c:\Tomcat5\bin\win32\i386" (the place where you copied
"isapi_redirector2.dll")?

- Jim


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Sent: Monday, April 04, 2005 8:48 PM
To: tomcat-user@jakarta.apache.org
Subject: ==> Isapi redirector Installation problem betweeen IIs and
Tomcat

Hi,

I'm looking for some help. Thanx in advance.

When I make a request to IIS for JSP file, I've got an error message and

in the event log : [jk_isapi_plugin.c (420)]: HttpFilterProc

[/admin/index.jsp] is not a servlet url

**
The complete description follow from the windows log
And my installation process :
**
04/04/2005,14:18:03,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]:

HttpFilterProc check if [/Jakarta/isapi_redirector2.dll] is pointing to

the web-inf directory
04/04/2005,14:18:03,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]:

HttpFilterProc [/Jakarta/isapi_redirector2.dll] is not a servlet url
04/04/2005,14:18:03,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In

HttpFilterProc Virtual Host redirection of s0058 : 80
04/04/2005,14:18:03,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]:

HttpFilterProc started
04/04/2005,14:18:03,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]:

HttpFilterProc check if [/jsp-examples/jsp2/el/basic-comparisons.jsp] is

pointing to the web-inf directory
04/04/2005,14:18:03,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (340)]:

HttpFilterProc [/jsp-examples/jsp2/el/basic-comparisons.jsp] is a
servlet

url - should redirect to lb
04/04/2005,14:18:03,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In

HttpFilterProc Virtual Host redirection of s0058 : 80
04/04/2005,14:18:03,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]:

HttpFilterProc started
04/04/2005,14:17:47,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]:

HttpFilterProc check if [/admin/index.jsp] is pointing to the web-inf

directory
04/04/2005,14:17:47,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]:

HttpFilterProc [/admin/index.jsp] is not a servlet url
04/04/2005,14:17:47,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In

HttpFilterProc Virtual Host redirection of s0058 : 80
04/04/2005,14:17:47,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]:

HttpFilterProc started
04/04/2005,14:17:47,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]:

HttpFilterProc check if [/admin/index.jsp] is pointing to the web-inf

directory
04/04/2005,14:17:47,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]:

HttpFilterProc [/admin/index.jsp] is not a servlet url
04/04/2005,14:17:47,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In

HttpFilterProc Virtual Host redirection of s0058 : 80
04/04/2005,14:17:47,Apache Jakarta

Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]:

HttpFilterProc started




*** SOFT RELEASE ***
My server : Windows server 2003
My Web server : IIS 6.0
My Tomcat server : 5.0.28
My JDK : JDK 1.4.2
My redirector : JK2

*** MY ACTIONS ***
**
* ==> 1 - Tests IIs and Tomcat without the connector :
**
open url : http://localhost  => IIs respond good
open url : http://localhost:8080/ and

http://localhost:8080/jsp-examplessample, works good
**
* ==> 2 - Configuring the connector in tomcat's server.xml :
**

Re: Not enough response ==> Isapi redirector Installation problem betweeen IIs and Tomcat

2005-04-04 Thread reynir
hi,
jk2 is not suported anymore.
jk is the current supported version. I suggest you go with that.
-reynir


[EMAIL PROTECTED] wrote:

>Thanx Reynir but I already read your doc and it works for the previous 
>version of the redirector : JK1(isapi redirector 1.2.8 - AJP 12)
>
>Me I use JK2 (isapi redirector next version - AJP 13) AND the file for the 
>configuration seems to be only one :
>
>workers2.properties
>
>Not with : workers.properties AND uriworkermap.properties
>
>So if I doesn't make any mistake, your doc doesn't reply to my need...
>
>Sorry and thanx.
>
>reynir <[EMAIL PROTECTED]> a écrit sur 04/04/2005 15:21:46 :
>
>  
>
>>ok sorry
>>I saw it down at the bottom of your email.
>>I wrote directions on how to install this kind of setup few days ago :
>>
>>http://www.reynir.net/java/greinar/nr/52
>>
>>check it out, it works fine.
>>
>>-reynir
>>
>>reynir wrote:
>>
>>
>>
>>>what version of IIS / tomcat / isapi_redirector are you using ?
>>>-reynir
>>>
>>>[EMAIL PROTECTED] wrote:
>>>
>>>
>>>
>>>  
>>>
>>>>Hi,
>>>>
>>>>I'm looking for some help. Thanx in advance.
>>>>
>>>>When I make a request to IIS for JSP file, I've got an error message 
>>>>
>>>>
>and 
>  
>
>>>>in the event log : [jk_isapi_plugin.c (420)]: HttpFilterProc 
>>>>[/admin/index.jsp] is not a servlet url
>>>>
>>>>**
>>>>The complete description follow from the windows log
>>>>And my installation process :
>>>>**
>>>>04/04/2005,14:18:03,Apache Jakarta 
>>>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
>>>>HttpFilterProc check if [/Jakarta/isapi_redirector2.dll] is pointing 
>>>>
>>>>
>to 
>  
>
>>>>the web-inf directory
>>>>04/04/2005,14:18:03,Apache Jakarta 
>>>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
>>>>HttpFilterProc [/Jakarta/isapi_redirector2.dll] is not a servlet url
>>>>04/04/2005,14:18:03,Apache Jakarta 
>>>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: 
>>>>
>>>>
>In 
>  
>
>>>>HttpFilterProc Virtual Host redirection of s0058 : 80
>>>>04/04/2005,14:18:03,Apache Jakarta 
>>>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
>>>>HttpFilterProc started
>>>>04/04/2005,14:18:03,Apache Jakarta 
>>>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
>>>>HttpFilterProc check if [/jsp-examples/jsp2/el/basic-comparisons.jsp] 
>>>>
>>>>
>is 
>  
>
>>>>pointing to the web-inf directory
>>>>04/04/2005,14:18:03,Apache Jakarta 
>>>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (340)]: 
>>>>HttpFilterProc [/jsp-examples/jsp2/el/basic-comparisons.jsp] is a 
>>>>
>>>>
>servlet 
>  
>
>>>>url - should redirect to lb
>>>>04/04/2005,14:18:03,Apache Jakarta 
>>>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: 
>>>>
>>>>
>In 
>  
>
>>>>HttpFilterProc Virtual Host redirection of s0058 : 80
>>>>04/04/2005,14:18:03,Apache Jakarta 
>>>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
>>>>HttpFilterProc started
>>>>04/04/2005,14:17:47,Apache Jakarta 
>>>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
>>>>HttpFilterProc check if [/admin/index.jsp] is pointing to the web-inf 
>>>>directory
>>>>04/04/2005,14:17:47,Apache Jakarta 
>>>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
>>>>HttpFilterProc [/admin/index.jsp] is not a servlet url
>>>>04/04/2005,14:17:47,Apache Jakarta 
>>>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: 
>>>>
>>>>
>In 
>  
>
>>>>HttpFilterProc Virtual Host redirection of s0058 : 80
>>>>04/04/2005,14:17:47,Apache Jakarta 
>>>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]:

RE: ==> Isapi redirector Installation problem betweeen IIs and Tomcat

2005-04-04 Thread Sng Wee Jim

JK2 is officially unsupported. Use JK 1.2 instead
http://jakarta.apache.org/tomcat/connectors-doc/news/20041100.html#20041
115.1


[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\2.0] "serverRoot"="C:\\Tomcat5\\"
"extensionUri"="/jakarta/isapi_redirector2.dll"
"workersFile"="C:\\Tomcat5\\conf\\workers2.properties"
"logLevel"="DEBUG"


Is your virtual directory "jakarta" mapped to
"c:\Tomcat5\bin\win32\i386" (the place where you copied
"isapi_redirector2.dll")?

- Jim


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, April 04, 2005 8:48 PM
To: tomcat-user@jakarta.apache.org
Subject: ==> Isapi redirector Installation problem betweeen IIs and
Tomcat

Hi,

I'm looking for some help. Thanx in advance.

When I make a request to IIS for JSP file, I've got an error message and

in the event log : [jk_isapi_plugin.c (420)]: HttpFilterProc
[/admin/index.jsp] is not a servlet url

**
The complete description follow from the windows log
And my installation process :
**
04/04/2005,14:18:03,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]:
HttpFilterProc check if [/Jakarta/isapi_redirector2.dll] is pointing to
the web-inf directory
04/04/2005,14:18:03,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]:
HttpFilterProc [/Jakarta/isapi_redirector2.dll] is not a servlet url
04/04/2005,14:18:03,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In

HttpFilterProc Virtual Host redirection of s0058 : 80
04/04/2005,14:18:03,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]:
HttpFilterProc started
04/04/2005,14:18:03,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]:
HttpFilterProc check if [/jsp-examples/jsp2/el/basic-comparisons.jsp] is

pointing to the web-inf directory
04/04/2005,14:18:03,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (340)]:
HttpFilterProc [/jsp-examples/jsp2/el/basic-comparisons.jsp] is a
servlet
url - should redirect to lb
04/04/2005,14:18:03,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In

HttpFilterProc Virtual Host redirection of s0058 : 80
04/04/2005,14:18:03,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]:
HttpFilterProc started
04/04/2005,14:17:47,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]:
HttpFilterProc check if [/admin/index.jsp] is pointing to the web-inf
directory
04/04/2005,14:17:47,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]:
HttpFilterProc [/admin/index.jsp] is not a servlet url
04/04/2005,14:17:47,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In

HttpFilterProc Virtual Host redirection of s0058 : 80
04/04/2005,14:17:47,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]:
HttpFilterProc started
04/04/2005,14:17:47,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]:
HttpFilterProc check if [/admin/index.jsp] is pointing to the web-inf
directory
04/04/2005,14:17:47,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]:
HttpFilterProc [/admin/index.jsp] is not a servlet url
04/04/2005,14:17:47,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In

HttpFilterProc Virtual Host redirection of s0058 : 80
04/04/2005,14:17:47,Apache Jakarta
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]:
HttpFilterProc started




*** SOFT RELEASE ***
My server : Windows server 2003
My Web server : IIS 6.0
My Tomcat server : 5.0.28
My JDK : JDK 1.4.2
My redirector : JK2

*** MY ACTIONS ***
**
* ==> 1 - Tests IIs and Tomcat without the connector :
**
open url : http://localhost  => IIs respond good
open url : http://localhost:8080/ and
http://localhost:8080/jsp-examplessample, works good
**
* ==> 2 - Configuring the connector in tomcat's server.xml :
**

  
  

  
  







  
factory

org.apache.catalina.users.MemoryUserDatabaseFactory
  
  
pathname
conf/tomcat-users.xml
  


  









  
  

  

  

  




**
*  ==> 3 - Install

Not enough response ==> Isapi redirector Installation problem betweeen IIs and Tomcat

2005-04-04 Thread samuel . goblet
Thanx Reynir but I already read your doc and it works for the previous 
version of the redirector : JK1(isapi redirector 1.2.8 - AJP 12)

Me I use JK2 (isapi redirector next version - AJP 13) AND the file for the 
configuration seems to be only one :

workers2.properties

Not with : workers.properties AND uriworkermap.properties

So if I doesn't make any mistake, your doc doesn't reply to my need...

Sorry and thanx.

reynir <[EMAIL PROTECTED]> a écrit sur 04/04/2005 15:21:46 :

> ok sorry
> I saw it down at the bottom of your email.
> I wrote directions on how to install this kind of setup few days ago :
> 
> http://www.reynir.net/java/greinar/nr/52
> 
> check it out, it works fine.
> 
> -reynir
> 
> reynir wrote:
> 
> >what version of IIS / tomcat / isapi_redirector are you using ?
> >-reynir
> >
> >[EMAIL PROTECTED] wrote:
> >
> > 
> >
> >>Hi,
> >>
> >>I'm looking for some help. Thanx in advance.
> >>
> >>When I make a request to IIS for JSP file, I've got an error message 
and 
> >>in the event log : [jk_isapi_plugin.c (420)]: HttpFilterProc 
> >>[/admin/index.jsp] is not a servlet url
> >>
> >>**
> >>The complete description follow from the windows log
> >>And my installation process :
> >>**
> >>04/04/2005,14:18:03,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
> >>HttpFilterProc check if [/Jakarta/isapi_redirector2.dll] is pointing 
to 
> >>the web-inf directory
> >>04/04/2005,14:18:03,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
> >>HttpFilterProc [/Jakarta/isapi_redirector2.dll] is not a servlet url
> >>04/04/2005,14:18:03,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: 
In 
> >>HttpFilterProc Virtual Host redirection of s0058 : 80
> >>04/04/2005,14:18:03,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
> >>HttpFilterProc started
> >>04/04/2005,14:18:03,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
> >>HttpFilterProc check if [/jsp-examples/jsp2/el/basic-comparisons.jsp] 
is 
> >>pointing to the web-inf directory
> >>04/04/2005,14:18:03,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (340)]: 
> >>HttpFilterProc [/jsp-examples/jsp2/el/basic-comparisons.jsp] is a 
servlet 
> >>url - should redirect to lb
> >>04/04/2005,14:18:03,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: 
In 
> >>HttpFilterProc Virtual Host redirection of s0058 : 80
> >>04/04/2005,14:18:03,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
> >>HttpFilterProc started
> >>04/04/2005,14:17:47,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
> >>HttpFilterProc check if [/admin/index.jsp] is pointing to the web-inf 
> >>directory
> >>04/04/2005,14:17:47,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
> >>HttpFilterProc [/admin/index.jsp] is not a servlet url
> >>04/04/2005,14:17:47,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: 
In 
> >>HttpFilterProc Virtual Host redirection of s0058 : 80
> >>04/04/2005,14:17:47,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
> >>HttpFilterProc started
> >>04/04/2005,14:17:47,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
> >>HttpFilterProc check if [/admin/index.jsp] is pointing to the web-inf 
> >>directory
> >>04/04/2005,14:17:47,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
> >>HttpFilterProc [/admin/index.jsp] is not a servlet url
> >>04/04/2005,14:17:47,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: 
In 
> >>HttpFilterProc Virtual Host redirection of s0058 : 80
> >>04/04/2005,14:17:47,Apache Jakarta 
> >>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
> >>HttpFilterProc started

Re: ==> Isapi redirector Installation problem betweeen IIs and Tomcat

2005-04-04 Thread reynir
ok sorry
I saw it down at the bottom of your email.
I wrote directions on how to install this kind of setup few days ago :

http://www.reynir.net/java/greinar/nr/52

check it out, it works fine.

-reynir

reynir wrote:

>what version of IIS / tomcat / isapi_redirector are you using ?
>-reynir
>
>[EMAIL PROTECTED] wrote:
>
>  
>
>>Hi,
>>
>>I'm looking for some help. Thanx in advance.
>>
>>When I make a request to IIS for JSP file, I've got an error message and 
>>in the event log : [jk_isapi_plugin.c (420)]: HttpFilterProc 
>>[/admin/index.jsp] is not a servlet url
>>
>>**
>>The complete description follow from the windows log
>>And my installation process :
>>**
>>04/04/2005,14:18:03,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
>>HttpFilterProc check if [/Jakarta/isapi_redirector2.dll] is pointing to 
>>the web-inf directory
>>04/04/2005,14:18:03,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
>>HttpFilterProc [/Jakarta/isapi_redirector2.dll] is not a servlet url
>>04/04/2005,14:18:03,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In 
>>HttpFilterProc Virtual Host redirection of s0058 : 80
>>04/04/2005,14:18:03,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
>>HttpFilterProc started
>>04/04/2005,14:18:03,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
>>HttpFilterProc check if [/jsp-examples/jsp2/el/basic-comparisons.jsp] is 
>>pointing to the web-inf directory
>>04/04/2005,14:18:03,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (340)]: 
>>HttpFilterProc [/jsp-examples/jsp2/el/basic-comparisons.jsp] is a servlet 
>>url - should redirect to lb
>>04/04/2005,14:18:03,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In 
>>HttpFilterProc Virtual Host redirection of s0058 : 80
>>04/04/2005,14:18:03,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
>>HttpFilterProc started
>>04/04/2005,14:17:47,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
>>HttpFilterProc check if [/admin/index.jsp] is pointing to the web-inf 
>>directory
>>04/04/2005,14:17:47,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
>>HttpFilterProc [/admin/index.jsp] is not a servlet url
>>04/04/2005,14:17:47,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In 
>>HttpFilterProc Virtual Host redirection of s0058 : 80
>>04/04/2005,14:17:47,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
>>HttpFilterProc started
>>04/04/2005,14:17:47,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
>>HttpFilterProc check if [/admin/index.jsp] is pointing to the web-inf 
>>directory
>>04/04/2005,14:17:47,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
>>HttpFilterProc [/admin/index.jsp] is not a servlet url
>>04/04/2005,14:17:47,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In 
>>HttpFilterProc Virtual Host redirection of s0058 : 80
>>04/04/2005,14:17:47,Apache Jakarta 
>>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
>>HttpFilterProc started
>>
>>
>>
>>
>>*** SOFT RELEASE ***
>>My server : Windows server 2003
>>My Web server : IIS 6.0
>>My Tomcat server : 5.0.28
>>My JDK : JDK 1.4.2
>>My redirector : JK2
>>
>>*** MY ACTIONS ***
>>**
>>* ==> 1 - Tests IIs and Tomcat without the connector :
>>**
>>open url : http://localhost  => IIs respond good
>>open url : http://localhost:8080/ and 
>>http://localhost:8080/jsp-examplessample, works good
>>**
>>* ==> 2 - Configuring the connector in tomcat's server.xml :
>>**
>>
>> >   debug="0"/>
>> >className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListen

Re: ==> Isapi redirector Installation problem betweeen IIs and Tomcat

2005-04-04 Thread reynir
what version of IIS / tomcat / isapi_redirector are you using ?
-reynir

[EMAIL PROTECTED] wrote:

>Hi,
>
>I'm looking for some help. Thanx in advance.
>
>When I make a request to IIS for JSP file, I've got an error message and 
>in the event log : [jk_isapi_plugin.c (420)]: HttpFilterProc 
>[/admin/index.jsp] is not a servlet url
>
>**
>The complete description follow from the windows log
>And my installation process :
>**
>04/04/2005,14:18:03,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
>HttpFilterProc check if [/Jakarta/isapi_redirector2.dll] is pointing to 
>the web-inf directory
>04/04/2005,14:18:03,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
>HttpFilterProc [/Jakarta/isapi_redirector2.dll] is not a servlet url
>04/04/2005,14:18:03,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In 
>HttpFilterProc Virtual Host redirection of s0058 : 80
>04/04/2005,14:18:03,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
>HttpFilterProc started
>04/04/2005,14:18:03,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
>HttpFilterProc check if [/jsp-examples/jsp2/el/basic-comparisons.jsp] is 
>pointing to the web-inf directory
>04/04/2005,14:18:03,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (340)]: 
>HttpFilterProc [/jsp-examples/jsp2/el/basic-comparisons.jsp] is a servlet 
>url - should redirect to lb
>04/04/2005,14:18:03,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In 
>HttpFilterProc Virtual Host redirection of s0058 : 80
>04/04/2005,14:18:03,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
>HttpFilterProc started
>04/04/2005,14:17:47,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
>HttpFilterProc check if [/admin/index.jsp] is pointing to the web-inf 
>directory
>04/04/2005,14:17:47,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
>HttpFilterProc [/admin/index.jsp] is not a servlet url
>04/04/2005,14:17:47,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In 
>HttpFilterProc Virtual Host redirection of s0058 : 80
>04/04/2005,14:17:47,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
>HttpFilterProc started
>04/04/2005,14:17:47,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
>HttpFilterProc check if [/admin/index.jsp] is pointing to the web-inf 
>directory
>04/04/2005,14:17:47,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
>HttpFilterProc [/admin/index.jsp] is not a servlet url
>04/04/2005,14:17:47,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In 
>HttpFilterProc Virtual Host redirection of s0058 : 80
>04/04/2005,14:17:47,Apache Jakarta 
>Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
>HttpFilterProc started
>
>
>
>
>*** SOFT RELEASE ***
>My server : Windows server 2003
>My Web server : IIS 6.0
>My Tomcat server : 5.0.28
>My JDK : JDK 1.4.2
>My redirector : JK2
>
>*** MY ACTIONS ***
>**
>* ==> 1 - Tests IIs and Tomcat without the connector :
>**
>open url : http://localhost  => IIs respond good
>open url : http://localhost:8080/ and 
>http://localhost:8080/jsp-examplessample, works good
>**
>* ==> 2 - Configuring the connector in tomcat's server.xml :
>**
>
>  debug="0"/>
>  className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
>debug="0"/>
>
>  
>  
>
>
>
>
>  type="org.apache.catalina.UserDatabase"
>   description="User database that can be updated and saved">
>
>
>  
>factory
>org.apache.catalina.users.MemoryUserDatabaseFactory
>  
>  
>pathname
>conf/tomcat-users.xml
>  
>
>
>  
>
>
>
>
>   maxThreads="150"
>   minSpareThreads="25"
>

==> Isapi redirector Installation problem betweeen IIs and Tomcat

2005-04-04 Thread samuel . goblet
Hi,

I'm looking for some help. Thanx in advance.

When I make a request to IIS for JSP file, I've got an error message and 
in the event log : [jk_isapi_plugin.c (420)]: HttpFilterProc 
[/admin/index.jsp] is not a servlet url

**
The complete description follow from the windows log
And my installation process :
**
04/04/2005,14:18:03,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
HttpFilterProc check if [/Jakarta/isapi_redirector2.dll] is pointing to 
the web-inf directory
04/04/2005,14:18:03,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
HttpFilterProc [/Jakarta/isapi_redirector2.dll] is not a servlet url
04/04/2005,14:18:03,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In 
HttpFilterProc Virtual Host redirection of s0058 : 80
04/04/2005,14:18:03,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
HttpFilterProc started
04/04/2005,14:18:03,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
HttpFilterProc check if [/jsp-examples/jsp2/el/basic-comparisons.jsp] is 
pointing to the web-inf directory
04/04/2005,14:18:03,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (340)]: 
HttpFilterProc [/jsp-examples/jsp2/el/basic-comparisons.jsp] is a servlet 
url - should redirect to lb
04/04/2005,14:18:03,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In 
HttpFilterProc Virtual Host redirection of s0058 : 80
04/04/2005,14:18:03,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
HttpFilterProc started
04/04/2005,14:17:47,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
HttpFilterProc check if [/admin/index.jsp] is pointing to the web-inf 
directory
04/04/2005,14:17:47,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
HttpFilterProc [/admin/index.jsp] is not a servlet url
04/04/2005,14:17:47,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In 
HttpFilterProc Virtual Host redirection of s0058 : 80
04/04/2005,14:17:47,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
HttpFilterProc started
04/04/2005,14:17:47,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (429)]: 
HttpFilterProc check if [/admin/index.jsp] is pointing to the web-inf 
directory
04/04/2005,14:17:47,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (420)]: 
HttpFilterProc [/admin/index.jsp] is not a servlet url
04/04/2005,14:17:47,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (308)]: In 
HttpFilterProc Virtual Host redirection of s0058 : 80
04/04/2005,14:17:47,Apache Jakarta 
Connector2,Aucun,Aucun,4,N/A,S0058,Debug:  [jk_isapi_plugin.c (252)]: 
HttpFilterProc started




*** SOFT RELEASE ***
My server : Windows server 2003
My Web server : IIS 6.0
My Tomcat server : 5.0.28
My JDK : JDK 1.4.2
My redirector : JK2

*** MY ACTIONS ***
**
* ==> 1 - Tests IIs and Tomcat without the connector :
**
open url : http://localhost  => IIs respond good
open url : http://localhost:8080/ and 
http://localhost:8080/jsp-examplessample, works good
**
* ==> 2 - Configuring the connector in tomcat's server.xml :
**

  
  

  
  







  
factory
org.apache.catalina.users.MemoryUserDatabaseFactory
  
  
pathname
conf/tomcat-users.xml
  


  





 



  
  

  

  

  
 



**
*  ==> 3 - Installing the Isapi filter :
**
I copy the file in ht directory : 
c:\Tomcat5\bin\win32\i386\isapi_redirector2.dll

where CATALINA_HOME = c:\Tomcat5
**
*  ==> 4 - Uddating the windows registry for ISAPI filter :
**
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi 
Redirector\2.0]
"serverRoot"="C:\\Tomcat5\\"
"extensionUri"="/jakarta/isapi_redirector2.dll"
"workersFile"="C:\\Tomcat5\\conf\\workers2.properties"
"logLevel"="DEBUG"

**
* ==> 5 - Configuring Tom

Re: Installation problem

2005-04-02 Thread Anto Paul
On Apr 2, 2005 3:05 PM, Panagiotis Karvounis <[EMAIL PROTECTED]> wrote:
> I've done all these.
> 
> A msgbox appears informing me about the problem again!It says "Failed
> to install service!Check your settings and permissions!"
> 
> On Apr 1, 2005 11:53 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > 01Apr2005 @ 22:24 Panagiotis Karvounis thusly spake
> > > I am trying to install Tomcat latest version but I have a problem.
> > > During installation a problem about "jvm.dll" occurs!
> > > Can you help me?
> >
> > Try uninstalling tomcat first.
> > If you already have a tomcat installed, you will get this message.
> > Remove the other tomcats, or remove the existing 'jvm.dll' file.
> >
> > hth,
> > Luke
> >
> > --
> >   /  /  _
> >  /_ /_/ /< /=
> >  0421 276 282
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
Do you have administrative priviliges in that system ?

-- 
Anto Paul
www.benchmarksoft.com

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



Re: Installation problem

2005-04-02 Thread Panagiotis Karvounis
I've done all these.

A msgbox appears informing me about the problem again!It says "Failed
to install service!Check your settings and permissions!"


On Apr 1, 2005 11:53 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> 01Apr2005 @ 22:24 Panagiotis Karvounis thusly spake
> > I am trying to install Tomcat latest version but I have a problem.
> > During installation a problem about "jvm.dll" occurs!
> > Can you help me?
> 
> Try uninstalling tomcat first.
> If you already have a tomcat installed, you will get this message.
> Remove the other tomcats, or remove the existing 'jvm.dll' file.
> 
> hth,
> Luke
> 
> --
>   /  /  _
>  /_ /_/ /< /=
>  0421 276 282
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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



Re: Installation problem

2005-04-01 Thread edencane
Hi,

01Apr2005 @ 22:24 Panagiotis Karvounis thusly spake
> I am trying to install Tomcat latest version but I have a problem.
> During installation a problem about "jvm.dll" occurs!
> Can you help me?

Try uninstalling tomcat first.
If you already have a tomcat installed, you will get this message.
Remove the other tomcats, or remove the existing 'jvm.dll' file.

hth,
Luke

--
   /  /  _
  /_ /_/ /< /=
  0421 276 282

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



Installation problem

2005-04-01 Thread Panagiotis Karvounis
Hi!

I am trying to install Tomcat latest version but I have a problem.
During installation a problem about "jvm.dll" occurs!
Can you help me?

Thanks

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



RE: Installation Issues Revisited - AIX 5.2

2005-03-16 Thread Bob Wyatt
Hassan,

That was it! Thanks a lot...the scripts were provided by a third party, who
insisted the problem was tomcat not knowing about the jdk...and I don't know
beans about java...or jsp...but I should have looked and known that AIX is
case-sensitive...

Regards,

Bob Wyatt

-Original Message-
From: Hassan Schroeder [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 16, 2005 4:24 PM
To: Tomcat Users List
Subject: Re: Installation Issues Revisited - AIX 5.2

Bob Wyatt wrote:

> When I run the binary version of 5.0.28, tomcat works until it runs the
> following script:

> String FilePath=request.getRealPath("/Web-inf/admin.properties.xml");
 ^^^
Not surprising you get an NPE after that... it's /WEB-INF/ eh?

Case matters :-)

(Not to mention that `request.setRealPath()` is deprecated...)

-- 
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

   dream.  code.



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




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



Re: Installation Issues Revisited - AIX 5.2

2005-03-16 Thread Hassan Schroeder
Bob Wyatt wrote:
When I run the binary version of 5.0.28, tomcat works until it runs the
following script:

String FilePath=request.getRealPath("/Web-inf/admin.properties.xml");
^^^
Not surprising you get an NPE after that... it's /WEB-INF/ eh?
Case matters :-)
(Not to mention that `request.setRealPath()` is deprecated...)
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
  dream.  code.

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


Installation Issues Revisited - AIX 5.2

2005-03-16 Thread Bob Wyatt
Attempting to install tomcat 5.0.28 on AIX 5.2, from source and using ant,
ultimately fails because it cannot download nsis20.exe. Of course, when I
download it, it won't run. When I acquire the linux version, install.sh
won't run under AIX. This, of course, occurs after 16 other file set
requirements not provided with ant or tomcat source that needed to be
downloaded and installed into /usr/share/java.

Is there a tarball or zip file that has all of the filesets necessary to
build tomcat on AIX? Does someone have a version of NSIS20 compatible with
AIX 5.2?

When I run the binary version of 5.0.28, tomcat works until it runs the
following script:

<%--
* @Version  : 1.0
* @Date :
* @Author   : Senthil E
* @Description  :
--%>
<%@ page
import="org.w3c.dom.*,javax.xml.parsers.*,org.xml.sax.*,ohm.util.XMLHandler"
%>
<%
XMLHandler manager=XMLHandler.getInstance();
String appPath=request.getRealPath("/");
session.setAttribute("appRealPath",appPath);

String sLoginId=(String)request.getParameter("txtloginid");
String sPassword=(String)request.getParameter("txtpassword");
String sAdmLoginId="";
String sAdmPassword="";

NamedNodeMap nnm;
String FilePath=request.getRealPath("/Web-inf/admin.properties.xml");
Document document=manager.parse(FilePath);

nnm=document.getDocumentElement().getAttributes();
for(int m=0;m

This produces the following errors in a browser:

HTTP Status 500 - 




type Exception report

message 

description The server encountered an internal error () that prevented it
from fulfilling this request.

exception 

org.apache.jasper.JasperException

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:3
72)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


root cause 

java.lang.NullPointerException

org.apache.jsp.admin.jsp.authenticate_jsp._jspService(authenticate_jsp.java:
62)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:3
24)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


note The full stack trace of the root cause is available in the Apache
Tomcat/5.0.28 logs.

Which also has the following output in the log file:

2005-03-16 15:40:22 StandardWrapperValve[jsp]: Servlet.service() for servlet
jsp threw exception
java.lang.NullPointerException
at
org.apache.jsp.admin.jsp.authenticate_jsp._jspService(authenticate_jsp.java:
62)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:3
24)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContext
Valve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
t.java:104)
at
org.apache

Installation Issues - AIX 5.2

2005-03-15 Thread Bob Wyatt
I've attempted to install tomcat 5.0.28 from source on an AIX 5.2 system
without internet access. When running ant, cvs fails.

So I downloaded and installed the binaries, but I get http 500 errors when
running a javascript for secure login. The vendor supplying the script feels
that tomcat does not know anything about the jdk (1.4.2) installed, despite
JAVA_HOME being defined.

I'd prefer to build from the source files (to resolve any issues from the
binaries being built elsewhere), but I can't get past the errors...

I'm trying to do all of this remotely through a VPN, which unfortunately
won't let me connect at this time to acquire the output from ant. I'll post
that tomorrow, assuming I get connected.

Does anyone have any ideas, despite the sketchy details that I have
provided?

Regards,

Bob Wyatt



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



Re: Installation problems on Windows

2005-03-01 Thread shenty


Well, after a final swipe through the registry and a reboot, service.bat
installed the Tomcat service correctly.

Many thanks to all who helped me work through this Windows installation
issue.

A short recap for latecomers to the thread:

The binary distributions of Tomcat 5.5.4, 5.5.7, and 5.0.28 all failed to
install correctly, each hanging at the same point -- just after the "Using
jvm..." message. These installation failures happened regardless of which
JDK or JRE was referenced during the installation: 1.4.2_06, 1.4.2_07, or
1.5.0_01 (or even Sun's J2EE JDK installed as part of the SunOne reference
AppServer)

The .ZIP installations also failed to install Tomcat as a service using
service.bat.

Steps I took to resolve the problem above:
1) Install the .ZIP distribution over the default installation directories
started by the binary installer (\Program Files\Apache Software
Foundation\Tomcat 5.5). You can probably install to a directory of your
choice, but I thought I'd leverage the default, had the installer completed
correctly.
2) Set the JAVA_HOME environment variable to the parent directory of the
1.5 JDK  -- *not* the private or public JRE that installs with the JDK. In
my case, JAVA_HOME=C:\Program Files\Java\JDK1.5.0_01. (It's possible to
find docs on the Tomcat site indicating that Tomcat 5.5.x can use a JRE and
doesn't require a JDK. That is apparently not always true, at least not
during installation).
3) Remove any lingering Registry entries placed there by a failed binary
installation. I searched on "tomcat" and deleted any key found.
4) Verify there is *not* a Windows service named "Tomcat" or "Apache
Tomcat" or similar. If there is, you may have to remove registry entries
(see step 3 above) and reboot before proceeding.
5) Finally, run "service install" in the tomcat bin directory from a
command window. If all goes well, Tomcat will now appear as a Windows
service.


Steve


-Jason Bainbridge <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: Jason Bainbridge <[EMAIL PROTECTED]>
Date: 2005-03-01 03:13PM
Subject: Re: Installation problems on Windows

On Tue, 1 Mar 2005 12:04:15 -0800, [EMAIL PROTECTED]
wrote:
>
>
> Jason,
>
> Definitely *not* a stupid question, as the answer is "yes."
>
> Don't know how it got there, and it doesn't work (can't look at
properties,
> can't start it, probably can't remove it...?)

Is it in that weird disabled state where you can't do anything (sounds
like it)? If it is all I've been able to do in the past is reboot to
get rid of it, it can happen when you remove a service when you have
the Service Control Manager applet open but I don't know how it
happened in your instance.

Can you install a service with a different name?

Regards,
--

Jason Bainbridge
http://kde.org- [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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


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



Re: Installation problems on Windows

2005-03-01 Thread John Najarian
Jason, go to the tomcat site and look how to remove the tomcat service.  You'll 
do it on a command line.

-Original Message-
From: [EMAIL PROTECTED]
Sent: Mar 1, 2005 3:04 PM
To: Tomcat Users List 
Subject: Re: Installation problems on Windows



Jason,

Definitely *not* a stupid question, as the answer is "yes."

Don't know how it got there, and it doesn't work (can't look at properties,
can't start it, probably can't remove it...?)

Undoubtedly an artifact from one of the dozen or so installation attempts.
I've been clearing the aborted installation directories and registry
entries between each attempt... but never looked in the services window.

Running "service remove" does *not* remove the entry, so I'm checking in
the registry again. How else to get this phantom Tomcat service out of
there?

Steve




-Jason Bainbridge <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: Jason Bainbridge <[EMAIL PROTECTED]>
Date: 2005-03-01 02:46PM
Subject: Re: Installation problems on Windows

On Tue, 1 Mar 2005 11:34:29 -0800, [EMAIL PROTECTED]
wrote:
>
>
> Nope... I've had the God-bit set since day one. :-)

Stupid question time Is there already a service named Tomcat5
already installed?

--

Jason Bainbridge
http://kde.org- [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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


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



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



Re: Installation problems on Windows

2005-03-01 Thread shenty


I did a quick gut-check of the service.bat logic, and it appears the batch
file is primarily there to build JAVA_HOMEs, CATALINA_HOMEs, and select a
jvm.dll for an eventual call to tomcat5.exe... but the real meat of the
service registration seems to happen in tomcat5.exe. Or not, as the case
may be :-)

Steve



-Jason Bainbridge <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: Jason Bainbridge <[EMAIL PROTECTED]>
Date: 2005-03-01 03:05PM
Subject: Re: Installation problems on Windows

On Tue, 1 Mar 2005 11:58:22 -0800, [EMAIL PROTECTED]
wrote:
>
>
> This is my own remote-office laptop, so I have the God-bit set
> (Administrators group), and have installed 50 or 60 programs / services
> over the last 12 months, including 20 or so after the SP2 upgrade. So it
> would seem Tomcat is trying to do something during installation that most
> other programs -- Open Source or not -- don't typically try or need to
do.
>
> Do we know who put the installer together? Perhaps they would have some
> additional insight into what step the installer is trying to do when it
> hangs, and by extension what the tomcat5 executable tries to do in
> service.bat when it fails.

I don't but service.bat is a windows batch file (obviously) in plain
text that is easy to read through so try editing the file, rem'ng the
first line that is turning off all the useful echo'd information, then
run it again and then send the output to the list. That should isolate
the problem...


--

Jason Bainbridge
http://kde.org- [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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


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



Re: Installation problems on Windows

2005-03-01 Thread John Najarian
You've probably tried these but have you downloaded tomcat again?  Perhaps in 
the download the Installer got fouled up.  Is tomcat running when you try to 
install?  If so stop it.  I installed tomcat5.28 with XP running sp2

Good luck,

John

-Original Message-
From: [EMAIL PROTECTED]
Sent: Mar 1, 2005 2:32 PM
To: Tomcat Users List 
Subject: Re: Installation problems on Windows



Jason,

Thanks for the detail on the installation. I mentioned in a separate
response within this thread that once JAVA_HOME was corrected (referencing
the parent of the 1.5 JDK and not the public or private JRE) then the
startup.bat method worked fine in the default installation directory the
binary installer started (C:\Program Files\Apache Software
Foundation\Tomcat 5.5...).

So it appears Tomcat will start up with the correct JAVA_HOME (JDK, not
JRE.) However, I still cannot run the Installer successfully, nor will the
service.bat install tomcat as a service. Some lingering Windows execution
and/or security issues is probably the best guess at this point. I know SP2
for Windows XP made extensive changes, along with the stream of security
patches since then.

If anyone uncovers such a security issue or the fix, please post, and I'll
do the same if I discover it.

I'd like to get the service portion ironed out, but in the meantime I can
at least get Tomcat started for some development and evaluation.

Thx,
Steve




-Jason Bainbridge <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: Jason Bainbridge <[EMAIL PROTECTED]>
Date: 2005-03-01 02:10PM
Subject: Re: Installation problems on Windows

On Tue, 1 Mar 2005 10:16:14 -0800, [EMAIL PROTECTED]
wrote:
>
>
> Yes, those are the path(s) I've used... including \bin in the path, and
> using the immediate parent directory of the \bin for JAVA_HOME. The
> following JREs and JDKs have been tried. Also, I've tried pointing the
path
> and JAVA_HOME at the JRE, and the JDK for each version.

Okay lets go back to basics.

1. Install JDK 1.5

2. set JAVA_HOME to the base directoty of the above install something
like C:\JDK1.5.0_01

3. You do not need CLASSPATH set nor does java need to be in the PATH,
JAVA_HOME is the only variable that is expressly needed, in a default
setup the setting of CATALINA_HOME can safely be done by Tomcat as it
starts based on the current directory. In fact having these set
especially the CLASSPATH  could cause problems.

4.  Download 5.5.7.zip and from
http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi

5. Extract jakarta-tomcat-5.5.7.zip to C:\

6. Open a new command prompt (must be a new one to ensure the latest
environment variables are used.

7. navigate to C:\jakarta-tomcat-5.5.7\bin then run startup.bat

8. what happens?

Regards,
--

Jason Bainbridge
http://kde.org- [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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


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



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



Re: Installation problems on Windows

2005-03-01 Thread Jason Bainbridge
On Tue, 1 Mar 2005 12:04:15 -0800, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 
> 
> Jason,
> 
> Definitely *not* a stupid question, as the answer is "yes."
> 
> Don't know how it got there, and it doesn't work (can't look at properties,
> can't start it, probably can't remove it...?)

Is it in that weird disabled state where you can't do anything (sounds
like it)? If it is all I've been able to do in the past is reboot to
get rid of it, it can happen when you remove a service when you have
the Service Control Manager applet open but I don't know how it
happened in your instance.

Can you install a service with a different name?

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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



Re: Installation problems on Windows

2005-03-01 Thread Jason Bainbridge
On Tue, 1 Mar 2005 11:58:22 -0800, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 
> 
> This is my own remote-office laptop, so I have the God-bit set
> (Administrators group), and have installed 50 or 60 programs / services
> over the last 12 months, including 20 or so after the SP2 upgrade. So it
> would seem Tomcat is trying to do something during installation that most
> other programs -- Open Source or not -- don't typically try or need to do.
> 
> Do we know who put the installer together? Perhaps they would have some
> additional insight into what step the installer is trying to do when it
> hangs, and by extension what the tomcat5 executable tries to do in
> service.bat when it fails.

I don't but service.bat is a windows batch file (obviously) in plain
text that is easy to read through so try editing the file, rem'ng the
first line that is turning off all the useful echo'd information, then
run it again and then send the output to the list. That should isolate
the problem...


-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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



Re: Installation problems on Windows

2005-03-01 Thread shenty


Jason,

Definitely *not* a stupid question, as the answer is "yes."

Don't know how it got there, and it doesn't work (can't look at properties,
can't start it, probably can't remove it...?)

Undoubtedly an artifact from one of the dozen or so installation attempts.
I've been clearing the aborted installation directories and registry
entries between each attempt... but never looked in the services window.

Running "service remove" does *not* remove the entry, so I'm checking in
the registry again. How else to get this phantom Tomcat service out of
there?

Steve




-Jason Bainbridge <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: Jason Bainbridge <[EMAIL PROTECTED]>
Date: 2005-03-01 02:46PM
Subject: Re: Installation problems on Windows

On Tue, 1 Mar 2005 11:34:29 -0800, [EMAIL PROTECTED]
wrote:
>
>
> Nope... I've had the God-bit set since day one. :-)

Stupid question time Is there already a service named Tomcat5
already installed?

--

Jason Bainbridge
http://kde.org- [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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


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



Re: Installation problems on Windows

2005-03-01 Thread shenty


This is my own remote-office laptop, so I have the God-bit set
(Administrators group), and have installed 50 or 60 programs / services
over the last 12 months, including 20 or so after the SP2 upgrade. So it
would seem Tomcat is trying to do something during installation that most
other programs -- Open Source or not -- don't typically try or need to do.

Do we know who put the installer together? Perhaps they would have some
additional insight into what step the installer is trying to do when it
hangs, and by extension what the tomcat5 executable tries to do in
service.bat when it fails.

Steve



-Jason Bainbridge <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: Jason Bainbridge <[EMAIL PROTECTED]>
Date: 2005-03-01 02:40PM
Subject: Re: Installation problems on Windows

On Tue, 1 Mar 2005 11:05:08 -0800, [EMAIL PROTECTED]
wrote:
>
>
> Regarding running Tomcat from the startup.bat and shutdown.bat...
>
> This *does* work, but only if JAVA_HOME is pointing to the parent
directory
> of a JDK, not the parent to a JRE (this seems to contradict both the
binary
> installer, and the Tomcat 5.x docs which state Tomcat no longer needs a
> JDK, just a JRE?)

Where does it say that exactly? It certainly isn't recommended to do
so even though I'm forced to in my company's supported environment,
it's always best to use the server JVM available in the JDK, which
isn't available in the JRE unless they changed it in 1.5.

However as you found out by default it won't run without some
modifications as the .bat files are written expecting a JDK so if the
documentation says it will run fine just with a JRE then unfortunately
the docs are wrong.

> However, even with this correction to JAVA_HOME, the service.bat still
> fails in the same way -- "Failed installing 'Tomcat5' service"

As another poster asked, do you have permission to install services on
your XP machine?

It doesn't sound like Tomcat is at fault here but mor something
related to your permissions or something else preventing an install,
is it the error inserting those quotes around the service name? If not
then you shouldn't be using the quotes and that could well be causing
the problem but I don't think that's it.

Regards,
--

Jason Bainbridge
http://kde.org- [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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


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



Re: Installation problems on Windows

2005-03-01 Thread Jason Bainbridge
On Tue, 1 Mar 2005 11:34:29 -0800, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 
> 
> Nope... I've had the God-bit set since day one. :-)

Stupid question time Is there already a service named Tomcat5
already installed?

-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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



Re: Installation problems on Windows

2005-03-01 Thread Jason Bainbridge
On Tue, 1 Mar 2005 11:05:08 -0800, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 
> 
> Regarding running Tomcat from the startup.bat and shutdown.bat...
> 
> This *does* work, but only if JAVA_HOME is pointing to the parent directory
> of a JDK, not the parent to a JRE (this seems to contradict both the binary
> installer, and the Tomcat 5.x docs which state Tomcat no longer needs a
> JDK, just a JRE?)

Where does it say that exactly? It certainly isn't recommended to do
so even though I'm forced to in my company's supported environment,
it's always best to use the server JVM available in the JDK, which
isn't available in the JRE unless they changed it in 1.5.

However as you found out by default it won't run without some
modifications as the .bat files are written expecting a JDK so if the
documentation says it will run fine just with a JRE then unfortunately
the docs are wrong.

> However, even with this correction to JAVA_HOME, the service.bat still
> fails in the same way -- "Failed installing 'Tomcat5' service"

As another poster asked, do you have permission to install services on
your XP machine?

It doesn't sound like Tomcat is at fault here but mor something
related to your permissions or something else preventing an install,
is it the error inserting those quotes around the service name? If not
then you shouldn't be using the quotes and that could well be causing
the problem but I don't think that's it.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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



RE: Installation problems on Windows

2005-03-01 Thread shenty


Nope... I've had the God-bit set since day one. :-)

Steve


-"Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: -


To: "Tomcat Users List" 
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
Date: 2005-03-01 02:18PM
Subject: RE: Installation problems on Windows

> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: RE: Installation problems on Windows
>
> However, even with this correction to JAVA_HOME, the service.bat still
> fails in the same way -- "Failed installing 'Tomcat5' service"

Is it possible that you might not have admin privileges on your Windows
box?

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail and
its attachments from all computers.

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


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



Re: Installation problems on Windows

2005-03-01 Thread shenty


Jason,

Thanks for the detail on the installation. I mentioned in a separate
response within this thread that once JAVA_HOME was corrected (referencing
the parent of the 1.5 JDK and not the public or private JRE) then the
startup.bat method worked fine in the default installation directory the
binary installer started (C:\Program Files\Apache Software
Foundation\Tomcat 5.5...).

So it appears Tomcat will start up with the correct JAVA_HOME (JDK, not
JRE.) However, I still cannot run the Installer successfully, nor will the
service.bat install tomcat as a service. Some lingering Windows execution
and/or security issues is probably the best guess at this point. I know SP2
for Windows XP made extensive changes, along with the stream of security
patches since then.

If anyone uncovers such a security issue or the fix, please post, and I'll
do the same if I discover it.

I'd like to get the service portion ironed out, but in the meantime I can
at least get Tomcat started for some development and evaluation.

Thx,
Steve




-Jason Bainbridge <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: Jason Bainbridge <[EMAIL PROTECTED]>
Date: 2005-03-01 02:10PM
Subject: Re: Installation problems on Windows

On Tue, 1 Mar 2005 10:16:14 -0800, [EMAIL PROTECTED]
wrote:
>
>
> Yes, those are the path(s) I've used... including \bin in the path, and
> using the immediate parent directory of the \bin for JAVA_HOME. The
> following JREs and JDKs have been tried. Also, I've tried pointing the
path
> and JAVA_HOME at the JRE, and the JDK for each version.

Okay lets go back to basics.

1. Install JDK 1.5

2. set JAVA_HOME to the base directoty of the above install something
like C:\JDK1.5.0_01

3. You do not need CLASSPATH set nor does java need to be in the PATH,
JAVA_HOME is the only variable that is expressly needed, in a default
setup the setting of CATALINA_HOME can safely be done by Tomcat as it
starts based on the current directory. In fact having these set
especially the CLASSPATH  could cause problems.

4.  Download 5.5.7.zip and from
http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi

5. Extract jakarta-tomcat-5.5.7.zip to C:\

6. Open a new command prompt (must be a new one to ensure the latest
environment variables are used.

7. navigate to C:\jakarta-tomcat-5.5.7\bin then run startup.bat

8. what happens?

Regards,
--

Jason Bainbridge
http://kde.org- [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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


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



RE: Installation problems on Windows

2005-03-01 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: RE: Installation problems on Windows
> 
> However, even with this correction to JAVA_HOME, the service.bat still
> fails in the same way -- "Failed installing 'Tomcat5' service"

Is it possible that you might not have admin privileges on your Windows box?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

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



Re: Installation problems on Windows

2005-03-01 Thread Jason Bainbridge
On Tue, 1 Mar 2005 10:16:14 -0800, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 
> 
> Yes, those are the path(s) I've used... including \bin in the path, and
> using the immediate parent directory of the \bin for JAVA_HOME. The
> following JREs and JDKs have been tried. Also, I've tried pointing the path
> and JAVA_HOME at the JRE, and the JDK for each version.

Okay lets go back to basics.

1. Install JDK 1.5

2. set JAVA_HOME to the base directoty of the above install something
like C:\JDK1.5.0_01

3. You do not need CLASSPATH set nor does java need to be in the PATH,
JAVA_HOME is the only variable that is expressly needed, in a default
setup the setting of CATALINA_HOME can safely be done by Tomcat as it
starts based on the current directory. In fact having these set
especially the CLASSPATH  could cause problems.

4.  Download 5.5.7.zip and from
http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi

5. Extract jakarta-tomcat-5.5.7.zip to C:\

6. Open a new command prompt (must be a new one to ensure the latest
environment variables are used.

7. navigate to C:\jakarta-tomcat-5.5.7\bin then run startup.bat

8. what happens?

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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



Re: Installation problems on Windows

2005-03-01 Thread shenty


Including the JREs were motiviated by two factors -- one, the Tomcat 5 docs
indicate it needs a JRE, not a full-blown JDK, and two, for complete
troubleshooting.

As it turns out (see related message in this thread), JAVA_HOME in fact
must be set to the parent directory of a JDK, *not* the private or public
JRE installation. At least this is the case with JDK 1.5.

Steve




-John Najarian <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: John Najarian <[EMAIL PROTECTED]>
Date: 2005-03-01 01:30PM
Subject: Re: Installation problems on Windows

Why are the 'J2RE...' included?  I've never needed these in version 4.1,
5.19 or 5.28.

-Original Message-
From: [EMAIL PROTECTED]
Sent: Mar 1, 2005 1:16 PM
To: Tomcat Users List
Subject: Re: Installation problems on Windows



Yes, those are the path(s) I've used... including \bin in the path, and
using the immediate parent directory of the \bin for JAVA_HOME. The
following JREs and JDKs have been tried. Also, I've tried pointing the path
and JAVA_HOME at the JRE, and the JDK for each version.

J2RE1.4.2_06
J2SDK1.4.2_06

J2RE1.4.2_07
J2SDK1.4.2_07

JRE1.5.0_01
JDK1.5.0_01

Sun\AppServer\JDK\JRE (this is J2EE 1.4)


Steve




-John Najarian wrote: -


To: Tomcat Users List
From: John Najarian
Date: 2005-03-01 12:22PM
Subject: Re: Installation problems on Windows

Just to double check.

Your 'path' env var includes an entry like:
c:\j2sdk1.4.2_07\bin - (some people forget the \bin)
and your java_home env var is like:
c:\j2sdk1.4.2_07


-Original Message-
From: [EMAIL PROTECTED]
Sent: Mar 1, 2005 11:59 AM
To: Tomcat Users List
Subject: Re: Installation problems on Windows



Some more updates...

Tried the .EXE installer with JDK 1.5. Still no go, I get the same
installer hang right after "Using jvm".

Tried the .ZIP installation again, and verified an accurate JAVA_HOME
pointing to the 1.4 JDK in this case. Running "service install" resulted in
a Failed to install service error.

Does anyone know what the .EXE installer is supposed to do after the "Using
jvm" message? I can't tell if this is a Windows XP/SP2 security problem or
some other JDK problem without knowing what the installer is trying to do
when it hangs.

Also, in case I never get to try Tomcat, is there a recommendation for
other J2EE web/ejb app servers I should try?

Thx,
Steve



-Steve Henty/TechFlow wrote: -


To: "Tomcat Users List"
From: Steve Henty/TechFlow
Date: 2005-03-01 09:43AM
Subject: Re: Installation problems on Windows



You're right about jvm.dll... one typo and a bunch of cut-and-paste.

None of the options you mentioned worked. Starting with using the ZIP file
directly, I apparently have some JAVA_HOME or CLASSPATH problems that
prevent the service.bat (is that the one I want to install the Windows XP
service?) from completing. I've never had to pay a lot of attention to
CLASSPATH at the Windows level, since I use WSAD/Eclipse. JAVA_HOME is new
to me, and I was counting on the installer to take care of this mundane
detail.

That said, I *did* set JAVA_HOME to both the public J2RE1.4.2_07, and the
full J2SDK1.4.2_07 on separate installer attempts, along with adding the
respective /bin directories to the Path. No go either.
Installing to a directory without spaces (C:\www\tomcat5.0) didn't help. In
any case, Windows hasn't had a problem with spaces in directory names since
Win2K, so I'd be surprised if that were truly the problem.

There are a zillion programs that use Windows installers successfully, and
if I read the mail archives correctly, Tomcat didn't used to have this
problem in versions prior to 5.0.19.

Does the installation process actually transfer control to the JVM partway
through (which is what "Using jvm jvm.dll" implies)? If so, what would
prevent that transfer of control to the JVM? I've successfully compiled and
run Java applications in WSAD/Eclipse on this machine, so there is nothing
inherent in my Windows setup that is JVM-unfriendly. Perhaps there's a fix
around the corner?

Steve






-Jason Bainbridge wrote: -


To: Tomcat Users List
From: Jason Bainbridge
Date: 2005-02-28 08:37PM
Subject: Re: Installation problems on Windows

On Mon, 28 Feb 2005 17:26:31 -0800, [EMAIL PROTECTED]
wrote:
>
> I hope this message makes it to the list (my Welcome email didn't include
> the examples of the proper email command syntax, only the headings...?)
>
> The Tomcat 5.x binary installer for Windows hangs at the point where it
> says it's using the dvm.dll. This is true under all the following
> circumstances:
> -Windows XP Pro, SP2
> -JRE 1.4.2_06 (picks client/dvm.dll)
> -JDK 1.4.2_07 (picks client/dvm.dll or server/dvm.dll, seemingly at
random)
> -JRE 1.4.2_07 (picks client/dvm.dll)
> -fresh install (with reboot) of each of t

RE: Installation problems on Windows

2005-03-01 Thread shenty


Regarding running Tomcat from the startup.bat and shutdown.bat...

This *does* work, but only if JAVA_HOME is pointing to the parent directory
of a JDK, not the parent to a JRE (this seems to contradict both the binary
installer, and the Tomcat 5.x docs which state Tomcat no longer needs a
JDK, just a JRE?)

However, even with this correction to JAVA_HOME, the service.bat still
fails in the same way -- "Failed installing 'Tomcat5' service"

Steve



-"Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: -


To: "Tomcat Users List" 
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
Date: 2005-03-01 12:05PM
Subject: RE: Installation problems on Windows

> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: Re: Installation problems on Windows
>
> Tried the .ZIP installation again, and verified an accurate JAVA_HOME
> pointing to the 1.4 JDK in this case. Running "service
> install" resulted in a Failed to install service error.

Sorry if you've already said this, but can you get Tomcat to run from a
command prompt rather than as a service?  If so, have you set the account
for the service to one that has at least read access to the JDK as well as
read/write access to the Tomcat installation?

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail and
its attachments from all computers.

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


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



Re: Installation problems on Windows

2005-03-01 Thread John Najarian
Why are the 'J2RE...' included?  I've never needed these in version 4.1, 5.19 
or 5.28.

-Original Message-
From: [EMAIL PROTECTED]
Sent: Mar 1, 2005 1:16 PM
To: Tomcat Users List 
Subject: Re: Installation problems on Windows



Yes, those are the path(s) I've used... including \bin in the path, and
using the immediate parent directory of the \bin for JAVA_HOME. The
following JREs and JDKs have been tried. Also, I've tried pointing the path
and JAVA_HOME at the JRE, and the JDK for each version.

J2RE1.4.2_06
J2SDK1.4.2_06

J2RE1.4.2_07
J2SDK1.4.2_07

JRE1.5.0_01
JDK1.5.0_01

Sun\AppServer\JDK\JRE (this is J2EE 1.4)


Steve




-John Najarian <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: John Najarian <[EMAIL PROTECTED]>
Date: 2005-03-01 12:22PM
Subject: Re: Installation problems on Windows

Just to double check.

Your 'path' env var includes an entry like:
c:\j2sdk1.4.2_07\bin - (some people forget the \bin)
and your java_home env var is like:
c:\j2sdk1.4.2_07


-Original Message-
From: [EMAIL PROTECTED]
Sent: Mar 1, 2005 11:59 AM
To: Tomcat Users List
Subject: Re: Installation problems on Windows



Some more updates...

Tried the .EXE installer with JDK 1.5. Still no go, I get the same
installer hang right after "Using jvm".

Tried the .ZIP installation again, and verified an accurate JAVA_HOME
pointing to the 1.4 JDK in this case. Running "service install" resulted in
a Failed to install service error.

Does anyone know what the .EXE installer is supposed to do after the "Using
jvm" message? I can't tell if this is a Windows XP/SP2 security problem or
some other JDK problem without knowing what the installer is trying to do
when it hangs.

Also, in case I never get to try Tomcat, is there a recommendation for
other J2EE web/ejb app servers I should try?

Thx,
Steve



-Steve Henty/TechFlow wrote: -


To: "Tomcat Users List"
From: Steve Henty/TechFlow
Date: 2005-03-01 09:43AM
Subject: Re: Installation problems on Windows



You're right about jvm.dll... one typo and a bunch of cut-and-paste.

None of the options you mentioned worked. Starting with using the ZIP file
directly, I apparently have some JAVA_HOME or CLASSPATH problems that
prevent the service.bat (is that the one I want to install the Windows XP
service?) from completing. I've never had to pay a lot of attention to
CLASSPATH at the Windows level, since I use WSAD/Eclipse. JAVA_HOME is new
to me, and I was counting on the installer to take care of this mundane
detail.

That said, I *did* set JAVA_HOME to both the public J2RE1.4.2_07, and the
full J2SDK1.4.2_07 on separate installer attempts, along with adding the
respective /bin directories to the Path. No go either.
Installing to a directory without spaces (C:\www\tomcat5.0) didn't help. In
any case, Windows hasn't had a problem with spaces in directory names since
Win2K, so I'd be surprised if that were truly the problem.

There are a zillion programs that use Windows installers successfully, and
if I read the mail archives correctly, Tomcat didn't used to have this
problem in versions prior to 5.0.19.

Does the installation process actually transfer control to the JVM partway
through (which is what "Using jvm jvm.dll" implies)? If so, what would
prevent that transfer of control to the JVM? I've successfully compiled and
run Java applications in WSAD/Eclipse on this machine, so there is nothing
inherent in my Windows setup that is JVM-unfriendly. Perhaps there's a fix
around the corner?

Steve






-Jason Bainbridge wrote: -


To: Tomcat Users List
From: Jason Bainbridge
Date: 2005-02-28 08:37PM
Subject: Re: Installation problems on Windows

On Mon, 28 Feb 2005 17:26:31 -0800, [EMAIL PROTECTED]
wrote:
>
> I hope this message makes it to the list (my Welcome email didn't include
> the examples of the proper email command syntax, only the headings...?)
>
> The Tomcat 5.x binary installer for Windows hangs at the point where it
> says it's using the dvm.dll. This is true under all the following
> circumstances:
> -Windows XP Pro, SP2
> -JRE 1.4.2_06 (picks client/dvm.dll)
> -JDK 1.4.2_07 (picks client/dvm.dll or server/dvm.dll, seemingly at
random)
> -JRE 1.4.2_07 (picks client/dvm.dll)
> -fresh install (with reboot) of each of the JDKs/JREs above
> -Tomcat 5.0.28 (should be okay with 1.4.x, right?)
> -Tomcat 5.5.4
> -Tomcat 5.5.7
> -leave the partially installed Tomcat directories and registry entries
> intact on subsequent attempts
> -remove the Tomcat directories and registry entries prior to subsequent
> attempts
> -allow Tomcat to use default installation directory (C:\Program
> Files\Apache Software Foundation\...)
> -TinyFirewall enabled, and disabled

1. dvm.dll do you mean jvm.dll? Thought it was just a ty

RE: Installation problems on Windows

2005-03-01 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: Re: Installation problems on Windows
> 
> The Tomcat 5.x docs on the Jakarta site appear to assume the Windows
> installer will be used in every case... I'm not able to find different
> installation instructions for using the .ZIP distribution. Would the
> instructions for an older version (if available) still apply?

Use the .zip download, and look in the RUNNING.txt file.

Do other Java programs work? (A simple java -version will suffice for a test.)

Have you tried running Tomcat with the .bat scripts rather than as a service?

(You probably should remove the J2EE installation; in the past, it has caused 
conflicts with classes supplied in the Tomcat distribution.)

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

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



Re: Installation problems on Windows

2005-03-01 Thread shenty


I'll check the Windows event log as you suggest... I haven't checked it
yet.

The Tomcat 5.x docs on the Jakarta site appear to assume the Windows
installer will be used in every case... I'm not able to find different
installation instructions for using the .ZIP distribution. Would the
instructions for an older version (if available) still apply?

Steve



-Jason Bainbridge <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: Jason Bainbridge <[EMAIL PROTECTED]>
Date: 2005-03-01 12:41PM
Subject: Re: Installation problems on Windows

On Tue, 1 Mar 2005 06:43:06 -0800, [EMAIL PROTECTED]
wrote:
>
>
> You're right about jvm.dll... one typo and a bunch of cut-and-paste.
>
> None of the options you mentioned worked. Starting with using the ZIP
file
> directly, I apparently have some JAVA_HOME or CLASSPATH problems that
> prevent the service.bat (is that the one I want to install the Windows XP
> service?) from completing. I've never had to pay a lot of attention to
> CLASSPATH at the Windows level, since I use WSAD/Eclipse. JAVA_HOME is
new
> to me, and I was counting on the installer to take care of this mundane
> detail.

Yes service.bat will install the Windows service for you, but have you
tried just running the startup.bat that is distributed with the .zip
version of Tomcat? JAVA_HOME is the only environment variable you
should need to set in a simple Windows installation like this and
remember setting Environment Variables in Windows is quite a fickle
thing, like if you change one and then try to run something from a
Windows Explorer window you had open beforehand then it will use the
old settings still and some bizarre times you need to reboot the box.

> That said, I *did* set JAVA_HOME to both the public J2RE1.4.2_07, and the
> full J2SDK1.4.2_07 on separate installer attempts, along with adding the
> respective /bin directories to the Path. No go either.
> Installing to a directory without spaces (C:\www\tomcat5.0) didn't help.
In
> any case, Windows hasn't had a problem with spaces in directory names
since
> Win2K, so I'd be surprised if that were truly the problem.

Says who? I've had plenty of problems in Win2k and XP, none of my
sites use Windows 2003 so I can't comment there but I am sure there
would be problems there also.

> There are a zillion programs that use Windows installers successfully,
and
> if I read the mail archives correctly, Tomcat didn't used to have this
> problem in versions prior to 5.0.19.

Remember Tomcat is an Open Source application and hence perfection
can't be expected, the installer is provided as a convenience and
works in the majority of cases, it sounds like you have some sort of
security problem somewhere.

> Does the installation process actually transfer control to the JVM
partway
> through (which is what "Using jvm jvm.dll" implies)? If so, what
would
> prevent that transfer of control to the JVM? I've successfully compiled
and
> run Java applications in WSAD/Eclipse on this machine, so there is
nothing
> inherent in my Windows setup that is JVM-unfriendly. Perhaps there's a
fix
> around the corner?

It is most likely doing whatever service.bat does to install the
service, the installer is just a wrapper to copy things and what not,
it doesn't have too many smarts in it as far as I know.

Try looking in your Windows event logs especially the Security one, it
sounds like something out of the ordinary in your windows setup
causing the problems, usually getting Tomcat up and running is a
matter of minutes.

Regards,
--

Jason Bainbridge
http://kde.org- [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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


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



Re: Installation problems on Windows

2005-03-01 Thread shenty


Yes, those are the path(s) I've used... including \bin in the path, and
using the immediate parent directory of the \bin for JAVA_HOME. The
following JREs and JDKs have been tried. Also, I've tried pointing the path
and JAVA_HOME at the JRE, and the JDK for each version.

J2RE1.4.2_06
J2SDK1.4.2_06

J2RE1.4.2_07
J2SDK1.4.2_07

JRE1.5.0_01
JDK1.5.0_01

Sun\AppServer\JDK\JRE (this is J2EE 1.4)


Steve




-John Najarian <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: John Najarian <[EMAIL PROTECTED]>
Date: 2005-03-01 12:22PM
Subject: Re: Installation problems on Windows

Just to double check.

Your 'path' env var includes an entry like:
c:\j2sdk1.4.2_07\bin - (some people forget the \bin)
and your java_home env var is like:
c:\j2sdk1.4.2_07


-Original Message-
From: [EMAIL PROTECTED]
Sent: Mar 1, 2005 11:59 AM
To: Tomcat Users List
Subject: Re: Installation problems on Windows



Some more updates...

Tried the .EXE installer with JDK 1.5. Still no go, I get the same
installer hang right after "Using jvm".

Tried the .ZIP installation again, and verified an accurate JAVA_HOME
pointing to the 1.4 JDK in this case. Running "service install" resulted in
a Failed to install service error.

Does anyone know what the .EXE installer is supposed to do after the "Using
jvm" message? I can't tell if this is a Windows XP/SP2 security problem or
some other JDK problem without knowing what the installer is trying to do
when it hangs.

Also, in case I never get to try Tomcat, is there a recommendation for
other J2EE web/ejb app servers I should try?

Thx,
Steve



-Steve Henty/TechFlow wrote: -


To: "Tomcat Users List"
From: Steve Henty/TechFlow
Date: 2005-03-01 09:43AM
Subject: Re: Installation problems on Windows



You're right about jvm.dll... one typo and a bunch of cut-and-paste.

None of the options you mentioned worked. Starting with using the ZIP file
directly, I apparently have some JAVA_HOME or CLASSPATH problems that
prevent the service.bat (is that the one I want to install the Windows XP
service?) from completing. I've never had to pay a lot of attention to
CLASSPATH at the Windows level, since I use WSAD/Eclipse. JAVA_HOME is new
to me, and I was counting on the installer to take care of this mundane
detail.

That said, I *did* set JAVA_HOME to both the public J2RE1.4.2_07, and the
full J2SDK1.4.2_07 on separate installer attempts, along with adding the
respective /bin directories to the Path. No go either.
Installing to a directory without spaces (C:\www\tomcat5.0) didn't help. In
any case, Windows hasn't had a problem with spaces in directory names since
Win2K, so I'd be surprised if that were truly the problem.

There are a zillion programs that use Windows installers successfully, and
if I read the mail archives correctly, Tomcat didn't used to have this
problem in versions prior to 5.0.19.

Does the installation process actually transfer control to the JVM partway
through (which is what "Using jvm jvm.dll" implies)? If so, what would
prevent that transfer of control to the JVM? I've successfully compiled and
run Java applications in WSAD/Eclipse on this machine, so there is nothing
inherent in my Windows setup that is JVM-unfriendly. Perhaps there's a fix
around the corner?

Steve






-Jason Bainbridge wrote: -


To: Tomcat Users List
From: Jason Bainbridge
Date: 2005-02-28 08:37PM
Subject: Re: Installation problems on Windows

On Mon, 28 Feb 2005 17:26:31 -0800, [EMAIL PROTECTED]
wrote:
>
> I hope this message makes it to the list (my Welcome email didn't include
> the examples of the proper email command syntax, only the headings...?)
>
> The Tomcat 5.x binary installer for Windows hangs at the point where it
> says it's using the dvm.dll. This is true under all the following
> circumstances:
> -Windows XP Pro, SP2
> -JRE 1.4.2_06 (picks client/dvm.dll)
> -JDK 1.4.2_07 (picks client/dvm.dll or server/dvm.dll, seemingly at
random)
> -JRE 1.4.2_07 (picks client/dvm.dll)
> -fresh install (with reboot) of each of the JDKs/JREs above
> -Tomcat 5.0.28 (should be okay with 1.4.x, right?)
> -Tomcat 5.5.4
> -Tomcat 5.5.7
> -leave the partially installed Tomcat directories and registry entries
> intact on subsequent attempts
> -remove the Tomcat directories and registry entries prior to subsequent
> attempts
> -allow Tomcat to use default installation directory (C:\Program
> Files\Apache Software Foundation\...)
> -TinyFirewall enabled, and disabled

1. dvm.dll do you mean jvm.dll? Thought it was just a typo at first
but it's consistent through your email.

2. Try installing to a directory path without spaces, Windows is
really tempermental about such things.

3. Ditch the binary installer and just download the .zip, if need be a
Windows serv

Re: Installation problems on Windows

2005-03-01 Thread Jason Bainbridge
On Tue, 1 Mar 2005 06:43:06 -0800, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 
> 
> You're right about jvm.dll... one typo and a bunch of cut-and-paste.
> 
> None of the options you mentioned worked. Starting with using the ZIP file
> directly, I apparently have some JAVA_HOME or CLASSPATH problems that
> prevent the service.bat (is that the one I want to install the Windows XP
> service?) from completing. I've never had to pay a lot of attention to
> CLASSPATH at the Windows level, since I use WSAD/Eclipse. JAVA_HOME is new
> to me, and I was counting on the installer to take care of this mundane
> detail.

Yes service.bat will install the Windows service for you, but have you
tried just running the startup.bat that is distributed with the .zip
version of Tomcat? JAVA_HOME is the only environment variable you
should need to set in a simple Windows installation like this and
remember setting Environment Variables in Windows is quite a fickle
thing, like if you change one and then try to run something from a
Windows Explorer window you had open beforehand then it will use the
old settings still and some bizarre times you need to reboot the box.

> That said, I *did* set JAVA_HOME to both the public J2RE1.4.2_07, and the
> full J2SDK1.4.2_07 on separate installer attempts, along with adding the
> respective /bin directories to the Path. No go either.
> Installing to a directory without spaces (C:\www\tomcat5.0) didn't help. In
> any case, Windows hasn't had a problem with spaces in directory names since
> Win2K, so I'd be surprised if that were truly the problem.

Says who? I've had plenty of problems in Win2k and XP, none of my
sites use Windows 2003 so I can't comment there but I am sure there
would be problems there also.

> There are a zillion programs that use Windows installers successfully, and
> if I read the mail archives correctly, Tomcat didn't used to have this
> problem in versions prior to 5.0.19.

Remember Tomcat is an Open Source application and hence perfection
can't be expected, the installer is provided as a convenience and
works in the majority of cases, it sounds like you have some sort of
security problem somewhere.

> Does the installation process actually transfer control to the JVM partway
> through (which is what "Using jvm jvm.dll" implies)? If so, what would
> prevent that transfer of control to the JVM? I've successfully compiled and
> run Java applications in WSAD/Eclipse on this machine, so there is nothing
> inherent in my Windows setup that is JVM-unfriendly. Perhaps there's a fix
> around the corner?

It is most likely doing whatever service.bat does to install the
service, the installer is just a wrapper to copy things and what not,
it doesn't have too many smarts in it as far as I know.

Try looking in your Windows event logs especially the Security one, it
sounds like something out of the ordinary in your windows setup
causing the problems, usually getting Tomcat up and running is a
matter of minutes.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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



Re: Installation problems on Windows

2005-03-01 Thread John Najarian
Just to double check.

Your 'path' env var includes an entry like: 
 c:\j2sdk1.4.2_07\bin - (some people forget the \bin)
and your java_home env var is like:
 c:\j2sdk1.4.2_07


-Original Message-
From: [EMAIL PROTECTED]
Sent: Mar 1, 2005 11:59 AM
To: Tomcat Users List 
Subject: Re: Installation problems on Windows



Some more updates...

Tried the .EXE installer with JDK 1.5. Still no go, I get the same
installer hang right after "Using jvm".

Tried the .ZIP installation again, and verified an accurate JAVA_HOME
pointing to the 1.4 JDK in this case. Running "service install" resulted in
a Failed to install service error.

Does anyone know what the .EXE installer is supposed to do after the "Using
jvm" message? I can't tell if this is a Windows XP/SP2 security problem or
some other JDK problem without knowing what the installer is trying to do
when it hangs.

Also, in case I never get to try Tomcat, is there a recommendation for
other J2EE web/ejb app servers I should try?

Thx,
Steve



-Steve Henty/TechFlow wrote: -


To: "Tomcat Users List" 
From: Steve Henty/TechFlow
Date: 2005-03-01 09:43AM
Subject: Re: Installation problems on Windows



You're right about jvm.dll... one typo and a bunch of cut-and-paste.

None of the options you mentioned worked. Starting with using the ZIP file
directly, I apparently have some JAVA_HOME or CLASSPATH problems that
prevent the service.bat (is that the one I want to install the Windows XP
service?) from completing. I've never had to pay a lot of attention to
CLASSPATH at the Windows level, since I use WSAD/Eclipse. JAVA_HOME is new
to me, and I was counting on the installer to take care of this mundane
detail.

That said, I *did* set JAVA_HOME to both the public J2RE1.4.2_07, and the
full J2SDK1.4.2_07 on separate installer attempts, along with adding the
respective /bin directories to the Path. No go either.
Installing to a directory without spaces (C:\www\tomcat5.0) didn't help. In
any case, Windows hasn't had a problem with spaces in directory names since
Win2K, so I'd be surprised if that were truly the problem.

There are a zillion programs that use Windows installers successfully, and
if I read the mail archives correctly, Tomcat didn't used to have this
problem in versions prior to 5.0.19.

Does the installation process actually transfer control to the JVM partway
through (which is what "Using jvm jvm.dll" implies)? If so, what would
prevent that transfer of control to the JVM? I've successfully compiled and
run Java applications in WSAD/Eclipse on this machine, so there is nothing
inherent in my Windows setup that is JVM-unfriendly. Perhaps there's a fix
around the corner?

Steve






-Jason Bainbridge <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: Jason Bainbridge <[EMAIL PROTECTED]>
Date: 2005-02-28 08:37PM
Subject: Re: Installation problems on Windows

On Mon, 28 Feb 2005 17:26:31 -0800, [EMAIL PROTECTED]
wrote:
>
> I hope this message makes it to the list (my Welcome email didn't include
> the examples of the proper email command syntax, only the headings...?)
>
> The Tomcat 5.x binary installer for Windows hangs at the point where it
> says it's using the dvm.dll. This is true under all the following
> circumstances:
> -Windows XP Pro, SP2
> -JRE 1.4.2_06 (picks client/dvm.dll)
> -JDK 1.4.2_07 (picks client/dvm.dll or server/dvm.dll, seemingly at
random)
> -JRE 1.4.2_07 (picks client/dvm.dll)
> -fresh install (with reboot) of each of the JDKs/JREs above
> -Tomcat 5.0.28 (should be okay with 1.4.x, right?)
> -Tomcat 5.5.4
> -Tomcat 5.5.7
> -leave the partially installed Tomcat directories and registry entries
> intact on subsequent attempts
> -remove the Tomcat directories and registry entries prior to subsequent
> attempts
> -allow Tomcat to use default installation directory (C:\Program
> Files\Apache Software Foundation\...)
> -TinyFirewall enabled, and disabled

1. dvm.dll do you mean jvm.dll? Thought it was just a typo at first
but it's consistent through your email.

2. Try installing to a directory path without spaces, Windows is
really tempermental about such things.

3. Ditch the binary installer and just download the .zip, if need be a
Windows service can be easily installed using the batch file that
comes with the .zip

4. Try explicitly setting your JAVA_HOME environment variable to point
where you want it.

One of those should set you right.

Cheers.
--

Jason Bainbridge
http://kde.org- [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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


-
To unsubscrib

RE: Installation problems on Windows

2005-03-01 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: Re: Installation problems on Windows
> 
> Tried the .ZIP installation again, and verified an accurate JAVA_HOME
> pointing to the 1.4 JDK in this case. Running "service 
> install" resulted in a Failed to install service error.

Sorry if you've already said this, but can you get Tomcat to run from a command 
prompt rather than as a service?  If so, have you set the account for the 
service to one that has at least read access to the JDK as well as read/write 
access to the Tomcat installation?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

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



Re: Installation problems on Windows

2005-03-01 Thread shenty


Some more updates...

Tried the .EXE installer with JDK 1.5. Still no go, I get the same
installer hang right after "Using jvm".

Tried the .ZIP installation again, and verified an accurate JAVA_HOME
pointing to the 1.4 JDK in this case. Running "service install" resulted in
a Failed to install service error.

Does anyone know what the .EXE installer is supposed to do after the "Using
jvm" message? I can't tell if this is a Windows XP/SP2 security problem or
some other JDK problem without knowing what the installer is trying to do
when it hangs.

Also, in case I never get to try Tomcat, is there a recommendation for
other J2EE web/ejb app servers I should try?

Thx,
Steve



-Steve Henty/TechFlow wrote: -


To: "Tomcat Users List" 
From: Steve Henty/TechFlow
Date: 2005-03-01 09:43AM
Subject: Re: Installation problems on Windows



You're right about jvm.dll... one typo and a bunch of cut-and-paste.

None of the options you mentioned worked. Starting with using the ZIP file
directly, I apparently have some JAVA_HOME or CLASSPATH problems that
prevent the service.bat (is that the one I want to install the Windows XP
service?) from completing. I've never had to pay a lot of attention to
CLASSPATH at the Windows level, since I use WSAD/Eclipse. JAVA_HOME is new
to me, and I was counting on the installer to take care of this mundane
detail.

That said, I *did* set JAVA_HOME to both the public J2RE1.4.2_07, and the
full J2SDK1.4.2_07 on separate installer attempts, along with adding the
respective /bin directories to the Path. No go either.
Installing to a directory without spaces (C:\www\tomcat5.0) didn't help. In
any case, Windows hasn't had a problem with spaces in directory names since
Win2K, so I'd be surprised if that were truly the problem.

There are a zillion programs that use Windows installers successfully, and
if I read the mail archives correctly, Tomcat didn't used to have this
problem in versions prior to 5.0.19.

Does the installation process actually transfer control to the JVM partway
through (which is what "Using jvm jvm.dll" implies)? If so, what would
prevent that transfer of control to the JVM? I've successfully compiled and
run Java applications in WSAD/Eclipse on this machine, so there is nothing
inherent in my Windows setup that is JVM-unfriendly. Perhaps there's a fix
around the corner?

Steve






-Jason Bainbridge <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: Jason Bainbridge <[EMAIL PROTECTED]>
Date: 2005-02-28 08:37PM
Subject: Re: Installation problems on Windows

On Mon, 28 Feb 2005 17:26:31 -0800, [EMAIL PROTECTED]
wrote:
>
> I hope this message makes it to the list (my Welcome email didn't include
> the examples of the proper email command syntax, only the headings...?)
>
> The Tomcat 5.x binary installer for Windows hangs at the point where it
> says it's using the dvm.dll. This is true under all the following
> circumstances:
> -Windows XP Pro, SP2
> -JRE 1.4.2_06 (picks client/dvm.dll)
> -JDK 1.4.2_07 (picks client/dvm.dll or server/dvm.dll, seemingly at
random)
> -JRE 1.4.2_07 (picks client/dvm.dll)
> -fresh install (with reboot) of each of the JDKs/JREs above
> -Tomcat 5.0.28 (should be okay with 1.4.x, right?)
> -Tomcat 5.5.4
> -Tomcat 5.5.7
> -leave the partially installed Tomcat directories and registry entries
> intact on subsequent attempts
> -remove the Tomcat directories and registry entries prior to subsequent
> attempts
> -allow Tomcat to use default installation directory (C:\Program
> Files\Apache Software Foundation\...)
> -TinyFirewall enabled, and disabled

1. dvm.dll do you mean jvm.dll? Thought it was just a typo at first
but it's consistent through your email.

2. Try installing to a directory path without spaces, Windows is
really tempermental about such things.

3. Ditch the binary installer and just download the .zip, if need be a
Windows service can be easily installed using the batch file that
comes with the .zip

4. Try explicitly setting your JAVA_HOME environment variable to point
where you want it.

One of those should set you right.

Cheers.
--

Jason Bainbridge
http://kde.org- [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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


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



RE: problem installation Tomcat

2005-03-01 Thread Allistair Crossley
Hi,

First question - I notice you are using 1.4.2 with TC 5.5 .. are you using the 
compatibility package? Else you need Java 5.0.

Allistair.

> -Original Message-
> From: Francesca [mailto:[EMAIL PROTECTED]
> Sent: 01 March 2005 14:49
> To: tomcat-user@jakarta.apache.org
> Subject: problem installation Tomcat
> 
> 
> I have this error:
> 
> Using CATALINA_BASE: C:\jakarta-tomcat-5.5.4\
> Using CATALINA_HOME: C:\jakarta-tomcat-5.5.4\
> Using CATALINA_TMPDIR: C:\jakarta-tomcat-5.5.4\\temp
> Using JAVA_HOME: C:\j2sdk1.4.2_06
> 
> log4j:WARN No appenders could be found 
> forlogger.
> log4j:WARN Please initialize the log4j system properly.
> created MBeanServer with ID: ...
> java.lang.reflect.InvocationTargetExeption
> at sun.reflect.NativeMethodAccessorImpl.invoke0
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke orImpl.java:39>
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke odAccessorImpl.java:25>
> 
> at java.lang.reflect.Method.invoke
> at org.apache.catalina.startup.Bootstrap.start
> at org.apache.catalina.startup.Bootstrap.main
> 
> Caused by: java.lang.NullPointerException
> at org.apache.catalina.startup.Catalina.await
> at org.apache.catalina.startup.Catalina.start
> 
> ..6 more
> 
> Can you help me?
> I need Tomcat to work with Cayenne!
> 
> thank you very much!!!
> chicca
> 


 
---
QAS Ltd.
Developers of QuickAddress Software
http://www.qas.com";>www.qas.com
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---



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



problem installation Tomcat

2005-03-01 Thread Francesca
I have this error:

Using CATALINA_BASE: C:\jakarta-tomcat-5.5.4\
Using CATALINA_HOME: C:\jakarta-tomcat-5.5.4\
Using CATALINA_TMPDIR: C:\jakarta-tomcat-5.5.4\\temp
Using JAVA_HOME: C:\j2sdk1.4.2_06

log4j:WARN No appenders could be found 
forlogger.
log4j:WARN Please initialize the log4j system properly.
created MBeanServer with ID: ...
java.lang.reflect.InvocationTargetExeption
at sun.reflect.NativeMethodAccessorImpl.invoke0
at sun.reflect.NativeMethodAccessorImpl.invoke
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke

at java.lang.reflect.Method.invoke
at org.apache.catalina.startup.Bootstrap.start
at org.apache.catalina.startup.Bootstrap.main

Caused by: java.lang.NullPointerException
at org.apache.catalina.startup.Catalina.await
at org.apache.catalina.startup.Catalina.start

..6 more

Can you help me?
I need Tomcat to work with Cayenne!

thank you very much!!!
chicca


Re: Installation problems on Windows

2005-03-01 Thread shenty


You're right about jvm.dll... one typo and a bunch of cut-and-paste.

None of the options you mentioned worked. Starting with using the ZIP file
directly, I apparently have some JAVA_HOME or CLASSPATH problems that
prevent the service.bat (is that the one I want to install the Windows XP
service?) from completing. I've never had to pay a lot of attention to
CLASSPATH at the Windows level, since I use WSAD/Eclipse. JAVA_HOME is new
to me, and I was counting on the installer to take care of this mundane
detail.

That said, I *did* set JAVA_HOME to both the public J2RE1.4.2_07, and the
full J2SDK1.4.2_07 on separate installer attempts, along with adding the
respective /bin directories to the Path. No go either.
Installing to a directory without spaces (C:\www\tomcat5.0) didn't help. In
any case, Windows hasn't had a problem with spaces in directory names since
Win2K, so I'd be surprised if that were truly the problem.

There are a zillion programs that use Windows installers successfully, and
if I read the mail archives correctly, Tomcat didn't used to have this
problem in versions prior to 5.0.19.

Does the installation process actually transfer control to the JVM partway
through (which is what "Using jvm jvm.dll" implies)? If so, what would
prevent that transfer of control to the JVM? I've successfully compiled and
run Java applications in WSAD/Eclipse on this machine, so there is nothing
inherent in my Windows setup that is JVM-unfriendly. Perhaps there's a fix
around the corner?

Steve






-Jason Bainbridge <[EMAIL PROTECTED]> wrote: -


To: Tomcat Users List 
From: Jason Bainbridge <[EMAIL PROTECTED]>
Date: 2005-02-28 08:37PM
Subject: Re: Installation problems on Windows

On Mon, 28 Feb 2005 17:26:31 -0800, [EMAIL PROTECTED]
wrote:
>
> I hope this message makes it to the list (my Welcome email didn't include
> the examples of the proper email command syntax, only the headings...?)
>
> The Tomcat 5.x binary installer for Windows hangs at the point where it
> says it's using the dvm.dll. This is true under all the following
> circumstances:
> -Windows XP Pro, SP2
> -JRE 1.4.2_06 (picks client/dvm.dll)
> -JDK 1.4.2_07 (picks client/dvm.dll or server/dvm.dll, seemingly at
random)
> -JRE 1.4.2_07 (picks client/dvm.dll)
> -fresh install (with reboot) of each of the JDKs/JREs above
> -Tomcat 5.0.28 (should be okay with 1.4.x, right?)
> -Tomcat 5.5.4
> -Tomcat 5.5.7
> -leave the partially installed Tomcat directories and registry entries
> intact on subsequent attempts
> -remove the Tomcat directories and registry entries prior to subsequent
> attempts
> -allow Tomcat to use default installation directory (C:\Program
> Files\Apache Software Foundation\...)
> -TinyFirewall enabled, and disabled

1. dvm.dll do you mean jvm.dll? Thought it was just a typo at first
but it's consistent through your email.

2. Try installing to a directory path without spaces, Windows is
really tempermental about such things.

3. Ditch the binary installer and just download the .zip, if need be a
Windows service can be easily installed using the batch file that
comes with the .zip

4. Try explicitly setting your JAVA_HOME environment variable to point
where you want it.

One of those should set you right.

Cheers.
--

Jason Bainbridge
http://kde.org- [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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


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



Re: Installation problems on Windows

2005-02-28 Thread Jason Bainbridge
On Mon, 28 Feb 2005 17:26:31 -0800, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 
> I hope this message makes it to the list (my Welcome email didn't include
> the examples of the proper email command syntax, only the headings...?)
> 
> The Tomcat 5.x binary installer for Windows hangs at the point where it
> says it's using the dvm.dll. This is true under all the following
> circumstances:
> -Windows XP Pro, SP2
> -JRE 1.4.2_06 (picks client/dvm.dll)
> -JDK 1.4.2_07 (picks client/dvm.dll or server/dvm.dll, seemingly at random)
> -JRE 1.4.2_07 (picks client/dvm.dll)
> -fresh install (with reboot) of each of the JDKs/JREs above
> -Tomcat 5.0.28 (should be okay with 1.4.x, right?)
> -Tomcat 5.5.4
> -Tomcat 5.5.7
> -leave the partially installed Tomcat directories and registry entries
> intact on subsequent attempts
> -remove the Tomcat directories and registry entries prior to subsequent
> attempts
> -allow Tomcat to use default installation directory (C:\Program
> Files\Apache Software Foundation\...)
> -TinyFirewall enabled, and disabled

1. dvm.dll do you mean jvm.dll? Thought it was just a typo at first
but it's consistent through your email.

2. Try installing to a directory path without spaces, Windows is
really tempermental about such things.

3. Ditch the binary installer and just download the .zip, if need be a
Windows service can be easily installed using the batch file that
comes with the .zip

4. Try explicitly setting your JAVA_HOME environment variable to point
where you want it.

One of those should set you right.

Cheers.
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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



Installation problems on Windows

2005-02-28 Thread shenty

I hope this message makes it to the list (my Welcome email didn't include
the examples of the proper email command syntax, only the headings...?)

The Tomcat 5.x binary installer for Windows hangs at the point where it
says it's using the dvm.dll. This is true under all the following
circumstances:
-Windows XP Pro, SP2
-JRE 1.4.2_06 (picks client/dvm.dll)
-JDK 1.4.2_07 (picks client/dvm.dll or server/dvm.dll, seemingly at random)
-JRE 1.4.2_07 (picks client/dvm.dll)
-fresh install (with reboot) of each of the JDKs/JREs above
-Tomcat 5.0.28 (should be okay with 1.4.x, right?)
-Tomcat 5.5.4
-Tomcat 5.5.7
-leave the partially installed Tomcat directories and registry entries
intact on subsequent attempts
-remove the Tomcat directories and registry entries prior to subsequent
attempts
-allow Tomcat to use default installation directory (C:\Program
Files\Apache Software Foundation\...)
-TinyFirewall enabled, and disabled

I found a couple other notes in the list archive from people with the same
problem but didn't see the resolution.

Other Java-related or OpenSource software installed at the time of the
Tomcat install attempt:
-SunOne (J2EE 1.4 SDK, not running)
-WSAD 5.1.2 (not running)
-Apache 2.x (service not running)
-MySQL (service not running)
-CVSNT (running)
-Oracle 9i client (includes 1.3 JRE)

Any help is much appreciated.
 S Henty


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



Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation

2005-02-16 Thread Paolo Beccari

After a reboot, it started working fine. However, I can't understand why it
was not working simply after a tomcat stop/start...

Many thanks to all
P.




-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.8 - Release Date: 14/02/2005

 

 

 --

 Email.it, the professional e-mail, gratis per te: http://www.email.it/f

 

 Sponsor:

 Mal di schiena? Le nostre panche ad inversione sono la soluzione giusta per 
te: distendono la colonna vertebrale e rilassano i muscoli. 

* 

 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2843&d=16-2

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



Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation

2005-02-15 Thread Omar Adobati
If you have downloaded the zipped version extract it in your tomcat
home and try to NOT move any files from the place they will be. I'm
quite sure it will work fine.

So, the only think you have to do is place exactelly as u find in the
zip files all the files ther are needed to make aviable the admin
webapp.

Hope this help.

===
In italiano magari te lo spiego meglio:
praticamente, se hais caricato la versione compressa dell'Admin per
tomcat, scompattala direttamente nella home di tomcat stesso e non
muovere alcun file da dove si trova. In questo modo dovrebbe
funzionare, con me l'ha fatto.

Ciao!



On Tue, 15 Feb 2005 19:55:37 +0100, Paolo Beccari <[EMAIL PROTECTED]> wrote:
> The admin.xml in $TOMCAT_HOME/conf/Catalina/localhost.
> 
> The admin webapp under $TOMCAT_HOME/server/webapps/admin.
> 
> I can see that the "Admin" application seem to be up & running from the
> Manager Console, (http://host:8081/manager/html), but the admin console is
> still not visible (http://host:8081/admin)
> 
> Thank you
> P.
> 
> - Original Message -
> From: "Omar Adobati" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" 
> Sent: Tuesday, February 15, 2005 7:03 PM
> Subject: Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation
> 
> > give more details, where did you copy the files yuo say?
> >
> >
> >
> > On Tue, 15 Feb 2005 18:12:21 +0100, Paolo Beccari <[EMAIL PROTECTED]>
> wrote:
> > >
> > > Hi there,
> > >
> > > I just installed Tomcat 5.5.7 and discovered that admin package is no
> longer
> > > installed by default.
> > > So, I downloaded it and copied the files. But when trying to access to
> the
> > > admin page tomcat is still saying that " Tomcat's administration web
> > > application is no longer installed by default. Download and install the
> > > "admin" package to use it.".
> > >
> > > Any ideas?
> > >
> >
> > --
> > Adobati Omar
> > [EMAIL PROTECTED]
> >
> 
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 265.8.8 - Release Date: 14/02/2005
> 
> --
> 
> Email.it, the professional e-mail, gratis per te: http://www.email.it/f
> 
> Sponsor:
> 
> Videogiochi PS2 XBOX GCUBE GBA a prezzi pazzeschi! Provare per credere!
> 
> * Risparmia fino a 10 euro su ogni gioco, spedizione in 24h a casa tua!
> 
> Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2459&d=15-2
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Adobati Omar
[EMAIL PROTECTED]

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



Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation

2005-02-15 Thread sven morales
Hi,
   When you say you admin is not visible, what do you
actually see and if any errors at all?  Check your
admin.xml and post it please.

aka_sergio
--- Paolo Beccari <[EMAIL PROTECTED]> wrote:

> The admin.xml in
> $TOMCAT_HOME/conf/Catalina/localhost.
> 
> The admin webapp under
> $TOMCAT_HOME/server/webapps/admin.
> 
> I can see that the "Admin" application seem to be up
> & running from the
> Manager Console, (http://host:8081/manager/html),
> but the admin console is
> still not visible (http://host:8081/admin)
> 
> Thank you
> P.
> 
> 
> - Original Message - 
> From: "Omar Adobati" <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> 
> Sent: Tuesday, February 15, 2005 7:03 PM
> Subject: Re: [TOMCAT 5.5.7][WIN 2K] Help with admin
> package installation
> 
> 
> > give more details, where did you copy the files
> yuo say?
> >
> >
> >
> > On Tue, 15 Feb 2005 18:12:21 +0100, Paolo Beccari
> <[EMAIL PROTECTED]>
> wrote:
> > >
> > > Hi there,
> > >
> > > I just installed Tomcat 5.5.7 and discovered
> that admin package is no
> longer
> > > installed by default.
> > > So, I downloaded it and copied the files. But
> when trying to access to
> the
> > > admin page tomcat is still saying that "
> Tomcat's administration web
> > > application is no longer installed by default.
> Download and install the
> > > "admin" package to use it.".
> > >
> > > Any ideas?
> > >
> >
> > -- 
> > Adobati Omar
> > [EMAIL PROTECTED]
> >
> 
> 
> 
> -- 
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 265.8.8 - Release
> Date: 14/02/2005
> 
>  
>  
>  --
>  Email.it, the professional e-mail, gratis per te:
> http://www.email.it/f
>  
>  Sponsor:
>  Videogiochi PS2 XBOX GCUBE GBA a prezzi pazzeschi!
> Provare per credere!
> * Risparmia fino a 10 euro su ogni gioco, spedizione
> in 24h a casa tua!
>  Clicca qui:
>
http://adv.email.it/cgi-bin/foclick.cgi?mid=2459&d=15-2
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 




__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250

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



Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation

2005-02-15 Thread Paolo Beccari
The admin.xml in $TOMCAT_HOME/conf/Catalina/localhost.

The admin webapp under $TOMCAT_HOME/server/webapps/admin.

I can see that the "Admin" application seem to be up & running from the
Manager Console, (http://host:8081/manager/html), but the admin console is
still not visible (http://host:8081/admin)

Thank you
P.


- Original Message - 
From: "Omar Adobati" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Tuesday, February 15, 2005 7:03 PM
Subject: Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation


> give more details, where did you copy the files yuo say?
>
>
>
> On Tue, 15 Feb 2005 18:12:21 +0100, Paolo Beccari <[EMAIL PROTECTED]>
wrote:
> >
> > Hi there,
> >
> > I just installed Tomcat 5.5.7 and discovered that admin package is no
longer
> > installed by default.
> > So, I downloaded it and copied the files. But when trying to access to
the
> > admin page tomcat is still saying that " Tomcat's administration web
> > application is no longer installed by default. Download and install the
> > "admin" package to use it.".
> >
> > Any ideas?
> >
>
> -- 
> Adobati Omar
> [EMAIL PROTECTED]
>



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.8 - Release Date: 14/02/2005

 

 

 --

 Email.it, the professional e-mail, gratis per te: http://www.email.it/f

 

 Sponsor:

 Videogiochi PS2 XBOX GCUBE GBA a prezzi pazzeschi! Provare per credere!

* Risparmia fino a 10 euro su ogni gioco, spedizione in 24h a casa tua!

 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2459&d=15-2

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



Re: [TOMCAT 5.5.7][WIN 2K] Help with admin package installation

2005-02-15 Thread Omar Adobati
give more details, where did you copy the files yuo say?



On Tue, 15 Feb 2005 18:12:21 +0100, Paolo Beccari <[EMAIL PROTECTED]> wrote:
> 
> Hi there,
> 
> I just installed Tomcat 5.5.7 and discovered that admin package is no longer
> installed by default.
> So, I downloaded it and copied the files. But when trying to access to the
> admin page tomcat is still saying that " Tomcat's administration web
> application is no longer installed by default. Download and install the
> "admin" package to use it.".
> 
> Any ideas?
> 
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 265.8.8 - Release Date: 14/02/2005
> 
> --
> 
> Email.it, the professional e-mail, gratis per te: http://www.email.it/f
> 
> Sponsor:
> 
> Biscotti perfetti? Metti la pasta dentro allo Sparabiscotti e...click 
> click... biscotti pronti per essere infornati!
> 
> Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2745&d=15-2
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Adobati Omar
[EMAIL PROTECTED]

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



[TOMCAT 5.5.7][WIN 2K] Help with admin package installation

2005-02-15 Thread Paolo Beccari

Hi there,

I just installed Tomcat 5.5.7 and discovered that admin package is no longer
installed by default.
So, I downloaded it and copied the files. But when trying to access to the
admin page tomcat is still saying that " Tomcat's administration web
application is no longer installed by default. Download and install the
"admin" package to use it.".

Any ideas?




-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.8 - Release Date: 14/02/2005

 

 

 --

 Email.it, the professional e-mail, gratis per te: http://www.email.it/f

 

 Sponsor:

 Biscotti perfetti? Metti la pasta dentro allo Sparabiscotti e...click click... 
biscotti pronti per essere infornati!

 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2745&d=15-2

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



Re: Tomcat 5.5 Package installation Administration

2005-01-27 Thread David Smith
The admin webapp should be placed in $TOMCAT_HOME/server/webapps right 
next to the manager webapp instead of in the general 
$TOMCAT_HOME/webapps directory.  The admin.xml file is written to look 
for it here.

--David
Edmon Begoli wrote:
Susan,
Download the admin package available on the Tomcat main site
Unzip the contents in the webapps directory under the root directory 
of your Tomcat 5.5.x installation

Change tomcat-users.xml file - add user and role admin with password 
admin, or add role admin, and add that role to any existing user

Start up the tomcat
Go to http://yourserver:8080/admin
Login as e.g admin/admin
Regards,
Edmon Begoli
http://blogs.ittoolbox.com/eai/software
Susan G. Conger wrote:
Hi,
I am new to Tomcat.  I have it installed using the Tomcat5.5.4.exe.  
However
this doesn't include the Administration package.  I am having trouble
figuring out exactly how to install the administration package.  I have
searched the web and I have not found any information on how to 
install the
extra packages that are not included with Tomcat in version 5.5.  Can
someone please send me the steps?

Thanks,
Susan
==
Susan G. Conger Custom Windows & Macintosh Development
PresidentWeb Site Design & Development
YOERIC Corporation   Database Design & Development
256 Windy Ridge Road
Chapel Hill, NC  27517
Phone/Fax: (919)542-0071
[EMAIL PROTECTED]
www.yoeric.com

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

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


Re: Tomcat 5.5 Package installation Administration

2005-01-27 Thread Edmon Begoli
Susan,
Download the admin package available on the Tomcat main site
Unzip the contents in the webapps directory under the root directory of 
your Tomcat 5.5.x installation

Change tomcat-users.xml file - add user and role admin with password 
admin, or add role admin, and add that role to any existing user

Start up the tomcat
Go to http://yourserver:8080/admin
Login as e.g admin/admin
Regards,
Edmon Begoli
http://blogs.ittoolbox.com/eai/software
Susan G. Conger wrote:
Hi,
I am new to Tomcat.  I have it installed using the Tomcat5.5.4.exe.  However
this doesn't include the Administration package.  I am having trouble
figuring out exactly how to install the administration package.  I have
searched the web and I have not found any information on how to install the
extra packages that are not included with Tomcat in version 5.5.  Can
someone please send me the steps?
Thanks,
Susan
==
Susan G. Conger Custom Windows & Macintosh Development
PresidentWeb Site Design & Development
YOERIC Corporation   Database Design & Development
256 Windy Ridge Road
Chapel Hill, NC  27517
Phone/Fax: (919)542-0071
[EMAIL PROTECTED]
www.yoeric.com

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

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


Tomcat 5.5 Package installation Administration

2005-01-27 Thread Susan G. Conger
Hi,

I am new to Tomcat.  I have it installed using the Tomcat5.5.4.exe.  However
this doesn't include the Administration package.  I am having trouble
figuring out exactly how to install the administration package.  I have
searched the web and I have not found any information on how to install the
extra packages that are not included with Tomcat in version 5.5.  Can
someone please send me the steps?

Thanks,
Susan

==
Susan G. Conger Custom Windows & Macintosh Development
PresidentWeb Site Design & Development
YOERIC Corporation   Database Design & Development
256 Windy Ridge Road
Chapel Hill, NC  27517
Phone/Fax: (919)542-0071
[EMAIL PROTECTED]
www.yoeric.com
 



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



regarding tomcat installation on linux platform

2005-01-22 Thread sravanthi
Sir,
I have installed jakartha-tomcat latest version in /usr/local/tomcat
directory and I have my own local environment /home/saangare/ in
linux.
I have changed the context path(docBase to /home/saangare/sravanthi)
in server.xml of tomcat/conf , So i could able to open the html files
that are in 'sravanthi' directory in the browser(
http://localhost:8080/sravanthi/index.html). Upto this is fine, now my
directory structure is
sravanthi/WEB-INF
|
  classes/ servlet files
  lib
I have set CATALINA_HOME to tomcat and JAVA_HOME to jdk1.5.0.. and
CLASSPATH to tomcat/common/lib/servlet-api.jar:
home/saangare/sravanthi,
I could able to compile the servlets that I wrote (that are placed in
sravanthi/WEB-INF/classes) but when I tried to open
(http://localhost:8080/sravanthi/servlet/someservletprogram) I got an
error stating resource not found.
I tried even uncommenting the servlet invoker line in web.xml of
tomcat/conf (as specified) it din't worked.
So How can I make my servlet run, if i create a web.xml in
/home/saangare/sravanthi/WEB-INF and map the servlets will this work,
if so how does my servlets are related to this. I mean how does the
server know that they have mapped in web.xml . If I got to use web.xml
what is that I need to write in that file.
Please help me out and please be clear.
Awaiting for your reply, unless i am done with this I can't start my
project.. do REPLY IMMEDIATELY
Thanking you,
--
Sravanthi
",0]);D(["ce"]);//-->Sravanthi



-sravanthi

Yahoo! India Matrimony: Find your life partneronline.

  1   2   3   4   5   6   7   8   9   10   >