> I never had a problem with Tomcat being installed to "C:\Program
> Files\Apache Group\Jakarta Tomcat", and this was with version 3.2.3
>
> Problems arose when installing the JDK to "C:\Program Files\jdk1.3.1_09"
> where Tomcat refuses to work with it there (I posted a question about this
> ages a
> All,
> Someone should also point out right now that having Tomcat installed in
> a directory containing spaces is just *asking* for trouble.
>
> Try re-installing tomcat into, say, c:\programs\tomcat, or at least
> modify the path to be C:\PROGRA~1\tomcat or whatever windows does to
> long filena
omcat Users List'
Subject: RE: Servlets -- help needed
Try,
http://127.0.0.1:8080/examples/servlet/HelloWWW
> --
> De: Navanee[SMTP:[EMAIL PROTECTED]
> Responder:Tomcat Users List
> Enviada: sexta-feira, 14 de novembro de 2003 4:11
> Para:
Try,
http://127.0.0.1:8080/examples/servlet/HelloWWW
> --
> De: Navanee[SMTP:[EMAIL PROTECTED]
> Responder:Tomcat Users List
> Enviada: sexta-feira, 14 de novembro de 2003 4:11
> Para: Tomcat Users List
> Assunto: Re: Servl
eived this message in error,
please
notify me immediately so that I can correct and delete the original
email.
Thank you.
:: -Original Message-
:: From: Navanee [mailto:[EMAIL PROTECTED]
:: Sent: Friday, November 14, 2003 7:20 AM
:: To: [EMAIL PROTECTED]
:: Subject: Servlets -- help n
can correct and delete the original email.
Thank you.
:: -Original Message-
:: From: Navanee [mailto:[EMAIL PROTECTED]
:: Sent: Friday, November 14, 2003 10:37 AM
:: To: Tomcat Users List
:: Subject: Re: Servlets -- help needed
::
:: I don't have any idea of how to edit the web.xml
uot;Navanee" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, November 14, 2003 9:11 AM
Subject: Re: Servlets -- help needed
Schalk,
I wrote a java program (HelloWWW.java) and placed the file in this
path:
C:\Program Files\jakarta-tomcat
vatis
-
National Center for Social Research - Directorate of Research Support
www.ekke.gr
- Original Message -
From: "Navanee" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, November 14, 2003 9:11 AM
Subject: Re: Servlets -- h
iday, November 14, 2003 3:24 PM
To: Tomcat Users List
Subject: Re: Servlets -- help needed
Navanee,
Please check and edit the \WEB-INF\web.xml file, which holds the mappings.
After that, you will only need
http://localhost/your_servlet_urlname_from_web.xml
Kostas Harvatis
-
National Center for So
http://localhost:8080/examples/servlet/HelloWWW
-Original Message-
From: K. Harvatis [mailto:[EMAIL PROTECTED]
Sent: Friday, November 14, 2003 3:24 PM
To: Tomcat Users List
Subject: Re: Servlets -- help needed
Navanee,
Please check and edit the \WEB-INF\web.xml file, which holds the
-
From: "Navanee" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, November 14, 2003 9:11 AM
Subject: Re: Servlets -- help needed
> Schalk,
>
> I wrote a java program (HelloWWW.java) and placed the file in this path:
> C:
ly so that I can correct and delete the original email.
Thank you.
:: -Original Message-
:: From: Navanee [mailto:[EMAIL PROTECTED]
:: Sent: Friday, November 14, 2003 7:20 AM
:: To: [EMAIL PROTECTED]
:: Subject: Servlets -- help needed
::
:: Friends,
::
:: I want to write a HTML form
bject: Servlets -- help needed
::
:: Friends,
::
:: I want to write a HTML form that will accept some values from the user
:: and i want to print the values using a servlet program.
::
:: I have installed Tomcat 4.1 in my win2k m/c.
::
:: This is the folder where i have installed the Tomcat: C:\Pr
Friends,
I want to write a HTML form that will accept some values from the user
and i want to print the values using a servlet program.
I have installed Tomcat 4.1 in my win2k m/c.
This is the folder where i have installed the Tomcat: C:\Program
Files\jakarta-tomcat-4.1.27\webapps
Please tell
I am using mod_jk in tomcat 3.3a I am trying to
JkMount servlets from a specified directory.
The servlets work when I JkMount the root war in
webapps.
JkMount /rootofwar/* ajp13.
What I am having trouble with is that the servlet code
is several levels deep in WEB-INF and when I JkMount
the exp
Thanks everyone, my problem was that i just included the servlet.jar to the
classpath, but in fact i had to include all in the tomcat\lib jars to the
classpath, now i can compile by using only the javac command as with a
regular java program...
_
2/28/2001 05:08:42 PM
Please respond to [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: Re: I CANT COMPILE SERVLETS!!!HELP
I'm having the same problem. So I looked into your suggestion or adding
$TOMCAT_HOME\bin jar file(s) to my CLASSPATH. There ar
aras [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 28, 2001 5:09 PM
> To: [EMAIL PROTECTED]
> Subject: Re: I CANT COMPILE SERVLETS!!!HELP
>
> I'm having the same problem. So I looked into your suggestion or adding
> $TOMCAT_HOME\bin jar file(s) to my CLASSPA
, February 28, 2001 5:09 PM
To: [EMAIL PROTECTED]
Subject: Re: I CANT COMPILE SERVLETS!!!HELP
I'm having the same problem. So I looked into your suggestion or adding
$TOMCAT_HOME\bin jar file(s) to my CLASSPATH. There are no jar files in
that dir. All my jars are in TOMCAT_HOME/lib. If th
> To: [EMAIL PROTECTED]
> Subject: I CANT COMPILE SERVLETS!!!HELP
>
> Hello,
> I have tomcat running fine but i couldnt compile any servlet. I put the
> servlet in different directories and tried (does it matter?) but same
> result:
> cannot resolve symbol:HttpServlet
>
> i
check you jdk path
and also set you classpath to all the jar files under the tomcat\bin
-Original Message-
From: Zakaria . [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 28, 2001 4:33 PM
To: [EMAIL PROTECTED]
Subject: I CANT COMPILE SERVLETS!!!HELP
Hello,
I have tomcat running
Hello,
I have tomcat running fine but i couldnt compile any servlet. I put the
servlet in different directories and tried (does it matter?) but same
result:
cannot resolve symbol:HttpServlet
i use this command line from the same directory as the servlet:
javac -classpath c:\tomcat\lib\servlet.j
22 matches
Mail list logo