who can help me with puretls.jar ???

2002-12-13 Thread Jean-Luc BEAUDET
 Hi all,

I finally got my new 4.1.12 rel compiled and running.

Unfortunately, i had to comment out all the lines concerning 
puretls.jar; i don't know where i can get it downloaded.

Any help welcome, thanks in advance.

Jean-Luc :O)




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



RE: who can help me with puretls.jar ???

2002-12-13 Thread David Rayroud
You can find puretls.jar on this adress :
http://jpackage.sourceforge.net/rpm2html/free/RPMS/puretls-0.9-0.b2.1jpp.noa
rch.html

David Rayroud

-Message d'origine-
De : Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]]
Envoyé : vendredi, 13. décembre 2002 11:16
À : tomcat-user
Objet : who can help me with puretls.jar ???

  Hi all,

I finally got my new 4.1.12 rel compiled and running.

Unfortunately, i had to comment out all the lines concerning
puretls.jar; i don't know where i can get it downloaded.

Any help welcome, thanks in advance.

Jean-Luc :O)




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


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




Who can help ???

2002-11-18 Thread Jean-Luc BEAUDET
Hi all,

Runnin' Tomcat 4.0.2 and Apache 1.3.26 on SOLARIS 8 in Production.

I'd like to get /webapp-info/ secured by login/password - even BASIC -
when asked by

http://my.sever.com/webapp-info/

Any help welcome.

Jean-Luc B :O)




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




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




Re: Who can help ???

2002-11-18 Thread Manavendra Gupta
Did you try using the '.htaccess' from apache?

Manav.
- Original Message -
From: Jean-Luc BEAUDET [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]; tomcat-user
[EMAIL PROTECTED]
Sent: Monday, November 18, 2002 8:52 PM
Subject: Who can help ???


  Hi all,

 Runnin' Tomcat 4.0.2 and Apache 1.3.26 on SOLARIS 8 in Production.

 I'd like to get /webapp-info/ secured by login/password - even BASIC -
 when asked by

 http://my.sever.com/webapp-info/

 Any help welcome.

 Jean-Luc B :O)




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




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



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




RE: Who can help ???

2002-11-18 Thread mech
Think that won't work because Apache sends the request to Tomcat without
checking any access file from Apache side.

Checkout the examples webapp from Tomcat and have a look at the
/jsp/security/ directory. 
Have a look into the examples webapp's web.xml file for the realm setup
(also see tomcat documentation for realm howto). 
You can set users, roles and passwords within tomcat-user.xml in /conf/
directory.

Hope that gives you some hint where to look for.

mech

 -Original Message-
 From: Manavendra Gupta [mailto:[EMAIL PROTECTED]] 
 Sent: Montag, 18. November 2002 16:34
 To: Tomcat Users List
 Subject: Re: Who can help ???
 
 
 Did you try using the '.htaccess' from apache?
 
 Manav.
 - Original Message -
 From: Jean-Luc BEAUDET [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]; 
 tomcat-user [EMAIL PROTECTED]
 Sent: Monday, November 18, 2002 8:52 PM
 Subject: Who can help ???
 
 
   Hi all,
 
  Runnin' Tomcat 4.0.2 and Apache 1.3.26 on SOLARIS 8 in Production.
 
  I'd like to get /webapp-info/ secured by login/password - 
 even BASIC - 
  when asked by
 
  http://my.sever.com/webapp-info/
 
  Any help welcome.
 
  Jean-Luc B :O)
 
 
 
 
  --
  To unsubscribe, e-mail: 
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail: 
  mailto:[EMAIL PROTECTED]
 
 
 
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe, e-mail:   
 mailto:tomcat-user- [EMAIL PROTECTED]
 For 
 additional commands, 
 e-mail: mailto:[EMAIL PROTECTED]
 


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




RE: Who can help ???

2002-11-18 Thread Collins, Jim
I use this in the httpd.conf file:

Location /webapp-info
   AuthType Basic
   AuthName MyRealm
   LDAPAuth On
   LDAPBase o=MyComp.com
   LDAPServer ldap://ldap:389/
   LDAPuseridAttr uid
   LDAPSearchMode subtree
   require valid-user
/Location

Regards

Jim.

 -Original Message-
 From: mech [mailto:[EMAIL PROTECTED]]
 Sent: 18 November 2002 15:33
 To: 'Tomcat Users List'
 Subject: RE: Who can help ???
 
 
 Think that won't work because Apache sends the request to 
 Tomcat without
 checking any access file from Apache side.
 
 Checkout the examples webapp from Tomcat and have a look at the
 /jsp/security/ directory. 
 Have a look into the examples webapp's web.xml file for the 
 realm setup
 (also see tomcat documentation for realm howto). 
 You can set users, roles and passwords within tomcat-user.xml 
 in /conf/
 directory.
 
 Hope that gives you some hint where to look for.
 
 mech
 
  -Original Message-
  From: Manavendra Gupta [mailto:[EMAIL PROTECTED]] 
  Sent: Montag, 18. November 2002 16:34
  To: Tomcat Users List
  Subject: Re: Who can help ???
  
  
  Did you try using the '.htaccess' from apache?
  
  Manav.
  - Original Message -
  From: Jean-Luc BEAUDET [EMAIL PROTECTED]
  To: Tomcat Users List [EMAIL PROTECTED]; 
  tomcat-user [EMAIL PROTECTED]
  Sent: Monday, November 18, 2002 8:52 PM
  Subject: Who can help ???
  
  
Hi all,
  
   Runnin' Tomcat 4.0.2 and Apache 1.3.26 on SOLARIS 8 in Production.
  
   I'd like to get /webapp-info/ secured by login/password - 
  even BASIC - 
   when asked by
  
   http://my.sever.com/webapp-info/
  
   Any help welcome.
  
   Jean-Luc B :O)
  
  
  
  
   --
   To unsubscribe, e-mail: 
   mailto:[EMAIL PROTECTED]
   For additional commands, e-mail: 
   mailto:[EMAIL PROTECTED]
  
  
  
  
   --
   To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
   For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
  
  
  
  --
  To unsubscribe, e-mail:   
  mailto:tomcat-user- [EMAIL PROTECTED]
  For 
  additional commands, 
  e-mail: mailto:[EMAIL PROTECTED]
  
 
 
 --
 To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


PLEASE READ: The information contained in this email is confidential
and intended for the named recipient(s) only. If you are not an intended
recipient of this email you must not copy, distribute or take any 
further action in reliance on it and you should delete it and notify the
sender immediately. Email is not a secure method of communication and 
Nomura International plc cannot accept responsibility for the accuracy
or completeness of this message or any attachment(s). Please examine this
email for virus infection, for which Nomura International plc accepts
no responsibility. If verification of this email is sought then please
request a hard copy. Unless otherwise stated any views or opinions
presented are solely those of the author and do not represent those of
Nomura International plc. This email is intended for informational
purposes only and is not a solicitation or offer to buy or sell
securities or related financial instruments. Nomura International plc is
regulated by the Financial Services Authority and is a member of the
London Stock Exchange.



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




Re: Who can help ???

2002-11-18 Thread Jean-Luc BEAUDET
 Yep !

Thanks to all of you.

I have the answer to my question.
I had a kind of issue like this of Jim, but i was just thinking it would 
have been possible to
authenticate teh same way than /manager: ie. with the authentication 
system of Tomcat not of Apache.


I do appreciate yur help.

Best regards.
Jean-Luc B :O)




Jean-Luc BEAUDET wrote:

Hi all,

Runnin' Tomcat 4.0.2 and Apache 1.3.26 on SOLARIS 8 in Production.

I'd like to get /webapp-info/ secured by login/password - even BASIC -
when asked by

http://my.sever.com/webapp-info/

Any help welcome.

Jean-Luc B :O)




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




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






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




Who can help me??

2001-02-09 Thread mariano.scardino

I'm a Java Developer,my name is Mariano Scardino.
Now I need to work with JSP and so I would use TOMCAT.I downloaded it I made something 
to configure it(directory structure,modify to server.xml file,update the path for 
JAVA_HOME and TOMCAT_HOME in the tomcat.bat).
However:I can see the index at "http://localhost:8080/index.htm" and also use the 
examples of JSP:they work!but when I try to make my JSpage it doesen't work!!I 
think it's a problem of startup.bat or tomcat.bat.Who can help me?PLEASEE!!!



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




Who can help me??you can see the error showed me in startup execution

2001-02-09 Thread mariano.scardino

I'm a Java Developer,my name is Mariano Scardino.
Now I need to work with JSP and so I would use TOMCAT.I downloaded it I made something 
to configure it(directory structure,modify to server.xml file,update the path for 
JAVA_HOME and TOMCAT_HOME in the tomcat.bat).
However:I can see the index at "http://localhost:8080/index.htm" and also use the 
examples of JSP:they work!but when I try to make my JSpage it doesen't work!!I 
think it's a problem of startup.bat or tomcat.bat.I attacched a file in wich you can 
see the error showed me in startup execution.Who can help me?PLEASEE!!!



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




Who can help me??

2001-02-09 Thread mariano.scardino

I'm a Java Developer,my name is Mariano Scardino.
Now I need to work with JSP and so I would use TOMCAT.I downloaded it I made 
something to configure it(directory structure,modify to server.xml file,update 
the path for JAVA_HOME and TOMCAT_HOME in the tomcat.bat).
However:I can see the index at "http://localhost:8080/index.htm" and also use 
the examples of JSP:they work!but when I try to make my JSpage it doesen't 
work!!I think it's a problem of startup.bat or tomcat.bat.Here is the message I 
see in the secon window when I execute startup.bat:

Starting tomcat. Check logs/tomcat.log for error messages
2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /admin )
2001-02-09 12:56:55 - ContextManager: Adding context Ctx( )
2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /test )
Error generating automatic apache configuration java.lang.NullPointerException:

java.lang.NullPointerException:
at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
at org.apache.tomcat.task.ApacheConfig.execute(Compiled Code)
at 
org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:217
)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
Error generating automatic Netscape configuration 
java.lang.NullPointerException
:
java.lang.NullPointerException:
at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
at org.apache.tomcat.task.NSConfig.execute(Compiled Code)
at 
org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:229
)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
2001-02-09 12:56:56 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2001-02-09 12:56:56 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007


Who can help 
me?
THANK you




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




Re: Who can help me??

2001-02-09 Thread Arunas Andriulaitis

what tomcat version do you use?

try to place jsp files in tomcat/webbapps/root directory
and then try to get jsp files from your browser.

Arunas Andriulaitis
Programmer
No Magic
Gedimino g. 47-407, 3000 Kaunas
P.O. box 2166, LT-3000, Kaunas
Phone: +370 7 324032 Fax: +370 7 320670
e-mail: [EMAIL PROTECTED]
WWW: http://www.nomagic.com


 I'm a Java Developer,my name is Mariano Scardino.
 Now I need to work with JSP and so I would use TOMCAT.I downloaded it I
made
 something to configure it(directory structure,modify to server.xml
file,update
 the path for JAVA_HOME and TOMCAT_HOME in the tomcat.bat).
 However:I can see the index at "http://localhost:8080/index.htm" and also
use
 the examples of JSP:they work!but when I try to make my JSpage it
doesen't
 work!!I think it's a problem of startup.bat or tomcat.bat.Here is the
message I
 see in the secon window when I execute startup.bat:

 Starting tomcat. Check logs/tomcat.log for error messages
 2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /admin )
 2001-02-09 12:56:55 - ContextManager: Adding context Ctx( )
 2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /test )
 Error generating automatic apache configuration
java.lang.NullPointerException:

 java.lang.NullPointerException:
 at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
 at org.apache.tomcat.task.ApacheConfig.execute(Compiled Code)
 at
 org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:217
 )
 at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
 at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
 Error generating automatic Netscape configuration
 java.lang.NullPointerException
 :
 java.lang.NullPointerException:
 at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
 at org.apache.tomcat.task.NSConfig.execute(Compiled Code)
 at
 org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:229
 )
 at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
 at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
 2001-02-09 12:56:56 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
 2001-02-09 12:56:56 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007


 Who can help
 me?
 THANK you




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


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




RE: Who can help me??

2001-02-09 Thread John Coonrod

I'm sure there is a better solution, but what I did was just put my jsps in 
the examples folder!

= Original Message from [EMAIL PROTECTED] at 2/09/01 8:34 
am
I'm a Java Developer,my name is Mariano Scardino.
Now I need to work with JSP and so I would use TOMCAT.I downloaded it I made
something to configure it(directory structure,modify to server.xml file,update
the path for JAVA_HOME and TOMCAT_HOME in the tomcat.bat).
However:I can see the index at "http://localhost:8080/index.htm" and also use
the examples of JSP:they work!but when I try to make my JSpage it doesen't
work!!I think it's a problem of startup.bat or tomcat.bat.Here is the message I
see in the secon window when I execute startup.bat:

Starting tomcat. Check logs/tomcat.log for error messages
2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /admin )
2001-02-09 12:56:55 - ContextManager: Adding context Ctx( )
2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /test )
Error generating automatic apache configuration java.lang.NullPointerException:

java.lang.NullPointerException:
at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
at org.apache.tomcat.task.ApacheConfig.execute(Compiled Code)
at
org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:217
)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
Error generating automatic Netscape configuration
java.lang.NullPointerException
:
java.lang.NullPointerException:
at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
at org.apache.tomcat.task.NSConfig.execute(Compiled Code)
at
org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:229
)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
2001-02-09 12:56:56 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2001-02-09 12:56:56 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007


Who can help
me?
THANK you




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


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




RE: Who can help me??

2001-02-09 Thread Jefferson Oliveira Andrade

You must change the $TOMCAT_HOME/conf/server.xml and add an entry like this:

context 
path="/appname"
docBase="Z:/masterdir/apphome"
crossContext="true"
debug="0"
reloadable="true"/

Where "appname" is the virtual name of your application. It will be accessed
as "http://www.yoursite.abc:8080/appname". For some weird reason it does not
seams to work on Windows if you start Tomcat as a service, but it does work
if you start it by the comman line.

Your application must have a sub-directory WEB-INT like:

Z:\masterdir\apphome\WEB-INF\web.xml
Z:\masterdir\apphome\WEB-INF\classes\*.class
Z:\masterdir\apphome\WEB-INF\lib\*.jar

J. Andrade.

P.S. If someone knows how to make it works with tomcat running as a service,
and how to make it to be dinamicaly recognized by the server I whould like
to hear about it.

-Original Message-
From: John Coonrod [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 09, 2001 11:45 AM
To: [EMAIL PROTECTED]
Subject: RE: Who can help me??


I'm sure there is a better solution, but what I did was just put my jsps in 
the examples folder!

= Original Message from [EMAIL PROTECTED] at 2/09/01 8:34 
am
I'm a Java Developer,my name is Mariano Scardino.
Now I need to work with JSP and so I would use TOMCAT.I downloaded it I
made
something to configure it(directory structure,modify to server.xml
file,update
the path for JAVA_HOME and TOMCAT_HOME in the tomcat.bat).
However:I can see the index at "http://localhost:8080/index.htm" and also
use
the examples of JSP:they work!but when I try to make my JSpage it
doesen't
work!!I think it's a problem of startup.bat or tomcat.bat.Here is the
message I
see in the secon window when I execute startup.bat:

Starting tomcat. Check logs/tomcat.log for error messages
2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /admin )
2001-02-09 12:56:55 - ContextManager: Adding context Ctx( )
2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /test )
Error generating automatic apache configuration
java.lang.NullPointerException:

java.lang.NullPointerException:
at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
at org.apache.tomcat.task.ApacheConfig.execute(Compiled Code)
at
org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:217
)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
Error generating automatic Netscape configuration
java.lang.NullPointerException
:
java.lang.NullPointerException:
at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
at org.apache.tomcat.task.NSConfig.execute(Compiled Code)
at
org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:229
)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
2001-02-09 12:56:56 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
2001-02-09 12:56:56 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007


Who can help
me?
THANK you




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


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

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




Re: Re: Who can help me??

2001-02-09 Thread mariano.scardino

The version is 3.2.1
 
 Da: "Arunas Andriulaitis" [EMAIL PROTECTED]
 Data: 2001/02/09 Fri PM 03:41:58 GMT
 A: [EMAIL PROTECTED]
 Oggetto: Re: Who can help me??
 
 what tomcat version do you use?
 
 try to place jsp files in tomcat/webbapps/root directory
 and then try to get jsp files from your browser.
 
 Arunas Andriulaitis
 Programmer
 No Magic
 Gedimino g. 47-407, 3000 Kaunas
 P.O. box 2166, LT-3000, Kaunas
 Phone: +370 7 324032 Fax: +370 7 320670
 e-mail: [EMAIL PROTECTED]
 WWW: http://www.nomagic.com
 
 
  I'm a Java Developer,my name is Mariano Scardino.
  Now I need to work with JSP and so I would use TOMCAT.I downloaded it I
 made
  something to configure it(directory structure,modify to server.xml
 file,update
  the path for JAVA_HOME and TOMCAT_HOME in the tomcat.bat).
  However:I can see the index at "http://localhost:8080/index.htm" and also
 use
  the examples of JSP:they work!but when I try to make my JSpage it
 doesen't
  work!!I think it's a problem of startup.bat or tomcat.bat.Here is the
 message I
  see in the secon window when I execute startup.bat:
 
  Starting tomcat. Check logs/tomcat.log for error messages
  2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /admin )
  2001-02-09 12:56:55 - ContextManager: Adding context Ctx( )
  2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /test )
  Error generating automatic apache configuration
 java.lang.NullPointerException:
 
  java.lang.NullPointerException:
  at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
  at org.apache.tomcat.task.ApacheConfig.execute(Compiled Code)
  at
  org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:217
  )
  at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
  at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
  Error generating automatic Netscape configuration
  java.lang.NullPointerException
  :
  java.lang.NullPointerException:
  at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
  at org.apache.tomcat.task.NSConfig.execute(Compiled Code)
  at
  org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:229
  )
  at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
  at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
  2001-02-09 12:56:56 - PoolTcpConnector: Starting HttpConnectionHandler on
 8080
  2001-02-09 12:56:56 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
 8007
 
 
  Who can help
  me?
  THANK you
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 
 



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




Re:RE: Who can help me??

2001-02-09 Thread DIEGO RODRIGO


In fact, Tomcat running as a service in NT does recognize contexts defined in
that way. The problem with your configuration seems to be that you're
referencing a drive called 'Z' , which (I guess) is not in your local machine.
When a service runs, the machine doesn't have the network drive or directory
mappings that you have (as a user of the system), so it will be unable to know
what drive 'Z' means. Please try it with a local directory.

bye.
diego.


--
Diego Rodrigo
Vates S.A.
[EMAIL PROTECTED]
+54(11)4346-6658


Reply Separator
Subject:RE: Who can help me??
Author: [EMAIL PROTECTED]
Date:   09/02/2001 3:21 PM


Your application must have a sub-directory WEB-INT like:

Z:\masterdir\apphome\WEB-INF\web.xml
Z:\masterdir\apphome\WEB-INF\classes\*.class
Z:\masterdir\apphome\WEB-INF\lib\*.jar

J. Andrade.

P.S. If someone knows how to make it works with tomcat running as a service,
and how to make it to be dinamicaly recognized by the server I whould like
to hear about it.

-Original Message-
From: John Coonrod [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 09, 2001 11:45 AM
To: [EMAIL PROTECTED]
Subject: RE: Who can help me??


I'm sure there is a better solution, but what I did was just put my jsps in
the examples folder!

= Original Message from [EMAIL PROTECTED] at 2/09/01 8:34
am
I'm a Java Developer,my name is Mariano Scardino.
Now I need to work with JSP and so I would use TOMCAT.I downloaded it I
made
something to configure it(directory structure,modify to server.xml
file,update
the path for JAVA_HOME and TOMCAT_HOME in the tomcat.bat).
However:I can see the index at "http://localhost:8080/index.htm" and also
use
the examples of JSP:they work!but when I try to make my JSpage it
doesen't
work!!I think it's a problem of startup.bat or tomcat.bat.Here is the
message I
see in the secon window when I execute startup.bat:

Starting tomcat. Check logs/tomcat.log for error messages
2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /admin )
2001-02-09 12:56:55 - ContextManager: Adding context Ctx( )
2001-02-09 12:56:55 - ContextManager: Adding context Ctx( /test )
Error generating automatic apache configuration
java.lang.NullPointerException:

java.lang.NullPointerException:
at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
at org.apache.tomcat.task.ApacheConfig.execute(Compiled Code)
at
org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:217
)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
Error generating automatic Netscape configuration
java.lang.NullPointerException
:
java.lang.NullPointerException:
at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)
at org.apache.tomcat.task.NSConfig.execute(Compiled Code)
at
org.apache.tomcat.startup.Tomcat.generateServerConfig(Tomcat.java:229
)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:200)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
2001-02-09 12:56:56 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
2001-02-09 12:56:56 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007


Who can help
me?
THANK you




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


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

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

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