want to control winamp from servlet

2006-09-10 Thread rahulgarg
helo evry boby i want to knw how can i control external application like wainap from a servlet external databases can be accessed by tomcat y cant external application can u plz tel me hw can i acess apllication outside server space plz -- View this message in context:

want to control winamp from servlet

2006-09-10 Thread rahulgarg
helo evry boby i want to knw how can i control external application like wainap from a servlet external databases can be accessed by tomcat y cant external application can u plz tel me hw can i acess apllication outside server space plz -- View this message in context:

Re: want to control winamp from servlet

2006-09-10 Thread Kristian Rink
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 rahulgarg schrieb: helo evry boby i want to knw how can i control external application like wainap from a servlet external databases can be accessed by tomcat y cant external application can u plz tel me hw can i acess apllication outside

Re: want to control winamp from servlet

2006-09-10 Thread rahulgarg
Kristian Rink wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 rahulgarg schrieb: helo evry boby i want to knw how can i control external application like wainap from a servlet external databases can be accessed by tomcat y cant external application can u plz tel me hw can i

Re: want to control winamp from servlet

2006-09-10 Thread Kristian Rink
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 rahulgarg schrieb: [snipped] helo kristian i knw the api by which winap can be controlled bye a java program it works fine for the normal java program on desktop but want to control winap from a client side winap is on the server i am doing

Re: want to control winamp from servlet

2006-09-10 Thread rahulgarg
Kristian Rink wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 rahulgarg schrieb: [snipped] helo kristian i knw the api by which winap can be controlled bye a java program it works fine for the normal java program on desktop but want to control winap from a client side winap

Re: problem with tomcat JDBC realm , i can not login and all configurati

2006-09-10 Thread legolas
can some one please just tell me whether having one table is wrong ide or not ? is it a problem with tomcat that if we have one table then we can not using it for JDBC realm? prblem with my case is that it check the DB (i find it by changing table name and it return an exception) but it does not

Re: problem with tomcat JDBC realm , i can not login and all configurati

2006-09-10 Thread legolas
Thank you for reply. I checked to see whether case sensetivity is a problem or not. for this i changed the table name in mapping section and it raise an exception in log file that there is no such table. so it have no problem with table and column names. i can not figure it out what is the

Re: HTTP 304 - IF_MODIFIED_SINCE

2006-09-10 Thread Martin Gainty
Good Morning Luke- If it runs on Tomcat then by all means copy the list..theres a good possibility someone has a solution that will work Thanks, Martin -- * This email message and any files transmitted with it contain

Persistent session after browser restart, cookie expiration

2006-09-10 Thread Heiko Klein
Hi, I'm currently moving an web-application from custom-made to tomcat-servlet. Before, I used my own cookie management to store user-preferences. The cookies had a persistence on the browser of 1 year, if the browser-configuration allowed that. The default tomcat cookies for

Re: Persistent session after browser restart, cookie expiration

2006-09-10 Thread Alexander Lazic
Hi, On Son 10.09.2006 14:27, Heiko Klein wrote: The default tomcat cookies for session-management seem to be deleted with browser-restart. How can I keep a session open even if the user restarts his computer? Or in other words, how can I set the 'Expires' field of the session-cookie send to

Re: Tomcat admin application HTTP Status 500 problem

2006-09-10 Thread Garthfield Carter
Here's my complete server.xml btw. Maybe I've done something wrong here: ?xml version=1.0? Server port=8117 shutdown=SHUTDOWN debug=0 GlobalNamingResources Resource name=UserDatabase auth=Container type=org.apache.catalina.UserDatabase/ ResourceParams name=UserDatabase parameter

Re: stopping a tomcat web application

2006-09-10 Thread Martin Gainty
http://www.docjar.com/docs/api/org/apache/catalina/startup/Bootstrap.html start() method for starting Catalina stop() method for stopping Catalina stopServer() which will stop Tomcat HTH, M- * This email message and any files

Re: Performance monitoring for web applications

2006-09-10 Thread Michael Echerer
Shimol Shah wrote: Hi, Hi, I am trying to look for a way to programmtically find CPU resources used and memory used for indivudual web applications. I have given it many tries on Google but only thing I could find was some third party tool vendors that give solutions to performance

RE: How to disable PUT and DELETE methods in Tomcat 4.1.27?

2006-09-10 Thread Ivan Balashov
I guess those methods are left to be implemented e.g. by Webdav servlets, and while no implementation is present they simply return access error. -Original Message- From: Emre Ersoz [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 06, 2006 1:53 PM To: Tomcat Users List Subject: Re:

Re: Performance monitoring for web applications

2006-09-10 Thread Martin Gainty
be aware that in catalina.policy you will need to grant RuntimePermission, PropertyPermission as well as MBeanServerPermission to the classes ..for example grant codeBase file:${catalina.home}/- { permission java.lang.RuntimePermission getenv.CATALINA_HOME; permission

Re: Tomcat admin application HTTP Status 500 problem

2006-09-10 Thread Mark Thomas
Garthfield Carter wrote: Here's my complete server.xml btw. Maybe I've done something wrong here: It isn't you, it is Tomcat. You have been hit by bug 31339 (http://issues.apache.org/bugzilla/show_bug.cgi?id=31339) Short-term fix is to change the name back to Catalina. Mark

Re: Tomcat admin application HTTP Status 500 problem

2006-09-10 Thread Garthfield Carter
Splendid I love this list. You've showed me a good source of information in the bugs list. I didn't look before. It fixes part of the problem, I noticed when I changed the engine name to Catalina I could click on the Host node under Tomcat Server which used to throw and exception before.

how to forward user to a page after container manager authntication ?

2006-09-10 Thread legolas
Hi Thank you for reading my post how i can forward user to an specefic page after he/she successfully authenticated using form based authentication? if user fail to provide a wrong user/pass then he/she will be forwarded to login_error page , what if i need user to be forwarded to login_done

Re: Error: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2006-09-10 Thread Bill Barker
I don't know if it's just copy/paste errors, but from what you've written, you've imported the ca cert twice, and into a different keystore file than you used to generate the key. What does keytool -list say? Jeanna Geier [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All- I'm

Re: how to forward user to a page after container manager authntication ?

2006-09-10 Thread Frank W. Zammetti
Container-managed authentication works by intercepting a request for a protected (constrained) resource and redirecting to the page with the logon form. Once the user authenticated, the request for the constrained resource continues, in effect, the user is forwarded to what they requested in

where i can download tomcat 5.5.9 , no newer no older please

2006-09-10 Thread legolas
Hi Thank you for reading my post I need to download and install tomcat 5.5.9 , i already have 5.5.17 and 5.5.10 and 5.5.7 but these look not to work with ADF-BC from oracle. thanks -- View this message in context:

Re: where i can download tomcat 5.5.9 , no newer no older please

2006-09-10 Thread Wendy Smoak
On 9/10/06, legolas [EMAIL PROTECTED] wrote: Thank you for reading my post I need to download and install tomcat 5.5.9 , i already have 5.5.17 and 5.5.10 and 5.5.7 but these look not to work with ADF-BC from oracle. thanks http://archive.apache.org/dist/jakarta/tomcat-5/v5.5.9/ -- Wendy

Regarding (http-https)

2006-09-10 Thread keyur sheth
Hi Bill, I already posted the problem and you suggested me the following thing to do. Where should I put the sslimplementation tag in the Connector tag. Because in the tomcat documentation for SSL this type of tag is not there. So can you please elaborate on this. And

JNDI, Hibernate, Tomcat

2006-09-10 Thread Li
Hi all, I am using JNDI context in my hibernate (factory lookup). Any one knows how to setup JNDI for hibernate with tomcat. (I know how to use hibernate with tomcat, but it doesnt work when i use JNDI for my hibernate session factory lookup) Regards Li