create a keystore without user prompting

2007-08-31 Thread oj

Hi,

I want to make batch file which will create a keystore file but after
calling this 

keytool -genkey -alias tomcat -keyalg RSA

there will be a user prompt for my user name and such things. Does anyone
know how i can skip those prompts or can I set those values with additonal
parameters. I searched through the JDK Docu but I could not find it..


Thanks



-- 
View this message in context: 
http://www.nabble.com/create-a-keystore-without-user-prompting-tf4359949.html#a12425671
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



how to list all the current webapps of the tomcat into a text file

2007-07-30 Thread oj

Hi,

is it possible to list all the currently installed  webapps into a file? I
want to write a update software for my application so I need the information
which webapps are running, does anyone know if i can query this information
via the command line?

Thanks
-- 
View this message in context: 
http://www.nabble.com/how-to-list-all-the-current-webapps-of-the-tomcat-into-a-text-file-tf4169697.html#a11862471
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: how to list all the current webapps of the tomcat into a text file

2007-07-30 Thread oj

Hi,

just want to thank you both for your help!!!


David Smith-2 wrote:
 
 If you look at 
 http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#JMX%20Query%20command
 
 or the equivalent for your specific version of tomcat, you'll see you 
 can do this:
 
 http://localhost:8080/manager/list
 
 and it works just as well using curl or wget as it does with a full web 
 client like Firefox.
 
 --David
 
 oj wrote:
 
Hi,

is it possible to list all the currently installed  webapps into a file? I
want to write a update software for my application so I need the
information
which webapps are running, does anyone know if i can query this
information
via the command line?

Thanks
  

 
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/how-to-list-all-the-current-webapps-of-the-tomcat-into-a-text-file-tf4169697.html#a11865192
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



where can I define if a webapp will startup or not

2007-05-25 Thread oj

Hi,


I'm looking for the opportunity to enable or disable a webapp for startup. I
have an application which I can disable during the tomcat is running, and if
this happens I want that this state is persistent also for a tomcat restart,
but I do not know where I can define this.

I just found the load on startup tag in the web.xml but it seems that this
will be used for ordering the webapp start.

Thanks for your help
-- 
View this message in context: 
http://www.nabble.com/where-can-I-define-if-a-webapp-will-startup-or-not-tf3814492.html#a10797903
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: how to recompile procrun/tomcat5 into 64 bit Version

2007-05-21 Thread oj

Hi, 

I downloaded the amd 64 bit version and tried to install and start the
service but it does not work. It occures a message that the tomcat5.exe is
incompatible with the 64bit operating system

David Delbecq-2 wrote:
 
 oj a écrit :
 Hi,

 I read a lot that it is possible to run the tomcat5 on a 64bit system.
 Because I want to migrate my apps on a 64bit windows 2003 server so I
 need
 to recompile the tomcat5 but I do not really have clue how to start.
   
 Only procrun need to be compiled form amd64, the tomcat itself is java
 and as such don't need recompilation for platform. Procrun is needed
 only if your ant to run tomcat as service.
 And there is already binary tomcat procrun for AMD64:
 http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/bin/amd64/
 and for ia64:
 http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/bin/ia64/
 
 You can see details about procrun here:
 http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/README.txt?view=markup
 It would be nice if someone could give me a how to in that case. Which
 files
 do I have to download? do I have to change something in the source code?
 How
 do I recomplile ?

 Thanks
   
 
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/how-to-recompile-procrun-tomcat5-into-64-bit-Version-tf3764235.html#a10714310
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



how to recompile procrun/tomcat5 into 64 bit Version

2007-05-16 Thread oj

Hi,

I read a lot that it is possible to run the tomcat5 on a 64bit system.
Because I want to migrate my apps on a 64bit windows 2003 server so I need
to recompile the tomcat5 but I do not really have clue how to start.

It would be nice if someone could give me a how to in that case. Which files
do I have to download? do I have to change something in the source code? How
do I recomplile ?

Thanks
-- 
View this message in context: 
http://www.nabble.com/how-to-recompile-procrun-tomcat5-into-64-bit-Version-tf3764235.html#a10640548
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]