JSP written in XML

2002-05-18 Thread Edward & Iona Brode
Hi All, I seem to be having trouble with the parser in Jasper. I'm trying to write a jsp page in xml, that is, using such syntax as . The problem is that some of the code is being placed into the out.write statements in the generated servlet. Here's the jsp: http://java.sun.com/products/jsp/d

Who added this - class

2002-05-18 Thread RamNivas
Dear All, While working with Tomcat I am getting message like who added this? null..bla..bla.. My Development folder and root folder of tomcat is same. What may be wrong Regards Ram -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Who added this - class

2002-05-18 Thread Vishal
Dear Ram who added this is coaused because of overloading of server .. u haven't menshioned which version u r using there is a limit of files tomcat can handle . try reducing the no. of files of u'r application and see if the problem goes !! (Tomete Tomete ) Vishal

RE: Who added this - class

2002-05-18 Thread RamNivas
:) Tomete Vishal I am using Tomcat-3.2.2, I am not much sure abt total web files(JSP, Servlets, .js, html..etc) handled by Tomcat. Is there any users limt also for concurrent login. Is Tomete any Webserver Vishal Wishes in Advance Ram -Original Message- From: Vishal [mailto:[EMAIL PRO

Re: How to hide code of JSP when we deploy app in Customer site

2002-05-18 Thread Vishal
Hi Phupha if u want that nobody should be able to read u'r code .u have to use java beans to execute u'r bussiness logic and call them from the jsp the user is exposed to ... this way u'r JSp will contain only thehtml code and the script code ... and everything else will be in the cl

Re: How to hide code of JSP when we deploy app in Customer site

2002-05-18 Thread Diego Novati
Use JSP Tag libraries ! Diego - Original Message - From: "Phupha Punyapotasakul/MIS/RY-CPP/Petro" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, May 18, 2002 5:07 AM Subject: How to hide code of JSP when we deploy app in Customer site > > I decide to us

Doubts on SSL configuration.

2002-05-18 Thread Rajesh Harikrishnan
HI All, I need Apache-ssl+tomcat expert's help on this issue. My problem is, after a lot of search i am still not able to find some useful documentation for Configuring the Apahce+tomcat (on Windows) for HTTPS(SSL). My application needs to handle both HTTP and HTTPS. Few modules in the app

placing my source code

2002-05-18 Thread siva . prasad
BDY.RTF Description: RTF file

Re: reloadable=true not working---> problems with reloading servl ets

2002-05-18 Thread kelly, Burrowa
Why is it that during reloading of changed classes, tomcat clears all variables from HTTPSession? kB __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscri

IIS Admin Service fails to start

2002-05-18 Thread Smith, Roger C
We are experiencing a problem that may be related to TomCat running as a service. It seems that when TomCat is running as a service and we try to stop/start IISIIS fails to restart. If we stop and disable the TomCat service, IIS can be successfully recycled. Here are the series of errors

Get "java.lang.ClassCastException" when extracting an X509Certificate from an HTTP request

2002-05-18 Thread Eric Gilbertson
Following an example from Hall's More Servlets book, I had attempted extracting a cert from a HTTP request using the following: X509Certificate cert = (X509Certificate)req.getAttribute("javax.servlet.request.X509Certificate"); which generated a difficult to debug class cast exception. The answe

Re: Domain name not IP Address in Tomcat.

2002-05-18 Thread Ryan Gomes
You have instruct Tomcat to listen on the default HTTP port 80. This can be done by editing %CATALINA_HOME%\conf\server.xml... You will find... Change it to... After you restart Tomcat, it will now listen on the default HTTP port 80. Now you configure your operating system to rec

sharing sessions between contexts

2002-05-18 Thread Frank Giusto
Hello Andy Mauro. Did you get an answer on this post. I am having the same problem and am intested in the solution. thanks. -- To unsubscribe, e-mail: For additional commands, e-mail:

InitParameters missing in ServletConfig when Servlet-loading triggerd through Re

2002-05-18 Thread Karl Leipzig
Hello, using Tomcat 4.0.3 (and 4.0.2 also) I encounter the following problem: Problem setup: My servlet has no set. I start Tomcat. I trigger the loading of servlet A through a RequestDispatchers forward as quoted below. I trace my servlet A's ServletConfig init-parameters in the init() method

Mod WEB_APP

2002-05-18 Thread Rui Oliveira
Hello, Does anyone here has the mod_webapp compiled for Solaris 8, using the GCC? Can someone help me out? Regards Rui Oliveira -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Website for Tomcat/Apache Integration...

2002-05-18 Thread Ben Walding
The flashguides on this site are fairly good at explaining how to setup a variety of different configurations. http://www.galatea.com/flashguides/index Ben Rometsch wrote: >Hi There, > >Is there a website out there that I have yet to find that details common >setups for Tomcat/Apache/Linu

Tomcat 3.3 as a service

2002-05-18 Thread Dave Swift
Hi, I trying to follow the instructions for installing Tomcat 3.3 as an NT Service on an NT Server 4 SP6A system. I'm encountering a problem with I think relates to my syntax in the wrapper.properties file, as the installation directory for my tomcat has a space in it. I originally co

Re: Stdout and Stderr

2002-05-18 Thread Wagner Danda
Hello, I already find these configuration, at catalinha.sh: org.apache.catalina.startup.Bootstrap "$@" start \ >> "$CATALINA_BASE"/logs/catalina.out 2>&1 & I changed to: org.apache.catalina.startup.Bootstrap "$@" start \ >> "$CATALINA_BASE"/logs/catalina.out 2>> "$CATAL

Re: How can I redirect only JSP pages to Tomcat?

2002-05-18 Thread Arshad Mahmood
Ooops, should have read more carefully. The Tomcat-IIS howto contains the appropriate instructions on how to setup IIS to redirect a url to Tomcat. You need to look for this document under Tomcat 3.2.4 (should still be applicable to Tomcat 4 as you are using ajp12).. Regards. - Original Mess

IIS 5.0 + TC 4.0.3

2002-05-18 Thread Rich Downing
As best I can tell I have everything set up right: isapi_redirector.dll, virtual directory, filter, etc. However I get the following 404 status in the iis_redirect.log when using ajp13 even though it sees test.jsp. [Fri May 17 11:26:01 2002] [jk_uri_worker_map.c (464)]: Attempting to map URI '/

Query

2002-05-18 Thread Balaji Ganapathiraman
Sir I have installed tomcat 4.0 in my PC. But now when i am typing http://localhost:8080/greeting I am getting an error. The error statement is "The requested resource (/greeting) is not available." Kindly advice me suitably and help me out of this problem. Eagerly awaiting your reply Ba

Re: How can I redirect only JSP pages to Tomcat?

2002-05-18 Thread Arshad Mahmood
Which connector are you using, with mod_jk you can simply issue a "JkMount /mysite/* ajp13" to forward all requests under /mysite to Tomcat. Regards. - Original Message - From: "Luca Ventura" <[EMAIL PROTECTED]> To: "tomcat-user" <[EMAIL PROTECTED]>; "tomcat-dev" <[EMAIL PROTECTED]> Sent

Connection Pool Configuration

2002-05-18 Thread D Watson
Hello All I have been trying to implement connection pooling for some time now. I have read the documentation as well as umpteen messages on the list dealing with this subject. I have been unable to get it to work and I am not sure what I am missing. Could someone please post an example configur

RE: IIS and Tomcat

2002-05-18 Thread Ignacio J. Ortega
Saludos , Ignacio J. Ortega > -Mensaje original- > De: Sankaranarayanan (Ganesh) Ganapathy [mailto:[EMAIL PROTECTED]] > Enviado el: sábado 18 de mayo de 2002 0:49 > Para: [EMAIL PROTECTED] > Asunto: IIS and Tomcat > > > Hi All, > > What are the possible ways to configure IIS and Tom

RE: Réf. : RE: Tomcat&IIS (on different computers )

2002-05-18 Thread Ignacio J. Ortega
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 16 de mayo de 2002 9:03 > Tomcat is on computer1 , workers.properties and > Isapi_redirect.dll too. > IIS5.0 is computer2, I want to define a virtual directory > "greeting" which > point on a directory located on the comput

Re: Mod WEB_APP

2002-05-18 Thread Adrian
You should check : http://www.pubbitch.org/jboss.html It worked on FreeBSD for me. - Original Message - From: Rui Oliveira <[EMAIL PROTECTED]> To: 'Tomcat Users List' <[EMAIL PROTECTED]> Sent: Thursday, May 16, 2002 7:16 AM Subject: Mod WEB_APP > Hello, > > Does anyone here has the mod

Re: Query

2002-05-18 Thread Øyvind Vestavik
What happens if you just enter http://localhost:8080 ?? If entering the url without the "/greeting" returns a page saying "If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!" then everything is allright.. Entering http://localhost:8080/gree

Re: How to hide code of JSP when we deploy app in Customer site

2002-05-18 Thread Shunsuke Masuda
Try jspc and remove original jsps. - Original Message - From: "Phupha Punyapotasakul/MIS/RY-CPP/Petro" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, May 18, 2002 12:07 PM Subject: How to hide code of JSP when we deploy app in Customer site > > I decide

RE: Tomcat 3.3.1 and additionalJars

2002-05-18 Thread Mario Felarca
Date: Fri, 17 May 2002 12:30:33 -0400 > >Both of those should work. There could be some >classloader issue involved. Can you provide a test >case of what you are trying to do? > >Cheers, >Larry So the base case I am trying is simply allowing access to the jdom.jar from my webapps. This is to

Re: InitParameters missing in ServletConfig when Servlet-loadingtriggerd through Re

2002-05-18 Thread Craig R. McClanahan
Servlet initialization parameters are only visible to servlets that are mapped directly in a . If you access a servlet indirectly via the invoker (i.e. "/servlet/*"), you are *not* going to see these parameters. Craig On Thu, 16 May 2002, Karl Leipzig wrote: > Date: Thu, 16 May 2002 11:52:54

Re: Tomcat 4 clears login parameters?

2002-05-18 Thread Craig R. McClanahan
On Sat, 18 May 2002, Lawlor, Frank wrote: > Date: Sat, 18 May 2002 01:00:11 -0500 > From: "Lawlor, Frank" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "'Tomcat (E-mail)'" <[EMAIL PROTECTED]> > Subject: Tomcat 4 clears login parameters? > > One problem that Tomcat

Re: reloadable=true not working---> problems with reloading servlets

2002-05-18 Thread Craig R. McClanahan
On Sat, 18 May 2002, kelly, Burrowa wrote: > Date: Sat, 18 May 2002 15:34:31 +0100 (BST) > From: "kelly, Burrowa" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: reloadable=true not working---> problems with reload

Administration TC 4.0.3

2002-05-18 Thread puneet sachar
Listen friends i got few peoblem in administrating Tomcat 4.0.3 Can u help me ...plz guide me .. Here follows the queries 1) Difference b/w Tomcat_HOME and CATALINA_HOME and CATALINA_BASE ? 1.1)IS CATALINA_BASE is something related to different context in a single container? 2)what is A

Role Change

2002-05-18 Thread Craig R. McClanahan
Many of you have probably noticed that my level of CVS commits to Tomcat has been reduced over the last few weeks. Primarily, this is because I have undertaken two new responsibilities at Sun: * Web Layer Architect for the J2EE Platform * Spec Lead for JavaServer Faces (JSR-127) In my architec

Re: How to hide code of JSP when we deploy app in Customer site

2002-05-18 Thread Nikola Milutinovic
Phupha Punyapotasakul/MIS/RY-CPP/Petro wrote: > I decide to use JSP develop web-base app for customer but I > don't want Customer to see source code. Use Jasper: $CATALINA_HOME/bin/jspc.sh to compile all JSP pages to Java sources for their equivalent Servlets. Use JDK's "javac" to compile them

root application not finding JSPs

2002-05-18 Thread Chris Templin
Hi, Tomcat newbie here. After changing my application's context in server.xml from: to: tomcat now throws 404s when my servlets forward to JSPs, which, of course, I haven't moved. I'm using the Struts ActionForward object, so I suppose it could be a Struts problem. I'll try that list too

RE: handler "jakarta-servlet" not found for

2002-05-18 Thread Donovan Ray - rdonov
We had the same error with mod_jk from jakarta-tomcat-connectors-4.0.2; using jakarta-tomcat-connectors-4.0.4-b3 solved the problem for us. http://www.acg-gmbh.de/mod_jk/ -Original Message- From: Stijn Ver Eecke [mailto:[EMAIL PROTECTED]] Sent: Wednes

How to get all current HttpSession?

2002-05-18 Thread dbgroups
I am using Struts 1.1 in Tomcat 4. How can i get all current HttpSession in 1 web application and across different web applications? Thanks. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: root application not finding JSPs

2002-05-18 Thread Chris Templin
FYI, my development server is tomcat v4.0.3 on win98. this is where i'm having the problem. the live server is a unix box and all seems to work fine there. big surprise. Chris 5/18/2002 6:00:09 PM, Chris Templin <[EMAIL PROTECTED]> wrote: >Hi, >Tomcat newbie here. > >After changing my applica

JDBCRealm and Oracle Not working

2002-05-18 Thread Chad Perry
Trying to get Oracle 8i to work with with the JDBCRealm: Tomcat 4.0.4b3 JDK 1.4.0 OS Win2000 Server I guess tomcat-JDBCRealm doesn't work with Oracle? It would be AWESOME if I could get this to work! Could somebody verify that I'm not dorking out? Thanks!! Here is my Realm element: