RE: JBoss with Tomcat using Eclipse

2005-06-22 Thread dachipally ramesh
hello Mr.Raghupathy I installed Tomcat server and server is running. I want to know which directory of Tomcat,i should copy the servlet class and what is the address to excecute this serlvet in internet explorer. please answer it back. Thank You Ramesh.D Raghupathy,Gurumoorthy [EMAIL

Windows Installation - Tomcat Start and Stop in the Start menu

2005-04-08 Thread Malvey, Ramesh \(GE Consumer Industrial\)
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

RE: Tomcat and JBoss

2004-06-30 Thread ramesh
The context is mapped using the jboss-web.xml file. Either you can specify a context or have the war map to the root context. The war file in my case is named as tam.war. I tried what you suggested but it still does not work! Ramesh. -Original Message- From: QM [mailto:[EMAIL PROTECTED

Tomcat and JBoss

2004-06-29 Thread ramesh
and found that the Servlets are not getting deployed. The war itself seems to be but the Servlet Names are not appearing. Can anyone tell me what I am missing? Thanks, Ramesh. The structure for the war is Tam.war |-- meta-inf | |-- manifest.mf |-- web-inf

Re: Tomcat 4.1.29 Problem

2004-03-26 Thread Ramesh Thyagarajan
21:48:02 -0500 I think that you need docBase=test.war to be docBase=test . Not a 100% but thought that was what I read. Mine explodes and I do not have .war on mine. Doug - Original Message - From: Ramesh Thyagarajan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 25, 2004 9

Tomcat 4.1.29 Problem

2004-03-25 Thread Ramesh Thyagarajan
Hi, I am using Tomcat 4.1.29. I have added the following context to server.xml Context className=org.apache.catalina.core.StandardContext cachingAllowed=true charsetMapperClass=org.apache.catalina.util.CharsetMapper cookies=true crossContext=true

Need tomcat-javagroups.jar

2003-12-24 Thread B Ramesh Kumar
Ramesh Kumar B. Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify

jUDDI DataSource Connection Problem (Cannot create PoolableConnectionFactory)

2003-12-21 Thread VC Ramesh
resolve the issue. I have followed the instructions in a couple of archived messages I unearthed on this problem; but nothing seems to work for me. Thanks for any suggestions/help. -- Ramesh [EMAIL PROTECTED] the happyjuddi.jsp output page - jUDDI Happiness PagejUDDI.org jUDDI

Re: jUDDI DataSource Connection Problem (Cannot create PoolableConnectionFactory)

2003-12-21 Thread VC Ramesh
Thanks to those that responded. The problem is solved there was a password mismatch between MySQL (what I had set up) and jUDDI. I changed the password in MySQL and it now works fine. BTW, to the person that asked, Axis worked fine all along. VC Ramesh [EMAIL PROTECTED] wrote

Form Based Authentication not redirecting to URL with IE

2003-11-12 Thread Ramesh
I try a URL like: /something.do?id=1 it goes to the login.jsp authenticates and then goes to /index.jsp instead of /something.do?id=1 This behaviour only happens in IE (6.0). It works fine in Netscape (using 7.0) What could be the problem? Appreciate your help. thanks, Ramesh

help with Exception

2003-08-29 Thread Mantri, Mr. Ramesh
present any evidence regarding the failure during response. Appreciate any help. sincerely, Ramesh Mantri - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: problem with showing an image

2003-06-01 Thread Ramesh Sabeti
Change the image location to a relative address starting from your application location Src=/images/shadowlogo.jpg or Src=images/shadowlogo.jpg -Original Message- From: D-Fuse [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 10:07 AM To: [EMAIL PROTECTED] Subject: problem

How to open anonymous access

2003-06-01 Thread Ramesh Sabeti
Newbee question: I just installed Tomcat 4.1.12 on Win XP. When I go to http://localhost:8080 it keeps asking for a user name and password, but won't accept anything and goes to the Unauthorized page. I've tried my OS user/pwd and all the user/pwds in the conf/tomcat-users file. Any idea? I

config question

2003-03-18 Thread Mantri, Mr. Ramesh
type: Status report message: /servlet/HelloWorldExample description: The requested resource (/servlet/HelloWorldExample) is not available. Appreciate help in completing the configuration. Thanks. sincerely, Ramesh

two copies of each post

2003-03-18 Thread Mantri, Mr. Ramesh
Thank you for the info. I have been getting two copies of every post. Did someone else notice this? Could this be fixed somehow? sincerely, Ramesh -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 4:17 PM To: Tomcat Users List Subject: Re: config

help on NT 4 Servicese

2002-03-26 Thread ramesh piyathilaka
please can you help me to find the following file to start windows NT4 Servicese with tomcat server when i was finding the file on the apache site i could not find it the file is jk_nt_servicese.exe regards ramesh rohan __ Do You Yahoo!? Yahoo

Repost:Can we configure tomcat3.1.1 for https

2001-12-27 Thread Ramesh Mandaleeka
Hi, Can any one tell me the way to configure tomcat3.1.1 for https. Is it possible or not. Regards Ramesh -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Filepath quesiton

2001-08-31 Thread Ramesh Yerneni
-javascript .js to your httpd.conf file? If not Apache, does your web server recognize .js files if requested from an HTML page? Ramesh Yerneni wrote: Sorry, that was a typo, I have it as src, still doesn't work. Thank you for trying to help... Original Message Follows From: Thad Humphries

File path question

2001-08-30 Thread Ramesh Yerneni
Can someone tell how to provide location of a file without giving complete path in jsp? I am including javascript file in jsp for validations. I couldn't get it to work unless if I give the complete path which is what I am trying to avoid. TIA

Re:Filepath quesiton

2001-08-30 Thread Ramesh Yerneni
In my jsp file tried to replace script scr=c:\aims\src\jsp\orgedit.js/script with script scr=orgedit.js/script and it doesn't work. The .js file and .jsp file are in same directory. What intrigues me more is in the same jsp the following line works %@include file=footer.jsp % For some reason I

JSP not recompiling when included file changes...

2001-08-30 Thread Ramesh Yerneni
Yes, that is a problem, if we use action instead that won't be a problem. Official JSP specs says the same. I stop and restart the server if the changes in included jsp need to recognized. In my batch file to start Tomcat I added one more line to clear the work area files so that every time I

Re: Filepath quesiton

2001-08-30 Thread Ramesh Yerneni
not scr--it's src. It should read script src=orgedit.js/script Ramesh Yerneni wrote: In my jsp file tried to replace script scr=c:\aims\src\jsp\orgedit.js/script with and it doesn't work. The .js file and .jsp file are in same directory. What intrigues me more is in the same jsp the following line

Apache-Tomcat Integration

2001-04-03 Thread Ramesh Ankam
has been successful? thanks for help, RaMESH

Apache-Tomcat Intergation?

2001-04-03 Thread Ramesh Ankam
/HelloWorldExample? What would be the best way to test and know that Integration has been successful? thanks for help, RaMESH

Some Queries...

2000-12-26 Thread Ramesh Kumar . T
servlets. I use apache's authentication (apache+tomcat). Thanks Ramesh

Re: passing parameters to a Servlet

2000-11-28 Thread Ramesh Kumar . T
Encode only your parameter string , using URLEncoder.encode() ex: jsp/test.jsp?param1=value1param2=value2 encode only the parameters and not the file name Tony Keith wrote: Christoph Kukulies wrote: > I have some strings with blanks that I have to pass to a > Servlet in the URL. How can I do

Simultaneous requests on tomcat

2000-11-22 Thread Harish Ramesh
Hi, I am using the tomcat servlet engine as a standalone server. I am sending all my request to port 8080. I want to know what is the limit on the number of simultaneous requests that is handled by tomcat. I would like to know all the limitations of tomcat in this aspect. I am using tomcat

Help Needed

2000-11-20 Thread Ramesh Kumar . T
pointers??? Thanks Ramesh

Tomcat Sudden Death

2000-11-10 Thread Ramesh Kumar . T
Hi , Tomcat (V3.1) suddenly dies out after 3 days . Tomcat was running in NT4.0 with JRE 1.2.2 There was no trace of why it occured. Does anyone know why it happens ?? Is there any fix for this ?? reply asap Thanks Ramesh