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 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]