Wolfe Linux. Tomcat and apache.

2003-01-13 Thread Triptpal Singh Lamba
Hi all, I have been using Tomcat 4.1 ..on win XP and its been working fine. My dev environment has been eclipse. Now I need to install it for staging on a server which has multiple problems. I plan to get apache-tomcat working together as a first subgoal. Is it possible to install tomcat on a diff

RE: Tomcat Won't start on NT

2003-01-13 Thread Triptpal Singh Lamba
Raj do a ctrl alt delete and tell us if tomcat the process is running or not. It is possible that you chose run as a system process while installing on NT. To do a double check run it as you are and then check http://localhost:portno/ If u see the page - it means tomcat is running as a backgroun

Logger Problem

2003-01-06 Thread Triptpal Singh Lamba
I am using a simple logger I made for an application. It is used to debug my server side Java classes and JSPs . The idea is that the logger file name is made on the current date. Now the file name and path are set only once in the Lifecycle of the application(when the server is started). How

Problem with Tomcat Mailing List...

2002-12-31 Thread Triptpal Singh Lamba
Hi all. I am not too sure where to send this...I got a bounce error from this mailing Lists program, I fwded it to the sys admin of the computer Science Dept of my University (which is the account I use). The answer from her is below.. The addresing format they use > is not compliant with intern

Reading wanted.

2002-12-03 Thread Triptpal Singh Lamba
Hi all. Can someone direct me to the following two things please... 1. The most exhaustive online, free resource for Tomcat documentation 2. Whats the best newsletter to keep in touch with the J2EE World updates. Like we have IEEE software for SE, Dr Dobb blah blah, but whats a good one for j2e

Re: Logging to catalina logger

2002-12-01 Thread Triptpal Singh Lamba
I dont know abt the cataline logger,I am using a small method I wrote and it is working fine right now. import java.io.FileWriter; import java.io.IOException; import java.util.Calendar; import java.util.TimeZone; public class Logger { static FileWriter out = null; static String filePath =

Re: help with multilingual JSP sites pls. using a Filter to rewrite the URL ?

2002-11-25 Thread Triptpal Singh Lamba
One way you can do this is using property files. Prop_ file name _ language code.properties So for say abc.jsp , you have abc_en.properties and abc_fr.properties. At comple time the JSP calls a class you write at server which gives say <% String languageCode = ObjectName.getLaguageCode(param 1

SOLVED : Servlet deploy with JSP :Thanks all

2002-11-21 Thread Triptpal Singh Lamba
= context.getRequestDispatcher(" To: "Triptpal Singh Lamba" <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 3:18 PM Subject: Re: urgent - servlet not found. > On Thu, 2002-11-21 at 14:15, Triptpal Singh Lamba wrote: > > > > - Original Message - >

Re: urgent - servlet not found.

2002-11-21 Thread Triptpal Singh Lamba
- Original Message - From: "Ben Ricker" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 2:50 PM Subject: Re: urgent - servlet not found. > > > > You might also need to add a '/' in front of 'servlet', depending on how > you set up your ser

urgent - servlet not found.

2002-11-21 Thread Triptpal Singh Lamba
This has taken too long so someone pls see if you can help me. My form in index.jsp says If index.jsp can find the servlet ,my job is done. My web.xml has defined this in WEB-INF webapps/osp // context = osp in osp I have a WEB-INF which has web.xml with only this entry

Pls ignore prev mail :Re describing problem

2002-11-20 Thread Triptpal Singh Lamba
ere. > > Thanks > Tript > > > - Original Message - > From: <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Triptpal Singh > Lamba" <[EMAIL PROTECTED]> > Sent: Wednesday, November 20, 2002 4:06 PM > Subject: R

problem with servlet path

2002-11-20 Thread Triptpal Singh Lamba
m: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Triptpal Singh Lamba" <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 4:06 PM Subject: Re: Servlet deployment. > See the article,"Deploying Web Applications to Tomcat" a

SOLVING...seems ok so far. Re: Servlet deployment.

2002-11-20 Thread Triptpal Singh Lamba
Thanks. The link provides exactly what I wanted. Tript Singh - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Triptpal Singh Lamba" <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 4:06 PM Subjec

Servlet deployment.

2002-11-20 Thread Triptpal Singh Lamba
Hi all. I have worked with iPlanet and other servers but havent really deployed/coded for Tomcat much. I want some expert advise on structure of tomcat applications. I have the current structure :- webapps/examples/jsp has default examples. I started my project say projectA like this webapps/e

Re: How to get Tomcat to accept attribute names "lang" and "maxRows"?

2002-11-18 Thread Triptpal Singh Lamba
I guess maxRows may be some class or some definite meaning somewhere. You can change to diff intutive name I guess ..like maxResultRows etc. org.idoox.uddi.client.api.v2.request.inquiry Class MaxRows java.lang.Object | +--org.idoox.uddi.client.api.v2.request.inquiry.MaxRows All Implemente

SOLVED Re: Tomcat Startup 2 errors

2002-11-18 Thread Triptpal Singh Lamba
- From: "Triptpal Singh Lamba" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 17, 2002 12:58 PM Subject: Tomcat Startup 2 errors > 1. I have 3 versions of Tomcat, 2 are "associated" with Jbuilder. > These 2 versions start off and give me

Tomcat Startup 2 errors

2002-11-17 Thread Triptpal Singh Lamba
1. I have 3 versions of Tomcat, 2 are "associated" with Jbuilder. These 2 versions start off and give me an error described below. The point to note is that the command window(dos) in which I run it stays and does not disappear. 2. Downloaded a version of Tomcat , the port for which I have c