RE: Multiple arguments in a GET URL

2004-10-01 Thread Gerardo Juarez
ion to me, since HTTP is a stateless protocol. It's this or use HTTPSessions, but the first step would be the same anyway. Gerardo On Fri, 1 Oct 2004 [EMAIL PROTECTED] wrote: > Yoav- > I understand that an ? indicates the beginning of a query string but with my > scenario it

Re: Multiple arguments in a GET URL

2004-10-01 Thread Gerardo Juarez
getParameter should work for all parameters. Your url is not correct or it is extremely long and blows up with the GET method. But that is highly unlikely. How does it fail? Do you obtain an error? Is it a null String? Gerardo On Fri, 1 Oct 2004 [EMAIL PROTECTED] wrote: > I am attempt

RE: Tomcat Question - HELP

2004-10-01 Thread Gerardo Juarez
Have I seen something like this before? Yes I have. Many times. Would I share what I did? Absolutely: I posted the log and described the situation. Now, I see that you're still not posting it... :( Gerardo On Fri, 1 Oct 2004 [EMAIL PROTECTED] wrote: > I know all those. I already have

RE: Tomcat Question - HELP

2004-10-01 Thread Gerardo Juarez
inety percent of the time the assertion 'the log says nothing' is false. UNIX admins know that. Please post the log and any information that may give us more context. Gerardo On Fri, 1 Oct 2004 [EMAIL PROTECTED] wrote: > First of all, let me tell you that I am not a big fan of

Re: Question from a newbie! Please pardon me!

2004-09-30 Thread Gerardo Juarez
guess there could be others, depending on your JDK version but the important thing is that this jar is not bundled with the JDK. Gerardo On Thu, 30 Sep 2004, Venkat & Radha Venkataramanan wrote: > Hello: > > > > When I tried to compile my first servlet, using the command

Re: Problem whit this message cannot resolve symbol

2004-09-29 Thread Gerardo Juarez
The Java runtime env. cannot find the class clsDisplayHtml. It may be: - you defined it but is elsewhere. Is it yours? some library's? - your invoking it with a different name (ClsDisplayHtml is different to clsDisplayHtml, for example). On Wed, 29 Sep 2004 [EMAIL PROTECTED] wrote: > Hi i´m be

Re: Strings in VARCHAR or BLOB

2004-09-29 Thread Gerardo Juarez
m the start than create a monster that will wake up one day and eat you and your clients. :-) Cheers, Gerardo PS - Am I wrong or this is slightly off-topic? On Wed, 29 Sep 2004, Steffen Heil wrote: > Hi > > I need to store webpages in the database. > Until now I used BLOBs for

Unexpected error starting Tomcat

2004-09-21 Thread Gerardo Juarez
uggestions will be greatly appreciated. This is my setup: fedora core 2 tomcat 4.1.30 j2sdk1.4.2_04 cpu: intel 2.8GHz, 760Mb RAM, I am including a portioin of the log with the errors. Thanks, Gerardo Juarez -- Log --- SEVERE: Begin event threw error java.lang.ExceptionInInitia

RE: Help with Tomcat Install?

2004-09-08 Thread Gerardo Juarez
place to look. Gerardo On Wed, 8 Sep 2004, Lash, David A (David) wrote: > Hi all > > Here is the contents of webapps/ROOT > > WEB-INF/ index.jspjakarta-banner.gif tomcat-power.gif > tomcat.gif > > I also tried http://localserver:8080/index.

Re: Help with Tomcat Install?

2004-09-08 Thread Gerardo Juarez
Ok, you installed Tomcat, but is it running? Something like: $CATALINA_HOME/bin/start.sh should have happened before pointing at http://localhost:8080. It's a common mistake. Gerardo On Wed, 8 Sep 2004, Lash, David A (David) wrote: > Hi > I am trying to figure out why my tomcat ins

Re: Bind errors in 5.0.19

2004-09-07 Thread Gerardo Juarez
there. Have you checked the services that are up and running? Gerardo Juarez On Tue, 7 Sep 2004, Sunitha Kumar wrote: > Hey folks: > On reboot, tomcat complains that it is not able to Bind to port 8080. > I do not see 8080 being used by anything else, > with netstat -a > Any p

RE: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-07 Thread Gerardo Juarez
e priority they desire. It's called feedback... ;-) Snapping kills feedback, and without feedback you're pretty much in the dark. Gerardo Juarez On Tue, 7 Sep 2004, Shapira, Yoav wrote: > > Hi, > I would point out a few things: > > - If you can't navigate from t

Re: tomcat urgent help

2004-09-02 Thread gerardo
people around are using versions 3x/1.3x anymore. Most discussions here deal with 4x and 5x Tomcat versions together with JDK 1.4. Gerardo > Hi, >I am using tomcat 3.3.2 version and jdk 1.3.1_13 version. Can > anyone let me know how what classpath I need to set for the > fol

Re: JSP won't compile

2004-09-01 Thread gerardo
ource or doesn't know where to put the class; if it doesn't compile, there should be errors you could track. Gerardo > Shapira, Yoav wrote: > >> This is why you should put your class in a package: >> http://jakarta.apache.org/tomcat/faq/classnotfound.html. > > A

Re: Unpack WAR Problem

2004-09-01 Thread gerardo
You say you installed the xml file *in the webapps directory*. It should be in your-web-app/WEB-INF directory, shouldn't it? Or is this what you meant? Gerardo Juarez PS - In version 4.1.30 I don't have to restart the server. I enter the Tomcat Manager and redeploy the application. I

Re: Help, URI mapping problem with JK2

2004-09-01 Thread gerardo
I'm sure it must me something else but, what permissions does the directory '4walls' have? And the rest of the path as well? Because your url seems to stop working from there on. Might be worth a look. Gerardo > I am running Apache 2.0.50, mod_Jk2 and Tomcat 4.1.30

Re: install vs deploy

2004-08-27 Thread gerardo
>From the exception you quote it is obvious the deploy task is not executing a zip/unzip/jar/unjar command properly. Where are these tasks defined? Gerardo > I'm afraid I don't see exactly how that explains why I'm getting that > exception message. > > --- Jacob K

RE: unpackWARs and autoDeploy

2004-08-27 Thread gerardo
And what is the difference then when I set unpackWARs="true"? TIA, Gerardo On Mon, 23 Aug 2004, Donie Kelly wrote: > > "How then does it do it when you set unpackWARs="false"?" > > It doesn't do it at all. You have to do it manually... &g

RE: Where do I place a servlet class

2004-08-27 Thread gerardo
t it be a *text*? Greetings, Gerardo On Fri, 20 Aug 2004, Shapira, Yoav wrote: > > Hi, > > >I added the servlet mapping entry but it's still not working. > >I have the class file in /dev_new/WEB-INF/classes/umJavaLib/. Does the > >class file

Tomcat stops serving pages

2004-08-18 Thread gerardo
Any pointers on this will be greatly appreciated, Thanks, Gerardo Juarez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Load Balacing Apache->Tomcat

2002-03-22 Thread Jesus Gerardo Velez Reynaga
This article explain hot to get load balancing using apache+tomcat http://www.ubeans.com/tomcat/index.html I hope it help you regards On Thursday 21 March 2002 05:54 am, you wrote: > mod_jk from jakarta-tomcat-connectors should do the trick with the lb > worker. When the lb-factor is set to

JSP Information

2001-01-16 Thread Lucero, Daniel Gerardo
Do You know where can I get JSP tutorials, books, etc? I tried to search JSP information, but I still haven't found what I'm looking for. Thanks a Lot Daniel Gerardo Lucero Baylon [EMAIL PROTECTED] EDS Northern Mexico Solution Centre Rafael Perez Serna y Hermanos Escobar 6755