Re: 404 persists for one servlet while another works fine

2006-07-07 Thread Martin Gainty
Good Afternoon Siomara- More importantly what does the servlet's servlet-mapping entry look like in your web.xml? Martin -- * This email message and any files transmitted with it contain confidential information intended only fo

Re: Tomcat intialization problem

2006-07-07 Thread Martin Gainty
You have correctly reconfigured your interfaces to accept traffic on Port 8080 from/to127.0.0.1- You have also correctly configured DNS/BIND entry for localhost The hard part will be to make sure your vendor doesnt muck with a working configuration.. Congratulations and Good Luck, Martin - **

404 persists for one servlet while another works fine

2006-07-07 Thread Siomara
Hi all again, I am facing a weird problem. I got 2 servlets. One of them works pretty fine while the other one is not found. Both are in the same place. I think the problem has to do with path. The first servlet I call directly from index.htm, it preforms a search in a database table and display

Re: The requested resource (/servlet/RegistraMarcaPropriedade) is not available

2006-07-07 Thread Martin Gainty
Yes you *can* use packageless classes (but its not recommended) You will find your packageless class located at $CATALINA_HOME/webapps/WebApplicationName/WEB-INF/classes Saludos! M- * This email message and any files transmitted w

RES: The requested resource (/servlet/RegistraMarcaPropriedade) i s not available

2006-07-07 Thread Siomara
All my classes are into packages. I used the same structure of "servlets-examples" sample in my application. C:\Software\Apache Software Foundation\Tomcat 5.5\webapps\servlets-examples\WEB-INF\classes The servlets in this sample are under the classes folder just like in my application. Are you

Re: mod_jk 1.2.16 release candidate: ready to test

2006-07-07 Thread Jim Jagielski
+1 - 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: Tomcat intialization problem

2006-07-07 Thread Rohit Kumar
Dear Martin and David, Thanks a lot for your help. I am a total newbie with firewalls. So what i did was the following: [EMAIL PROTECTED] rohitsz]# service network restart Shutting down interface eth0: [ OK ] Shutting down loopback interface:

Re: Directories under tomcat application manager

2006-07-07 Thread herbison
Found my answer: listing option in the web.xml file. -- View this message in context: http://www.nabble.com/Directories-under-tomcat-application-manager-tf1907358.html#a5220854 Sent from the Tomcat - User forum at Nabble.com. ---

Directories under tomcat application manager

2006-07-07 Thread herbison
Why is it under tomcat 5.5.17 that I can't review, look at, in the application manager the directory structure under a web application? Is there some security setting that I'm overlooking? I can go to the jsp or html explicitly but can't see a directory listing. -- View this message in context:

Re: Tomcat intialization problem

2006-07-07 Thread Martin Gainty
(assuming your configs are backed up) check out modify configs at /etc/rc.d/init.d/network *AND* /etc/sysconfig/network-scripts/ifup *then do* service network restart *then ICMP ping* ping WhateverHostYouWantToPing HTH, M- * This

Re: Includes that Forward

2006-07-07 Thread Tim Fennell
I guess I look at it the other way around. I want to be able to design things that don't have to know whether they are being included or not. The real case that I'm dealing with here is that I have the equivelant of a Struts action. In some cases the Action will be accessed directly by a use

Re: Includes that Forward

2006-07-07 Thread David Smith
Personally, I think it's bad design to have an include do a forward and then expect the forward content to replace the include. A forward, even from an include, should replace the entire content of the would be response. The behavior you are looking for could be done easily (and more cleanly)

Includes that Forward

2006-07-07 Thread Tim Fennell
Hi, I'm wondering what the expected behaviour is when a JSP that is included from another JSP then forwards to a third JSP? As an example: - start.jsp - some content on start.jsp - _include_ included.jsp - some content on included.jsp - _forward_ to forwa

Re: Tomcat intialization problem

2006-07-07 Thread David Smith
I think you need to fix your networking issues before trying to setup tomcat. If the link you supplied is your support case, the lo network interface isn't working or properly configured. ifconfig on a console logged in as root should show the active network interfaces including at least eth0

DeployTask is missing

2006-07-07 Thread Sven Gehr
[EMAIL PROTECTED], when I try to deploy to tomcat I get the following error: BUILD FAILED /home/sven/workspace/project-template/build.xml:165: taskdef class org.apache.catalina.ant.DeployTask cannot be found I use suse-10.1, the tomcat is on the same machine. In yast there are many packages an

Re: Tomcat Ant Task

2006-07-07 Thread Mark Thomas
chuanjiang lo wrote: > Can anyone point me the any links that teaches how to use the ant task from > Tomcat to start, stop, deploy, undeploy..etc.tc? http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Executing%20Manager%20Commands%20With%20Ant ---

Re: TC 5.5.17 / SSL - no response (5.5.15 works fine)

2006-07-07 Thread David Smith
The native connector code uses OpenSSL instead of java encryption classes. The certificate formats are different. Try a self-signed OpenSSL cert and see if it it works. --David Danny Lee wrote: BTW: If I disable TCNative/AJP it does the trick, but damn, I wanna use it! -

Re: tomcat reject client certificate

2006-07-07 Thread gabriele cicala
Thank you for your kindly response. Best regards. Gabriele On 7/6/06, Jack <[EMAIL PROTECTED]> wrote: I have some instructions at http://jack.godau.googlepages.com/jbosscertificatesandopenssl hopefully they are helpful. Cheers Jack... On 28/06/06, gabriele cicala <[EMAIL PROTECTED]> wrote:

Re: TC 5.5.17 / SSL - no response (5.5.15 works fine)

2006-07-07 Thread Danny Lee
BTW: If I disable TCNative/AJP it does the trick, but damn, I wanna use it! - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

TC 5.5.17 / SSL - no response (5.5.15 works fine)

2006-07-07 Thread Danny Lee
Hi guys, I have a strange problem: if I using TC 5.5.17 there is no response from https://localhost:8443/ The same configuration under 5.5.15 works just fine. My server.xml: ___ ___ Console on the startup: ___ INFO: Starting Coyote HTTP/1.1 o

RE: Tomcat intialization problem

2006-07-07 Thread Lopez Jarillo, Cesar
Could it be a problem with port 8005?. Try to change the shutdown port at server.xml and restart, or shutdown the service that is using the port 8005 at Mandriva. It seems that Tomcat is able to use another ports like 8080 and 8009 Regards César -Original Message- From: Rohit Kumar [m

Tomcat Ant Task

2006-07-07 Thread chuanjiang lo
Can anyone point me the any links that teaches how to use the ant task from Tomcat to start, stop, deploy, undeploy..etc.tc? Appreciate any help

Re: Question about cpu usage of tomcat 4.1.30

2006-07-07 Thread Leon Rosenberg
on *nix system the ps command will do wonder for you. For windows check http://www.sysinternals.net/ regards Leon On 7/7/06, ? ?? <[EMAIL PROTECTED]> wrote: Hi. I'm using tomcat 4.1.30 for my web applications. Here I got a requirement to get the CPU usage of tomcat process b