You can maintain your session going http->https. You can't maintain your
session https->http (unless you previously did a http->https).
"Billy Kantartzis" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi all ,
it it possible to maintain user tracking information and session properti
You probably want mod_jk, since mod_webapp doesn't work on Windows.
"meyem" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
i want , to download a module for integrat tomcat to apache , but i don't
found where i must download.
please can you help me.
this a module ,which i want doxnloa
I forgot one thing: i used tcservcfg to configure Tomcat service!
-Mensagem original-
De: John Corrigan [mailto:[EMAIL PROTECTED]
Enviada em: sexta-feira, 17 de outubro de 2003 21:00
Para: Tomcat Users List
Assunto: RE: Urgent help -crazy error when turnning tomcat a NT4.0
Service
If Jos
Howdy,
BELOW IS SHOWED THE ERROR! The problems happens at my Servlet, whenever it
tries to deal with the result set.Very strange! Another problem: since i
remove tool.jar from classpath, neither static nor dinamics pages are
loaded.
Still needing help.
HTTP Status 500 -
-
If Jose is using a 4.1.x version of Tomcat and using the tools which are
included with Tomcat for running it as a service then environment variables
are irrelevant other than during the service installation process. To
change CLASSPATH or any other Java environment settings, he would have to
edit
no, set your
JAVA_HOME=c:\j2sdk1.4.1_01
nothing else
then set
PATH=%JAVA_HOME%\bin;%PATH%
in your computer environments, not the user environment
- Original Message -
From: "Jose Euclides da Silva Junior - DATAPREVRJ"
<[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>;
<
I ve put tools.jar at my JAVA HOME - like that -->
c:\j2sdk1.4.1_01\lib\tools.jar. Unfortunatelly, this problem goes on
I am still needing help. Euclides.
-Mensagem original-
De: Filip Hanik [mailto:[EMAIL PROTECTED]
Enviada em: sexta-feira, 17 de outubro de 2003 19:45
Para: Tomcat Users L
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html
- Original Message -
From: " hassan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 11, 2003 3:38 AM
Subject: Tomcat problem !
Sir plz let me know how can i configuree Tomcat 4.1 or 3.1 at my machine ..
Rega
Come on Hassan... How can you ever expect to get an answer on this?
Your question doesn't have any specifics at all and this kind of stuff is
documented well on http://jakarta.apache.org/tomcat.
-Original Message-
From: hassan [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 11, 2003 3:
I didnt find this file ( tools.jar ) anywhere! Where would it be stay?
-Mensagem original-
De: Filip Hanik [mailto:[EMAIL PROTECTED]
Enviada em: sexta-feira, 17 de outubro de 2003 19:45
Para: Tomcat Users List
Assunto: Re: Urgent help -crazy error when turnning tomcat a NT4.0
Service
the
Sir plz let me know how can i configuree Tomcat 4.1 or 3.1 at my machine ..
Regards !
Hassan
the only thing I can think of is that JAVA_HOME (tools.jar in CLASSPATH)
is not set correctly when running as a service, this
would cause static pages to show up, but compiled pages to fail during
compilation
Filip
- Original Message -
From: "Jose Euclides da Silva Junior - DATAPREVRJ"
<[
Ok, i will try to find out something like that...
-Mensagem original-
De: John Corrigan [mailto:[EMAIL PROTECTED]
Enviada em: sexta-feira, 17 de outubro de 2003 19:38
Para: Tomcat Users List
Assunto: RE: Urgent help -crazy error when turnning tomcat a NT4.0
Service
No.
-Original Me
No.
-Original Message-
From: Jose Euclides da Silva Junior - DATAPREVRJ
[mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 3:27 PM
To: 'Tomcat Users List'
Subject: RES: Urgent help -crazy error when turnning tomcat a NT4.0
Service
Why? its no make sense... I didnt setted up any kin
Why? its no make sense... I didnt setted up any kind of rule about it. I
guess, if you were right
none page would be showed! Isnt it?
-Mensagem original-
De: John Corrigan [mailto:[EMAIL PROTECTED]
Enviada em: sexta-feira, 17 de outubro de 2003 19:20
Para: Tomcat Users List
Assunto: RE: Ur
Perhaps the service needs to run as a different user?
-Original Message-
From: Jose Euclides da Silva Junior - DATAPREVRJ
[mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 3:13 PM
To: '[EMAIL PROTECTED]'
Subject: Urgent help -crazy error when turnning tomcat a NT4.0 Service
Howdy,
Johan Kok wrote:
which versions have you got -- Just get the latest of both and you won't
need anything to integrate the two Remember to get the windows versions.
Even not the mod_jk?
Best
Bao
-Original Message-
From: meyem [mailto:[EMAIL PROTECTED]
Sent: 17 October 2003 08:11
To:
Does anyone out there currently build Tomcat using maven (as opposed to
building it using Ant)? If so, would you mind sharing your project.xml
and maven.xml files?
-Ted
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additiona
Howdy,
this is really a strange error. My app was running fine until TomCat 4.1.18
became a NT service. After that, only static web pages runs fine and the
environment always returns me -> http 500 error when a dinamic page is
called ( accessing database).
Thanks in advance, Euclides.
If I were going to just post data to a servlet I would probably skip the
JSP part :) Maybe have the Servlet forward to a JSP for output. I would
probably have a hard time with the lack of documentation. I have a very
strong grasp of how things relate and work together but I'm not a rote
memoriz
Hi,
We have been creating a web site to provide Grid services. It will
allow users to submit jobs to various compute clusters using the Globus
toolkit 3.0. Our Java code runs under a Jakarta Tomcat container and
submits jobs to the compute clusters by handing off the jobs to the
Globus software,
Hi,
Thanks for posting this kind of stuff! As a newbie, it's been an eye opener.
But maybe it would be nicer if you can prefix you subject title with [Friday] or
something:).
BTW, I don't think your questions are too unreasonable. Even though I didn't
know the answers when I first saw it:).
Hi,
I am not very familiar with the world of Java/Tomcat. I have set up an
Apache (1.3.27) Server for virtual domain hosting, Tomcat (4.1.18) and
mod_jk. I had basically followed the guide from the Jakarta homepage.
Basically the system works: I can connect to localhost:8080 and execute
the examp
It is possible to run Tomcat with just the JRE, but it is tricky to set
up. You should use the JDK/SDK instead.
Also, your JAVA_HOME should be set to /usr/java1.2 not /usr/java1.2/bin
-Ted
mike jackson wrote:
You're running tomcat with the jre then, you need to run it via the jdk.
You might al
You're running tomcat with the jre then, you need to run it via the jdk.
You might also take this time to upgrade to the latest jdk.
--mikej
-=--
mike jackson
[EMAIL PROTECTED]
> -Original Message-
> From: Richardson, Robert [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 17, 2003
Goto java.sun.com and download the latest JDK.
-Original Message-
From: Richardson, Robert [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 5:42 PM
To: 'Tomcat Users List'
Subject: RE: Unable to compile class for JSP?
I looked at my localhost_log.2003-10-17.txt and it showed the
I looked at my localhost_log.2003-10-17.txt and it showed the exception
below:
Exception compiling Cannot use classic compiler, as it is not available.
A common solution is to set the environment variable JAVA_HOME to your jdk
directory.
A find did not anything jdk on my system.
We have JAV
Like I said, I'm not looking for a specific answer - just give me a
smart answer!
-Original Message-
From: Hart, Justin [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 5:31 PM
To: Tomcat Users List
Subject: RE: Java/JSP/Servlet Programmer
I heartilly disagree. You posted to a m
I'm not concerned with that. I'll take anything, but I just keep
getting things like - private, public & main()...
that's just wrong..
-Original Message-
From: Mike Curwen [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 5:28 PM
To: 'Tomcat Users List'
Subject: RE: Java/JSP/Ser
I heartilly disagree. You posted to a mailing list specifically about this topic, and
got 5 different answers.
-Original Message-
From: Ruben Gamez [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 5:24 PM
To: Tomcat Users List
Subject: RE: Java/JSP/Servlet Programmer
I don't wa
Sorry, just trying to clarify a few things.
I will await responses from qualified people in my area (if they exist).
-Original Message-
From: Mufaddal Khumri [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:57 AM
To: Tomcat Users List
Subject: Re: Java/JSP/Servlet Programmer
I
It's not that it's difficult, but I think the questions, as asked, are a
bit too sly for their own good. People don't necesssarily react well to
'trick' questions. If the question is phrased in such a way that it
makes a 'qualified' candidate think "Oh my god, these QUESTIONS are
wrong"... then h
take this off line
- Original Message -
From: "mike jackson" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Friday, October 17, 2003 2:20 PM
Subject: RE: Java/JSP/Servlet Programmer
I don't understand the need for the jsp or the bean. If the page is to do a
post
I agree with you. Concepts like name's method arent the most important
thing!
-Mensagem original-
De: Hart, Justin [mailto:[EMAIL PROTECTED]
Enviada em: sexta-feira, 17 de outubro de 2003 18:21
Para: Tomcat Users List
Assunto: RE: Java/JSP/Servlet Programmer
It's not that it's difficul
This stuff doesn't need to make sense, and it doesn't need to do
anything useful. I just need to see that they can write something that
works and I need to be able to see their code.
-Original Message-
From: mike jackson [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 5:21 PM
I don't want a programmer that wouldn't know that. If you've spent ANY
amount of time writing Servlets, you SHOULD know doGet and doPost. That
is very basic.
-Original Message-
From: Hart, Justin [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 5:21 PM
To: Tomcat Users List
Sub
I feel that we have discussed this topic enough. Could you please take
this OFF TOPIC elsewhere ?
On Saturday, October 18, 2003, at 02:46 AM, Ruben Gamez wrote:
Does anyone else think that what I'm asking for is so difficult?
-Original Message-
From: David Rees [mailto:[EMAIL PROTECTED
I used to work in an Oracle/Sun shop, so this really tickled my memory.
Does your query break any of the rules on this page ? :
http://sales.esicom.com/sales/oracle/java.816/a81354/resltse2.htm
> -Original Message-
> From: Mike Curwen [mailto:[EMAIL PROTECTED]
> Sent: Friday, October
Perhaps. I still like my solution of going to the last row and getting the current
row number better though :-P
-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 5:20 PM
To: Tomcat Users List
Subject: RE: Java/JSP/Servlet Programmer [off topi
We're not listing the salary... One thing I'll say is that we don't
skimp on that. We understand how much it costs to hire good people, and
have no problem paying them that much.
-Original Message-
From: Justin Ruthenbeck [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 5:20 PM
T
I don't understand the need for the jsp or the bean. If the page is to do a
post then it'd seem like a straight html page is ok, and since you're not
posting to a jsp it doesn't seem like a bean would be ideal (if the count of
parameters is small, if large then maybe).
But that's just me.
--mi
It's not that it's difficult, but I wouldn't ask questions about specific
functions/parameters/methods. I have written plenty of java, and couldn't tell you
what methods most specific interfaces implement. I couldn't even tell you what
methods the interfaces that I've written implement.
Inste
Howdy,
These are all tradeoffs, as there are with almost every real-life design
decision. With well-maintained modern databases, even complicates
queries can run very quickly. This extra row count query, as I said
originally, is a way to get the result count without getting the actual
full resul
At 02:16 PM 10/17/2003, you wrote:
Does anyone else think that what I'm asking for is so difficult?
Just a thought -- is the salary reasonable for market conditions down
there? If the price isn't right, qualified people may not be inquiring...
Justin Ruthen
I didn't think you could do that with stored procedures. They usually
require an exec/begin/end to operate. You could probably do that in a
stored procedure however (and have it return the row count).
--mikej
-=--
mike jackson
[EMAIL PROTECTED]
> -Original Message-
> From: Shapira
Does anyone else think that what I'm asking for is so difficult?
-Original Message-
From: David Rees [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:54 PM
To: Tomcat Users List
Subject: RE: Java/JSP/Servlet Programmer
On Fri, October 17, 2003 at 1:27 pm, Ruben Gamez sent the
How about this: Just because you specify things like:
ResultSet.TYPE_SCROLL_INSENSITIVE
ResultSet.CONCUR_UPDATABLE
doesn't mean the driver (or database!) would necessarily support those
settings. Oracle of course, ought to, but maybe you have an older
driver?
In your code, do something like t
But what if it's a busy database, or the query is complex?
-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 5:13 PM
To: Tomcat Users List
Subject: RE: Java/JSP/Servlet Programmer [off topic]
Howdy,
>Yeah, but that means you have to run the
Howdy,
This slight overhead (assuming your database is properly indexed) is far
far less trouble than you'd have if the query returned a result set
large enough to get a java OutOfMemoryError...
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: epyonne [mailto:[EMAIL PR
Howdy,
>Yeah, but that means you have to run the query twice.
Yup, it does. There are cases when that's extremely useful if the query
result set is large: you might not want to load it into memory, or
modify the query, so that you don't run out of heap memory.
Yoav Shapira
>
>-Original Me
Howdy,
Look at the tomcat server log for exceptions.
Activision -- I love your stuff ;) Great games.
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: mike jackson [mailto:[EMAIL PROTECTED]
>Sent: Friday, October 17, 2003 5:12 PM
>To: 'Tomcat Users List'
>Subject: RE:
Yeah, since my web application is going to be run by people in our office
locations all over the world, I try to have as little overhead as possible.
Thanks.
- Original Message -
From: "Hart, Justin" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, October 17,
Looks to me like it can't find the JSP file that it's trying to compile.
Perhaps something is miss-configured? Or the file is an empty file?
--mikej
-=--
mike jackson
[EMAIL PROTECTED]
> -Original Message-
> From: Richardson, Robert [mailto:[EMAIL PROTECTED]
> Sent: Friday, October
Hi,
I am a newbie to tomcat(since yesterday).
I am using Apache Tomcat/4.1.27.
My DB admin is using Business Object. When he goes
to page: server.activision.com:8080/wijsp/viewers/wqy_H/openDocument.jsp
he gets the report below. Does anyone know what might have caused this
report?
Robert
type
Thanks. But I know for the fact that there should have data in the
ResultSet. If I remove the definition for scrollability (is it a word?) and
remove the rs.last() method, I get data back.
Furthermore, if I do the same thing for stored procedure in SQL Server, it
works. And if I do the same thi
Yeah, but that means you have to run the query twice.
-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:54 PM
To: Tomcat Users List
Subject: RE: Java/JSP/Servlet Programmer [off topic]
Howdy,
I too don't think ResultSetMetaData has row cou
My mistake. After reading Justin's reply I looked back at my code.
I am using getRow from ResultSet.
-Original Message-
From: epyonne [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 3:54 PM
To: Tomcat Users List
Subject: Re: Java/JSP/Servlet Programmer [off topic]
Thanks for the
Exactly!
This is not advanced stuff!
Yes, people can't seem to do this. They don't have the experience they
claim to have...
-Original Message-
From: David Rees [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:54 PM
To: Tomcat Users List
Subject: RE: Java/JSP/Servlet Programm
On Fri, October 17, 2003 at 1:45 pm, Shapira, Yoav sent the following
>
> If you're talking about HttpServlet, which I imagine is the case, again
> question 1 is wrong, because to extend HttpServlet you must only
> override one method, e.g. doGet, not two methods. HttpServlet extends
> GenericServ
That's good as well... but I have 20 other questions that need answers.
:)
-Original Message-
From: BAO RuiXian [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 5:07 PM
To: Tomcat Users List
Subject: Re: Java/JSP/Servlet Programmer
Ruben Gamez wrote:
> Ok... here's two questio
:)
I'm not a "HR/recruiter/headhunter" type.. I'm a programmer type...
Java, Servlets, JSP, ColdFusion, and ASP.
-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:49 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: RE: Java/JSP/Servl
Also OT...
I've an older implementation of Apache ( i.e. not Tomcat and pre-webservice ).
I am trying to send data from my servlet to co-workers webservice.
Using the java.net.URL package I am opening a connection to his page
and using an OutputStream and OutputStreamWriter to write my data to his
Howdy,
I too don't think ResultSetMetaData has row count.
There's also the hackish but usually OK approach which wraps the SQL
query in select count(*). This has the advantage of giving you just the
row count without the whole (potentially huge) result set. Something
like:
int getRowCount(Conn
Thanks for the reply. I searched for ResultSetMetaData in JavaDoc, and
there is no method to get row count. It only has column count. Did I miss
something? Please explain.
Thank you very much.
- Original Message -
From: "Brendle, Douglas A." <[EMAIL PROTECTED]>
To: "Tomcat Users List
Yes, but all of you are still missing the point. These questions are
designed to find out how much they know about this.
-Original Message-
From: Brendle, Douglas A. [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:49 PM
To: Tomcat Users List
Subject: RE: Java/JSP/Servlet Progr
Right... but you could implement the interface and get the same result with a little
more work and a lot more flexibility is the point that they're making.
-Original Message-
From: Brendle, Douglas A. [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:49 PM
To: Tomcat Users List
S
On Fri, October 17, 2003 at 1:27 pm, Ruben Gamez sent the following
> The first is a written test which has J2SE, Servlet, and JSP questions.
> The second is a programming test, they must write a JSP page that form
> posts to a Servlet, that retrieves ANYTHING from a Bean and outputs it
> in the Se
Ruben Gamez wrote:
Ok... here's two questions...
1. Off the top of your head, what two methods are required in a Servlet?
What two parameters do they take?
doPost and doGet; HttpServletRequest, HttpServletResponse.
2. What does a Servlet extend?
HttpServlet.
Can I pass your question?:)))
Howdy,
Actually, my first impression was when I saw the bad questions more
along the lines of a head shake and "another person who's just spouting
off acronyms and buzzwords without having much of a clue" (e.g. the
classic HR/recruiter/headhunter type). I bet other qualified people on
the list th
That's a good answer also...
-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:46 PM
To: Tomcat Users List
Subject: RE: Java/JSP/Servlet Programmer
Howdy,
Two bad questions or bad phrasing of questions.
1. Servlet is an interface, implem
Hmmm Direct from the Servlet API
To implement this interface, you can write a generic servlet that extends
javax.servlet.GenericServlet or an HTTP servlet that extends
javax.servlet.http.HttpServlet.
-Original Message-
From: mike jackson [mailto:[EMAIL PROTECTED]
Sent: Friday, Octo
I thought that resultsetmetadata had column count, but not row count. If it has row
count, then I am distinctly interested.
-Original Message-
From: Brendle, Douglas A. [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:45 PM
To: Tomcat Users List
Subject: RE: Java/JSP/Servlet Pro
You might have to call rs.next() first before the rs.last(). I know that
prior to getting a ResultSetMetaData object you have to call the rs.next().
Could be the rs.last() requires the same thing (in case there's no records
returned). But that's just a guess.
--mikej
-=--
mike jackson
[EMAIL
See! I'll take anything like that!
That shows me you have SOME kind of idea what I'm talking about... I'm
not so much as looking at the percentage of questions they answered
right or wrong, just HOW they answered the questions...
-Original Message-
From: mike jackson [mailto:[EMAIL PROTE
Howdy,
Two bad questions or bad phrasing of questions.
1. Servlet is an interface, implementing classes must have 5 methods not
2.
2. Servlet is an interface which does not extend other interfaces.
If you're talking about GenericServlet, you should say so. Even then,
question 1 is wrong, becau
I've been monitoring this stream of curiousness, but now that the questions
is out, it became awfully quite or did my server decide to take a nap?
tsktsk
Challenge who's got the answerThere's a job waiting... If you don't know
the answer, have a quick peek at the manuals (RTFM) hehehe
I thought it was already dead...
-Mensagem original-
De: epyonne [mailto:[EMAIL PROTECTED]
Enviada em: sexta-feira, 17 de outubro de 2003 17:31
Para: Tomcat Users List
Assunto: Re: Java/JSP/Servlet Programmer
Correct me if I am wrong, but I think Cold Fusion is dying (if not already
dead
Hmm, I could see where people would have difficulty. Since the answers are
"there's 5 methods" and "nothing" (servlet is an interface).
--mikej
-=--
mike jackson
[EMAIL PROTECTED]
> -Original Message-
> From: Ruben Gamez [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 17, 2003 12:3
Have you tried using ResultetMetaData to get row count BEFORE you
process the Resultset?
-Original Message-
From: epyonne [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 3:44 PM
To: Tomcat Users List
Subject: Re: Java/JSP/Servlet Programmer [off topic]
Pardon me that it is off
Pardon me that it is off topics
Speaking about re-usable ResultSet, I am having a little problem with a
ResultSet and I cannot find the solution.
I have a routine in my servlet to call an Oracle stored procedure, using
CallableStatement. Everything works fine. Then, I want to get the row
co
Corrected I stand.
-Original Message-
From: Ruben Gamez [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:36 PM
To: Tomcat Users List
Subject: RE: Java/JSP/Servlet Programmer
Yes, you are wrong. ColdFusion MX was entire rewritten in Java, and it
allows you to write JSP, Servlet
Cold in the grave.
-Original Message-
From: epyonne [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:31 PM
To: Tomcat Users List
Subject: Re: Java/JSP/Servlet Programmer
Correct me if I am wrong, but I think Cold Fusion is dying (if not already
dead) technology.
- Origina
Yes, you are wrong. ColdFusion MX was entire rewritten in Java, and it
allows you to write JSP, Servlets and Java programs that you can use
within it. It's become quite powerful now.
-Original Message-
From: epyonne [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:31 PM
To: To
I would agree with you, but what I'm asking for should take 5 to 15
minutes. It's also pretty simple to do without looking anything up...
it's very basic.
-Original Message-
From: Hart, Justin [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:31 PM
To: Tomcat Users List
Subject:
Ok... here's two questions...
1. Off the top of your head, what two methods are required in a Servlet?
What two parameters do they take?
2. What does a Servlet extend?
-Original Message-
From: Mike Curwen [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:30 PM
To: 'Tomcat User
Howdy,
Getting really off-topic, but ColdFusion is certainly more alive than
the red sox ;(
It takes a really long time for a technology to die. There are always
legacy applications, their maintenance, and eventually their
retirement/integration/replacement/conversion to something new.
Yoav Sha
Correct me if I am wrong, but I think Cold Fusion is dying (if not already
dead) technology.
- Original Message -
From: "Ruben Gamez" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, October 17, 2003 03:23 PM
Subject: RE: Java/JSP/Servlet Programmer
Yes, wel
Honestly, I've been a professional C++ programmer for several years now, and I don't
mean to toot my own horn, but I'm a damn good one. I don't expect anyone to be able
to sit down at the terminal in vi with no man pages and hammer out code in an hour or
2 that does much anything useful. Perha
As off-topic as it is, I'm sure lots of us are *real* curious by now
what an example question would be on your 'simple test'. :)
> -Original Message-
> From: Ruben Gamez [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 17, 2003 3:23 PM
> To: Tomcat Users List
> Subject: RE: Java/JSP/S
I just have a hard time believing that I can't get anyone in my area.
Besides, it's not my call whether they can telecommute or not.
-Original Message-
From: mike jackson [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 4:25 PM
To: 'Tomcat Users List'
Subject: RE: Java/JSP/Servle
The first is a written test which has J2SE, Servlet, and JSP questions.
The second is a programming test, they must write a JSP page that form
posts to a Servlet, that retrieves ANYTHING from a Bean and outputs it
in the Servlet. I have a lab computer set up with everything except the
code. They
Why in you area? You might have an easier time finding someone to work
remotely.
--mikej
-=--
mike jackson
[EMAIL PROTECTED]
> -Original Message-
> From: Ruben Gamez [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 17, 2003 11:33 AM
> To: [EMAIL PROTECTED]
> Subject: Java/JSP/Serv
Yes, well, I'm only asking for 1 1/2+ years experience in JSP & Servlets
and I'm still having trouble. I was asking for ColdFusion as well, but
I've given up on that. I'll just have to train the new developer on CF
later on.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE
Howdy,
>The directory it returns is C:\tomcat\work\Standalone\localhost\gss and
>I can write test.txt there fine. If I try to make a hyper link to
>http://localhost:8080/gss/test.txt, though, Tomcat returns 404. Do I
>have to do something special to tell Tomcat to serve the file?
You can only
which versions have you got -- Just get the latest of both and you won't
need anything to integrate the two Remember to get the windows versions.
> -Original Message-
> From: meyem [mailto:[EMAIL PROTECTED]
> Sent: 17 October 2003 08:11
> To: [EMAIL PROTECTED]
> Subject: help me !
>
>
Howdy,
LOL... That's not humiliating at all, don't worry about it ;)
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Mike Curwen [mailto:[EMAIL PROTECTED]
>Sent: Friday, October 17, 2003 4:12 PM
>To: 'Tomcat Users List'
>Subject: RE: Java/JSP/Servlet Programmer
>
>I w
I would have taken a person that would of at least tried to learn
programming for more then six months before giving up. To many people jump
into programming and don't realize it's still work.
Thank You,
Justin A. Stanczak
Web Manager
Shake Learning Resource Center
Vincennes University
(812)88
100% agreed. All the more reason why (1) isn't the best option in the
general case. For Tomcat and exploded deployments, it'll work. As I said,
the most flexible, portable option is (2).
Thanks to Yoav for keeping the interop flag flying high and mighty. ;)
justin
At 12:33 PM 10/17/2003, y
On Fri, October 17, 2003 1at 2:56 pm, Ruben Gamez sent the following
> I would think so, but it's true. I've gotten several people that
> interview well, but none that can pass a couple of simple tests (I
> consider them simple).
Out of curiosity, what are the tests you are giving them?
-Dave
-
I agree. I worked for a place that listed C++ in all there job listings,
but there was not one line of C in the whole company. I asked who was
programming C, but they didn't know what I was talking about. LOL
Thank You,
Justin A. Stanczak
Web Manager
Shake Learning Resource Center
Vincennes Un
1 - 100 of 169 matches
Mail list logo