Re: Tomcat won't auto-start on RedHat 7.3

2002-09-19 Thread Allan Kamau
You may need to set this variables in either /etc/profile or /etc/rc.local I prefer using the /etc/profile file you may set the $CATALINA_HOME like so code set $CATALINA_HOME=/usr/local/jakarta-tomcat-4.0.4 export $CATALINA_HOME /code --- Kenny G. Dubuisson, Jr. [EMAIL PROTECTED] wrote: Very

Re: Anybody know of JSP training classes where they use Tomcat?

2002-04-20 Thread Allan Kamau
You may only need plain .jsp and Servlet training. Configuring the .jsp and Servlets to run inside the Tomcat container, requires you to patiently read the docs that come with TC and of course observe the file layout of the sample web applications that come preconfigured with TC. Allan Kamau

Re: Tomcat won't find my web.xml files.

2002-04-04 Thread Allan Kamau
in your application. Well I hope this works. Allan Kamau. --- Jason Johnston [EMAIL PROTECTED] wrote: I've been working with Tomcat 4.0.1 and I'm running into a major stumbling block. I can run servlets and jsp's letting tomcat default to the default web.xml but I can't make my own. I

Configuring Tomcat+apache

2002-02-20 Thread Allan Kamau
Perhaps this question has already been answered, but I couldn't find it. Can anyone tell me how to configure apache+TC4. Send me a url to the HOWTO I will be more than glad. Allan Kamau. __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002

error-page element in the web.xml HOWTO

2002-02-18 Thread Allan Kamau
/error-page Now he context is been deployed but cannot be run indicating some problem. How can I solve this error or where am I going wrong? Thank you. Allan Kamau. __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http

RE: J2EE and Tomcat

2002-02-17 Thread Allan Kamau
About JavaMail and support for the same in Catalina, JavaMail is supported look at mail.jar contained in your $CATALINA_HOME/common/lib directory. Allan. --- [EMAIL PROTECTED] wrote: As for the .war file, it should under the Document Root. RS Keith Ng [EMAIL PROTECTED] on

Custom error page in Tomcat.

2002-02-14 Thread Allan Kamau
How do I configure an error page in Tomcat (TC4x) across all contexts and within each context. What changes are expected in the web.xml. Allan. __ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- To

Re: hi (beans)

2002-02-13 Thread Allan Kamau
The beens should be placed in your context's WEB-INF/classes folder or if in the WEB-INF/lib if they are in jar format. You may even put the beans in jar format in your $CATALINA_HOME/common/lib or $CATALINA_HOME/lib folders depending on wheather you'd like the beans accessible from other

RE: JSP/Servlet Hosting

2002-02-01 Thread Allan Kamau
hope this helps. Allan Kamau. Nairobi. --- Michel [EMAIL PROTECTED] wrote: Hello All, I am looking for a JSP/Servlet provider that offers: 350 MB web space 25 GB bandwidth per month mySQL included for around $25 US per month. Ideally something like http

RE: starting Jakarta-Tomcat 4.0 on Red Hat 7.2

2002-01-11 Thread Allan Kamau
Well, have you tried installing TC4 or in other words Catalina from a .gz or .zip package. It is simple you only have to extract the zip file in to a folder of your choice . Then set the environmental variables, CATALINA_HOME and JAVA_HOME, this can be done in either your /etc/profile or in

Re: Can I redirect all the requests caming to Tomcat to a servlet or a jsp page?

2001-12-17 Thread Allan Kamau
Hi Cianluca, Servlet 2.3 specification and Tomcat 4.x does have Filters support an implementation. A filter is a special class that provides the ability to be able to capture a request from a client to a specific servlet (or any other resource) on your context or a request to any resource in an

Re: Starting Tomcat 4.0.1 on Linux (RH 7.2)

2001-11-21 Thread Allan Kamau
values. You may then need to logoff and logon just to have the '/etc/profile' file executed.Then at the command prompt just type #$CATALINA_HOME/bin/startup.sh to stop #$CATALINA_HOME/bin/shutdown.sh Incase of difficulties refer to the documents included in the distribution. Allan Kamau. 1712hrs

Re: JSP/Servlet Web Hosting?

2001-11-19 Thread Allan Kamau
www.aoindusties.com web hosting with TC,Cocoon,JBoss,PostgreSQL/Interbase/mySQL might be a good try. --- C Cayetano [EMAIL PROTECTED] wrote: Anyone know or can recommend a reasonable priced web hosting company that supports JSP/servlets? Thanks in advance Chris -- To unsubscribe:

Re: Error running ./configure of webapp-module-1.0-tc40

2001-09-23 Thread Allan Kamau
I forgot to say that the APRVARS file does exist in the /apr directory in the directory where I am running ./configure --- Allan Kamau [EMAIL PROTECTED] wrote: Hi all, I am getting an error during the ./configure of webapp-module-1.0-tc40 in my RH 7.1 box running Apache 2.0.16 this is what

Error running ./configure of webapp-module-1.0-tc40

2001-09-22 Thread Allan Kamau
=$JAVA_HOME --with-tomat=$CATALINA_HOME --with-apr ... ... lots of error free output ... Finishing up checking for APR compilation flags... error configure: error: Cannot find required APRVARS file # How can I solve this. Thanks. Allan Kamau. __ Do

RE: JSP vs. ASP

2001-09-21 Thread Allan Kamau
The main difference is that JSPs and Servlets make use of the rich API offered by Java, while asp uses scripting languages VBscript/JScript but could be made more powerful with the use of COM and DCOM objects to encapsulate business logic and gain speed and other benefits of using objects.

Re: Linux

2001-09-10 Thread Allan Kamau
you may download the *.gz version of tomcat then run linuxcounsol $tar xvfz tomcatfile.tar.gz /linuxcounsol to extract the tomcat files together with where directory organisation. Once you've done this edit your startup script file, I use the '/etc/profile'. Modify this file and add the

Re: Error when processing octal integer values passed as parameters.

2001-08-28 Thread Allan Kamau
--- Allan Kamau [EMAIL PROTECTED] wrote: Hi all, I am trying to pass Color values like 0xee or 0xEE as values to parameters from a get post (in the header). However I am unable to process the value into an integer value which is a requirement for the Color(int) constructor I

Error when processing octal integer Color codes passed as parameters.

2001-08-27 Thread Allan Kamau
Hi all, I am trying to pass Color values like 0xee or 0xEE as values to parameters from a get post (in the header). However I am unable to process the value into an integer value which is a requirement for the Color(int) constructor I will use to create the new color based on this passed

Re: Hosting services that offer Tomcat 4?

2001-08-20 Thread Allan Kamau
aoindustries.com provide hosting service consisting of virtually the entire apache projects including JBoss an opensource J2EE application server. At the moment they are offering TC 3.2.3 hosting service. It appears as they've done before,they are waiting for TC4 to be released as production

Re: can't start tomcat 4

2001-08-20 Thread Allan Kamau
Had the same problem. Set CATALINA_HOME variable in your startup scripts eg in the '/etc/profile' for the Linux or in the Environment variables in Windows NT/2000. Then logoff and login then try starting TC4. Allan Kamau. --- Renato Testa [EMAIL PROTECTED] wrote: On Mon, Aug 20, 2001 at 07:13

Pure Linux Problem: problems with Java 1.3.0_02 on Linux.

2001-08-15 Thread Allan Kamau
is nowhere in the internet. I have installed compat-libstdc++-6.2-2.9.0.14.i386.rpm but I still get the same error. I have ever copied /bin/cut to /usr/bin/ without success. The Installation instructions from the sun's site Thank you in advance. Allan Kamau

RH Linux 7.1 Java Error

2001-08-10 Thread Allan Kamau
Hi all, I know this is perhaps not the most appropriate place to present this question as it is a purely java installation problem. But I hope you'll bare with me.Am getting an 'libjvm.so' error. I am trying to install jdk1.3.0_02 on RH linux 7.1 from the .rpm installation. I've used the rpm

Auto reload in Tomcat4x

2001-08-09 Thread Allan Kamau
Hi all, How does auto reload work in Tomcat4.0? My question is: how do I update servlets that I have deployed in webapps folder as part of .war file during runtime in Tomcat4x. Without having to recreate and deploy the .war file and restart tomcat? In Tomcat3.x I configured all the servlets in

Re: Multiple Hosting on IIS

2001-07-06 Thread Allan Kamau
One thing I have noticed is that you may not be able to isolate contexts to individual web sites on IIS when running multiple web sites on one IIS server with the web sites all configured to use tomcat. ie. www.myhypotheticaldomain.com/contextname/servletname and

Re: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread Allan Kamau
Yes you do. Or better get(download) the jdk1.3.1 Allan. --- Eitan Ben Noach [EMAIL PROTECTED] wrote: Hello, Does Tomcat needs the installation of JDK 1.2.2? If yes, what specific jars ( or any other resources ) are needed? Thanks, Eitan

Providing access to X11 server Using AWT in Linux.

2001-06-28 Thread Allan Kamau
server. Allan Kamau. __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

Re: Providing access to X11 server Using AWT in Linux.

2001-06-28 Thread Allan Kamau
Where do I set DISPLAY, is it in the /etc/profile file where I have to set 'DISPLAY=0.0' ? And how about setting the xhost access? --- Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Allan Kamau wrote: Hi folks, I need to use features of the AWT implementation for creating off-screen

Re: Error when Including resources in JSP

2001-05-23 Thread Allan Kamau
Well I still haven't got any responses to my problem below. --- Allan Kamau [EMAIL PROTECTED] wrote: Hi all,I get errors when I include a cocoon processed .xml file in .jsp file in Tomcat-3.2.1The resource.xml calls an xml generating servlet that I have written. If I call the resource.xml

Error in Including resources in JSP

2001-05-22 Thread Allan Kamau
Hi all, I get errors when I include a cocoon processed .xml file in .jsp file in Tomcat-3.2.1 The "resource.xml" calls an xml generating servlet that I have written. If I call the "resource.xml?month=5=2001" on my browser it works just fine. However when I use I get

RE: Determining NT login name

2001-05-16 Thread Allan Kamau
Indeed I do think Randy's answer is most probably the best solution to the problem stated below. --- Randy Layman [EMAIL PROTECTED] wrote: I believe what you need to do is to run Tomcat behind IIS. Then, in IIS set the password to challenge/response and set the default domain to

Hot Deploy.

2001-05-15 Thread Allan Kamau
is there such a thing like Hot deployment of new servlets and/or servlets. this requires the editing of the context's web.xml, can this be done without TC restart?. Allan. __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great

Hot Servlet Deployment in Tomcat 3.2.1

2001-05-10 Thread Allan Kamau
I am running Tomcat 3.2.1. The Server hosting the tomcat will soon go into production. I wanted to know if and how it is possible to deploy servlets without having to restart Tomcat 3.2.1 so it may read the modified web.xml in my context. Thanks in advance. Allan Kamau

RE: Virtual Hosts on IIS5 TOMCAT3.2

2001-05-09 Thread Allan Kamau
directory) on your IIS server. It is in this web site that you will be expected to the create a virtual directory called tomcat(I hope I remembered correctly) and perform the steps outlined in the tomcat-IIS manual. Allan Kamau. Nairobi --- Antoan Christov [EMAIL PROTECTED] wrote: Hi, I’ve tried

Re: Problem in refresh the new jsp file

2001-05-09 Thread Allan Kamau
and remove the intentional error then request for the page again, this time you are sure you will see the latest copy of your .jsp. I've used this not so clever technique on .asp on IIS. And works just fine. Allan Kamau. Nairobi. --- Franky Tong [EMAIL PROTECTED] wrote: It is not a browser-cache problem

Re: Find JSP hosting

2001-05-08 Thread Allan Kamau
not be offering JBoss at moment though. Allan Kamau. --- Jack Li [EMAIL PROTECTED] wrote: Hello, How to find good ISPs with jsp web hosting? Thanks, Jack __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http

Re: Tomcat IIS

2001-05-05 Thread Allan Kamau
in the site(s) you have created in your IIS. At the end. You should be able to run your .asp and .htm[l] files with IIS handling those and your servlets and .jsp files being handled by Tomcat. You can even access servlets in the contexts you've defined. Allan Kamau. --- Keith Willis [EMAIL PROTECTED

RE: Tomcat/Xalan

2001-05-05 Thread Allan Kamau
into your context's /WEB-INF directory then modifying your web.xml file of your context to forward .xml files to cocoon. As expected the cocoon-1.8.2 docs files provide excellent coverage on the same - refer to them first. Allan Kamau. --- Robert Petersen [EMAIL PROTECTED] wrote: Just FYI

Re: org.gjt.mm.mysql.driver

2001-05-04 Thread Allan Kamau
You could try copying the mySQL driver jar file to your $TOMCAT_HOME/lib/ directory. You will then not need to configure the server.xml or any other files. You may then directly load your driver directly from your JSPs and servlets using standard JDBC methods. Allan Kamau

Re: Still trying to configure mod_jk

2001-05-04 Thread Allan Kamau
/ 'apache and Tomcat. Allan Kamau. --- Noel E. Lecaros [EMAIL PROTECTED] wrote: Hi, Patrick Line 127 of Makefile. Problem #1 - There's something wrong with your mod_jk build. Can you outline the exact steps you took? This problem comes up pretty often in this list, but I don't recall

Servlet Deploy without Tomcat Restart.

2001-05-04 Thread Allan Kamau
On Tomcat 3.2.1 how can I deploy servlets to already configured contexts without a Tomcat Restart. Also how to deploy new contexts without a Tomcat Restart. The server is been used in production. Allan Kamau. __ Do You Yahoo!? Yahoo! Auctions