Hi friends,
i've a program that takes in date from the user in a text box.Everything works
fine except the log files shows something like this:
--
(Http11Protocol.java:738)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoin
ect: Re: strange tomcat Behavior need urgent help.
This is a MySql problem. It shuts down connections if they have been
idle for too long. You need a pool manager that takes care of this.
Something like c3p0 will do the job.
On Sun, 19 Dec 2004 12:28:09 + (GMT), Krishnakant Mane
<[EMAIL
This is a MySql problem. It shuts down connections if they have been
idle for too long. You need a pool manager that takes care of this.
Something like c3p0 will do the job.
On Sun, 19 Dec 2004 12:28:09 + (GMT), Krishnakant Mane
<[EMAIL PROTECTED]> wrote:
>
>
> hello all,
> I am Krishnakant
> Sent: Sunday, December 19, 2004 1:28 PM
> To: [EMAIL PROTECTED]
> Subject: strange tomcat Behavior need urgent help.
>
>
>
>
> hello all,
> I am Krishnakant Mane from India. I own a software
> firm and we generally implement our systems on linux
> and all open
ubject: strange tomcat Behavior need urgent help.
>
>
>
>
> hello all,
> I am Krishnakant Mane from India. I own a software
> firm and we generally implement our systems on linux
> and all open source servers like jakarta tomcat and
> apache server in particular. of l
hello all,
I am Krishnakant Mane from India. I own a software
firm and we generally implement our systems on linux
and all open source servers like jakarta tomcat and
apache server in particular. of late I have been
facing a strange problem with tomcat.
I am a tomcat 5 aka 5.0.25 user. I have
rk?
>
> Thanks for the help.
>
>
>
> From: Ben Souther [mailto:[EMAIL PROTECTED]
> Sent: Sat 10/23/2004 1:06 PM
> To: Tomcat Users List
> Subject: RE: New User needing urgent help
>
>
>
> You'll probably have other pro
ks for the help.
From: Ben Souther [mailto:[EMAIL PROTECTED]
Sent: Sat 10/23/2004 1:06 PM
To: Tomcat Users List
Subject: RE: New User needing urgent help
You'll probably have other problems later if you don't get your classes
into packages (mapping servlets etc..).
On Sat, 2004
>
> Hopefully I will be able to get this operational without bothering everyone
> again.
>
> Thanks,
> Steve
>
>
>
> From: Steffen Heil [mailto:[EMAIL PROTECTED]
> Sent: Sat 10/23/2004 12:52 PM
> To: 'Tomcat Users List'
>
at Users List'
Subject: AW: New User needing urgent help
Hi
> import Account;
No. No. No.
Import is used to make classes of foreign packages available.
Classes in the same package are always available.
And you should never have any package-less class, hence no problems
an import at root-level. You have to put your
classes in a package (folder) that you then put in the web-inf/classes.
Regards
Roland
- Original Message -
From: "Steven R. Christensen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 23, 2004 7:42 PM
Hi
> import Account;
No. No. No.
Import is used to make classes of foreign packages available.
Classes in the same package are always available.
And you should never have any package-less class, hence no problems.
Regards,
Steffen
smime.p7s
Description: S/MIME cryptographic signature
gt;
Sent: Saturday, October 23, 2004 7:42 PM
Subject: New User needing urgent help
Hello, I am new to using Tomcat and am having difficulty getting an
application to work. Any
help would be greatly appreciated. I have a web app that is giving me the
following errors and can't seem to find
Hello, I am new to using Tomcat and am having difficulty getting an application to
work. Any
help would be greatly appreciated. I have a web app that is giving me the following
errors and can't seem to find why. Thanks in advance for your help.
org.apache.jasper.JasperException: Unable to c
Hi Prashant,
Just for a quick remind, which DBCP you are using
for your application, what's the value of KeepAlive=?? which
should be ideally 'true' and what value you have set for the
maxThrottle..
What I can suggest you to use upgraded Tomcat version, like Tomcat
4.1 series if
Dear All
I have hosted my live website on Linux which has Apache 2.0 wuth tomcat 3.2.3 and my
database is on a sun server. I have multiple instances of tomcat running with single
installation hosting three diffrent websites. My problem is last fer days i am facing
a peculiar problem my java in
Hi Pradeep,
Looks like your tomcat installation cannot find:
com.sabratec.applinx.server.runtime.servlet.GXApplinxServlet
Are you sure the jar containing GXApplinxServlet is in a place Tomcat
can find it? (e.g. shared\lib ?)
Michiel
Pradeep Chauhan wrote:
Hi All ,
We have an application deployed
Hi All ,
We have an application deployed on Tomcat 4.1.27 in production.
We did some changes in web.xml to use one third party "Applinx".
In development enviorment it is working fine.
But when we move to same web.xml to production we got errors in log file and
application wont get up.
Attach is
- Original Message -
From: "Bedrijven.nl" <[EMAIL PROTECTED]>
To: "'Venu'" <[EMAIL PROTECTED]>
Sent: Friday, September 03, 2004 6:53 PM
Subject: RE: Need Urgent Help
> try
> appbase="/home/httpd/vhosts/domainname.com"
>
sorry i didnt get you...
relative to the dir on the same server
- Original Message -
From: "Bedrijven.nl" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Friday, September 03, 2004 5:59 PM
Subject: RE: Need Urgent Help
&
yes but it;s a relative path..so relative to what??
-Oorspronkelijk bericht-
Van: Venu [mailto:[EMAIL PROTECTED]
Verzonden: Friday, September 03, 2004 10:43 AM
Aan: Tomcat Users List; [EMAIL PROTECTED]
Onderwerp: Re: Need Urgent Help
yes it the dir (docBase="/home/httpd/v
yes it the dir (docBase="/home/httpd/vhosts/domainname.com/httpdocs")
where i am having my jsp's & servlets
- Original Message -
From: "Bedrijven.nl" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Fri
Is docBase right???
-Oorspronkelijk bericht-
Van: Venu [mailto:[EMAIL PROTECTED]
Verzonden: Friday, September 03, 2004 10:25 AM
Aan: Tomcat Users List
Onderwerp: Need Urgent Help
Hello Guru's
Im using the my application outside the webapps in server.xml i have
confiured the foll
Hello Guru's
Im using the my application outside the webapps in server.xml i have confiured the
following
www.domainname.com
but still my jsp's & servlets doenst executes at the server side..
Any help is most appreiciated.
Best Regard's
Venu
The error is just what is says it is: There is no ROOT context installed,
so Tomcat has no place to send a request for http://localhost:8080. The
default location for this is at $TOMCAT_HOME/webapps/ROOT. If you are on
Windows, make certain that the directory name is all upper-case.
"Mandar Shi
hi,
I am using tomcat for developing SAP Portal iviews. I cannot use jdk 1.4 bcos PDK
does not support jdk version 1.4 and tomcat latest versions. I have to make tomcat 3.3
version running.
-thanks
Mandar
[EMAIL PROTECTED] wrote:
Since you are just installing, is there any possibilit
Since you are just installing, is there any possibility you could install
a newer version of both tools? I suggest it because it seems like an
installation problem and assuming you followed the instructions, it will
be tricky to pinpoint (incompatibility, configuration, quirk?) and not
much peopl
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 following error
2004-09-02 13:12:49 - ContextManager: Assertion failed: container==null (no Defa
ult Context?)
2004-09-02 13:12:49 - Ctx() : Status code:404 re
Hi,
I'm posting my problem once again. I'm trying to run a CGI script thru
Tomcat 4.1.27. I've followed all the steps like renaming
servlets-cgi.jar,servlets-ssi.jar,uncommenting servlet mappings in web.xml
under config.I've also installed ActivePerl 5.6.1.635 where my CGI script is
pointing t
hint: no logs are generated by NT and the Tomcat service is UP!
Thanks in advance, Euclides.
-Mensagem original-
De: Jose Euclides da Silva Junior - DATAPREVRJ
[mailto:[EMAIL PROTECTED]
Enviada em: sexta-feira, 17 de outubro de 2003 21:19
Para: 'Tomcat Users List'
Assunto: R
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
Users List
Assunto: RE: Urgent help -crazy error when turnning tomcat a NT4.0
Service
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
DATAPREVRJ; 'Tomcat Users List'
Subject: Re: Urgent help -crazy error when turnning tomcat a NT4.0
Service
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: &qu
s List'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, October 17, 2003 4:40 PM
Subject: RES: Urgent help -crazy error when turnning tomcat a NT4.0 Service
I ve put tools.jar at my JAVA HOME - like that -->
c:\j2sdk1.4.1_01\lib\tools.jar. Unfortunatelly, thi
ers List
Assunto: Re: Urgent help -crazy error when turnning tomcat a NT4.0
Service
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
Fi
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
REVRJ"
<[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Friday, October 17, 2003 3:44 PM
Subject: RES: Urgent help -crazy error when turnning tomcat a NT4.0 Service
Ok, i will try to find out something like that...
-Mensagem orig
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
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 set
: Urgent help -crazy error when turnning tomcat a NT4.0
Service
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]'
Subje
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 Servi
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.
gem original-
De: Adam Hardy [mailto:[EMAIL PROTECTED]
Enviada em: quinta-feira, 9 de outubro de 2003 10:42
Para: Tomcat Users List
Assunto: Re: AW: Urgent help, please!Best practices using Connection
Pool
I think he must be having problems with his email because he send more
or less the same
e connection to the pool.
If it was to short, read the original post in the archives.
Mike
-Ursprüngliche Nachricht-
Von: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 09. Oktober 2003 15:27
An: '[EMAIL PROTECTED]'
Betreff: Urgent he
st
> Enviada: quinta-feira, 9 de outubro de 2003 10:26
> Para: '[EMAIL PROTECTED]'
> Assunto: Urgent help, please!Best practices using Connection Pool
>
> Hi gurus, help me please.
> i am using DBCP 1.0 to make connection pool avaiable. My question can b
-
> De : Jose Euclides da Silva Junior - DATAPREVRJ
> [mailto:[EMAIL PROTECTED]
> Envoyé : jeudi 9 octobre 2003 15:27
> À : '[EMAIL PROTECTED]'
> Objet : Urgent help, please!Best practices using Connection Pool
>
>
> Hi gurus, help me please.
> i am using DBCP 1.0 to m
Gesendet: Donnerstag, 09. Oktober 2003 15:27
An: '[EMAIL PROTECTED]'
Betreff: Urgent help, please!Best practices using Connection Pool
Hi gurus, help me please.
i am using DBCP 1.0 to make connection pool avaiable. My question can be
easy: since DBCP 1.0 doesnt create a singleton object
Hi gurus, help me please.
i am using DBCP 1.0 to make connection pool avaiable. My question can be
easy: since DBCP 1.0 doesnt create a singleton object ( just a datasource
object), what should i do whenever my sql queries are done? Should i close
the connection after each sql command is completed?
Hi Jose,
the connection that you are served by your data source is a connection
wrapper where the close method will not really close the connection,
rather it will tell the connection pool that this connection is free and
can be put back in the pool.
HTH
Adam
PS I wouldn't flag your email as "u
http://www.tahitiannoni.com
-Original Message-
From: Jose Euclides da Silva Junior - DATAPREVRJ
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003 5:19 PM
To: '[EMAIL PROTECTED]'
Subject: Urgent help, please!Best practices using Connection Pool
Hi,
i am using DBCP 1.0. My que
Hi,
i am using DBCP 1.0. My question is simple: since DBCP doesnt create a
singleton object ( just a data source object), what should i do whenever my
sql queries are done? Should i close the connection after that? But, if i do
this, will i loose my connection pool facility, so my next connection t
All,
I've gone through the archive trying to find the solution to this one, and spent some
time in th e irc room hunting. Hopefully someone here can help me out.
OS: Linux and Solaris
jdk: 1.4.1_01
tomcat: 4.1.12 (but also tested with 4.1.18 and 4.1.21 beta)
I have a jsp file (that is valid an
Hi,
Thanks for the earlier reply,
These are the exceptions..Could you just help further
suggesting what I should do to?
java.lang.ClassNotFoundException: Can't find any SSL
implementation
at
org.apache.tomcat.util.net.SSLImplementation.getInstance(SSLImplement
ation.java:97)
at
Stop the service, go to %CATALINA_HOME%\bin and run "catalina run" in CMD.
Then you will able to see the exceptions.
Michael
-Original Message-
From: runu rathi [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2003 1:26 PM
To: [EMAIL PROTECTED]
Subject: urgent help needed..c
Hi All,
I have installed Tomcat4.1 as a WinNT service. If I
try to make any changes conf/server.xml (in order to
set up the SSL) and try to restart it again, I cannot
do so. All I get is a set of exceptions flashing on
the screen. In short, it is not allowing me to do any
changes in server.xml.
Hi, I need urgent help to sort out a problem with running jsp in Tomcat. I have a JSP
page that has scriplets in it, and in particular, I have added a line of scriplet to
call a shell script:
<% Process p;
String u = submitid.getUrl();
p =
Runtime.getRuntime().exec(&qu
sts should summarize your problem. Something like
"Servlets work fine, JSPs do not in 4.1.12" or something similar will
probably get you help a lot quicker than "URGENT HELP NEEDED NOW" or
whatever.
John
> -Original Message-
> From: Alex K. [mailto:[EMAIL PROTECTED
This URL worked fine:
http://www.xicom.biz/test3.jsp
This URL didn't work at all:
http://www.xicom.biz:9084/test3.jsp
John
> -Original Message-
> From: Alex K. [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, December 08, 2002 1:48 AM
> To: Tomcat Users List
> Subject
Hello,
How is everyone?
I have a really really weird problem with mod_jk
For some reason it forwards servlets file to tomcat, but jsp files it
does not forward to tomcat at all.
Here is a line out of mod_jk.log
When a .jsp file is sent to it:
jk_uri_worker_map_t::map_uri_to_work
Hello,
How is everyone?
I have a really really weird problem with mod_jk
For some reason it forwards servlets file to tomcat, but jsp files it
does not forward to tomcat at all.
Here is a line out of mod_jk.log
When a .jsp file is sent to it:
jk_uri_worker_map_t::map_uri_to_work
yself,
don't particularly like going through attachments to the list.
Yoav Shapira
Millennium ChemInformatics
-Original Message-
From: Vishal Gupta [mailto:vhgupta1@;yahoo.com]
Sent: Tuesday, October 29, 2002 1:00 AM
To: [EMAIL PROTECTED]
Subject: [urgent]Help plez--conte
knowledge or the consent of Areeba."
--
-Original Message-
From: Vishal Gupta [mailto:vhgupta1@;yahoo.com]
Sent: Tuesday, 29 October 2002 5:00 PM
To: [EMAIL PROTECTED]
Subject: [urgent]Help plez--context problem--logfiles attached
Hi,
Please help me out as tomcat is crashing as soon as i add myApp context to it.
But it works fine without it. Please give me the possible reasons and the solution for it. Any help will be appreciated.
Also attached is log file and config files.
sever.xml.bak1 is the file when tomcat works fine
Hi,
Myclient starts Myservlet in tomcat 4.0.4. And Myservlet executes "java
org.apache.axis.client.AdminClient deploy.wsdd". I Can access the servlet by
http://localhost:8080/myservlet An error occurs when executing the axis deploying
command.
Server gives error:Error from ServRequest.doPost
> When I stop and restart tomcat ( ./catalina.sh stop, ./catalina.sh start)
> Tomcat starts up as required, but after few mins it goes down.
>
> however if I start with run mode ( ./catalina.sh run) it works properly
> as required.
>
> I test the process by checking
>
> ps -ef|grep java and
Hi all,
We have a web application running in Solaris 8, Tomcat 3.3 ( 3
tomcats are load balanced with ajp12 connector) , apache 1.3.2. The box has
got 4 CPUs and 4 GB of RAM. We are testing the application using LoadRunner.
For lower number of users, the hits/sec are good. But as we increa
Hi,
Can you have a look on your catalina.out in the logs directory? It may
happen that tomcat have not started at all. It will not log any thing on
console when you run it in background.
Raj Saini
[EMAIL PROTECTED] wrote:
> When I stop and restart tomcat ( ./catalina.sh stop, ./catalina.sh st
When I stop and restart tomcat ( ./catalina.sh stop, ./catalina.sh start)
Tomcat starts up as required, but after few mins it goes down.
however if I start with run mode ( ./catalina.sh run) it works properly as
required.
I test the process by checking
ps -ef|grep java and top statistics
I a
Gesendet: Freitag, 2. August 2002 10:38
> An: [EMAIL PROTECTED]
> Betreff: urgent help please!
>
> This servlet creates and sets the values for an
> application scope object called TwcMaxes. I have
> verified that my TwcMaxes object is created in the
> applicatio
I hope this is formated well for this list-serv...
problem: application scope objects launched by web.xml
In my Tomcat boot sequence (web.xml file) I am
launching a servlet called InitTwc.
This servlet creates and sets the values for an
application scope object called TwcMaxes. I have
verifie
Hi folks,
I am trying to use Microsoft's jdbc driver for ms sql with Tomcat and am running
into trouble with the JNDI lookup method. I look for a datasource and get null. If I
use the class.forname method the driver is found and works perfectly but I am unable
to get it working with the
Hi Christian,
That was a great help of yours. It really solved my SSL problem & now I have
successfully setup the SSL connection between Apache & Tomcat. But now I got another
problem. I have set the Client Authentication to true so that in SSL Handshake server
accepts the client certificate
Raja Sekhar wrote:
>Hi,
>
>I am very new to Apache & Tomcat. The configuration what I have is
>
>Redhat Linux 7.1
>Apache 1.3.23
>Tomcat 4.0.3.
>
>I have installed Apache & Tomcat successfully and they are running fine. Now the
>problem is how to route the request from Apache to Tomcat. Please s
Hi,
I am very new to Apache & Tomcat. The configuration what I have is
Redhat Linux 7.1
Apache 1.3.23
Tomcat 4.0.3.
I have installed Apache & Tomcat successfully and they are running fine. Now the
problem is how to route the request from Apache to Tomcat. Please suggest me the best
connector
unplug wrote:
>
> Hi all,
>
> I have configured to running tomcat3.3 with apache under Linux7.2.
> I found the following error in the mod_jk.log when they are working
> together.
>
> [jk_ajp13_worker.c (381)]: Error ajp13_process_callback - write failed
>
> The error appears very often.
> Posting multiple times within the hour doesn't get your
> question answered faster.
Yeah, most of the time it can do just the opposite and get you
on the bad end of a mail filter;) To state the obvious, it appears
you problem is around the Resource/Resource Param elements. So I
would start
--- Ramkumar Menon <[EMAIL PROTECTED]> wrote:
> hi,
>
> I am getting the following error when I try
> accessing the database via a
> datasource .
>
Dude, this is a mostly volunteer mailing list. People
help out as they can, not on demand and not for pay.
Also, in the USA, email w/ ALL CAPITAL
Posting multiple times within the hour doesn't get your question answered faster.
-Original Message-
From: Ramkumar Menon [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 16, 2002 11:52 AM
To: [EMAIL PROTECTED]
Subject: URGENT HELP REQUIRED. PLEASE RESPOND IMMEDIATELY
Importance:
hi,
I am getting the following error when I try accessing the database via a
datasource .
javax.naming.NameNotFoundException: Name jdbc is not bound in this
Context
I am using Tomcat 4.0. My Server.xml contains the following.
user
logger
password
logger
I am getting the following error when I try accessing the database via a
datasource .
javax.naming.NameNotFoundException: Name jdbc is not bound in this
Context
I am using Tomcat 4.0. My Server.xml contains the following.
user
logger
password
logger
Sunday, January 13, 2002 1:46 PM
Subject: Re: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON
> H Amine AMAR ,
> have tried to keep in package com.mypackage
> gives the following error:
> javax.servlet.ServletException: class com.mypackage.Test :
java.lang.IllegalAccessException:
>
TECTED]>
> Sent: Sunday, January 13, 2002 4:42 PM
> Subject: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON
>
> > Hi,
> > I'm using tomcat4 on windows NT platform. The classpath is set as
> > follows:
> > JAVA_HOME: D:\jdk1.3
> > CATILINA_HOME: E:\jak
Hi,
Are your classes in a package or not?
If they are not then you cannot access them because TC will look for them in his
default package
Amine
- Original Message -
From: "Chetna Bhatt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 13, 2002 4
t it could not find the
> > package
> >
> > Matt Egyhazy wrote:
> >
> >> did you try to import the class?
> >>
> >> matt
> >> - Original Message -
> >> From: "Chetna Bhatt" <[EMAIL PROTECTED]>
> >>
--
>> From: "Chetna Bhatt" <[EMAIL PROTECTED]>
>> To: <[EMAIL PROTECTED]>
>> Sent: Sunday, January 13, 2002 11:42 AM
>> Subject: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON
>>
>>> Hi,
>>> I'm using tomcat4 on windows NT platfo
gt; Sent: Sunday, January 13, 2002 11:42 AM
> Subject: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON
>
> > Hi,
> > I'm using tomcat4 on windows NT platform. The classpath is set as
> > follows:
> > JAVA_HOME: D:\jdk1.3
> > CATILINA_HOME: E:\jakarta-tomcat-
did you try to import the class?
matt
- Original Message -
From: "Chetna Bhatt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 13, 2002 11:42 AM
Subject: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON
> Hi,
> I'm using tomcat4 on w
Hi,
I'm using tomcat4 on windows NT platform. The classpath is set as
follows:
JAVA_HOME: D:\jdk1.3
CATILINA_HOME: E:\jakarta-tomcat-4.0.1
I'm having trouble accessing class files stored in the web-inf/classes
folder.
In the server.xml file, i've configured a context path to a folder which
is un
Test for these causes, or try to regenerate your certificate:
__
Runtime Exception: untrusted cert chains
Problem: When negotiating an SSL connection, the client or server throws
one of the following exceptions:
javax.net.ssl.SSLException: untrus
Yes I do have it registered in the security properties file
what else am i missing here?
-Original Message-
From: Carlos Telleria [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 6:51 PM
To: Tomcat Users List
Subject: Re: urgent help pls...
Did you registered JSSE security
in
> i already have my .keystore ...yet im having this error...
>
> -Original Message-
> From: Byung Jin Chun [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 04, 2001 4:53 PM
> To: Jovie
> Subject: RE: urgent help pls...
>
> did you set the env variable
t: Tuesday, December 04, 2001 4:53 PM
To: Jovie
Subject: RE: urgent help pls...
did you set the env variable JSSE_HOME and
r u still getting the same stack trace?
-Original Message-
From: Jovie Castaneda
To: 'Byung Jin Chun'
Sent: 12/4/01 12:40 AM
Subject: RE: urgent help pl
make my
code run?
-Original Message-
From: Byung Jin Chun [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 4:38 PM
To: Jovie
Subject: RE: urgent help pls...
Jovie,
you need the Java Secure Socket Extension (JSSE) which you can get at
www.javasoft.com. If you have it, then
hello there...
i hope you can help me with this problem..i have no idea on what's happening
here
the following lines are shown in the console once i do https post
java.lang.NoClassDefFoundError: javax/net/SocketFactory
at java.lang.ClassLoader.defineClass0(Native Method)
at java.
Hi All,
I am keeping the session time-out at 5 mins in my web application. Since I
dont dont require anything else in web.xml this is the only one thing I have
in web.xml
5
But the sessions are not timing out in 5 mins. Also I tried with the default
web.x
Dear all,
I have installed tomcat-3.2.3 on SunOS 5.7 machine. I have complied with most modules
since I have to do so to complie the mod_jk. I have done all these successfully.
My problem is that when I telnet to the Sun server from my Win98 and start the tomcat,
everything seems to be OK. But
rom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 8:29 AM
To: [EMAIL PROTECTED]
Subject: Urgent help with tomcat 4.0 b5
Hi there
i downloaded Tomcat 4.0 b5 and installed it on my PC running win98. it works
fine but for some reason i get the following error on the
Hi there
i downloaded Tomcat 4.0 b5 and installed it on my PC running win98. it works
fine but for some reason i get the following error on the MS DOS window when
i start it:
Starting service Tomcat-Standalone
Apache Tomcat/4.0-b5
PARSE error at line 77 column -1
org.xml.sax.SAXParseException: E
See http://www.aswethink.com/employees/randy/tomcat/unsubscribe.html
> -Original Message-
> From: Michael Misovec [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 09, 2001 1:20 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Urgent Help with Tomcat 4.0
>
>
>
OTECTED]]
> Sent: Sunday, July 08, 2001 6:42 PM
> To: [EMAIL PROTECTED]
> Subject: Urgent Help with Tomcat 4.0
>
> Hi there
> i downloaded Tomcat 4.0 b5 and installed it on my PC running win98. it works
>
> fine but for some reason it does not run the jsp examples in the local
1 - 100 of 127 matches
Mail list logo