Hello Asit
Could it be that you write for Java 1.5 whilst your Tomcat somehow
"expects" Java 1.3?
Try this link:
http://blog.taragana.com/index.php/archive/how-to-run-javac-15-or-beyond-compiler-for-jsp-compilation-in-tomcat-55-with-generics-enabled-and-other-15-only-features/1/
hope it helps
hav
Sir
I have installed Jdk1.5.0 in windows 2000 server.
After that I have installed Apache Tomcat/5.0.29.
I have deployed all of my JSPs in Root directory
and all of my beans in classes.
Now after starting of the Tomcat server.
when I want to see the paged in IE6,
It is giving errors
" javac: tar
Hi,
we are developing a large java project using Tomcat.
On the same project works several persons and the project counts
serveral thousand of classes.
The project has (in few words) three big places:
- standard: the place in which are placed all the classes (not jar but
classes)
- patches: the pl
our reply, yeas, I'm using the same code
> as you written,
>
> thanx eversomuch, please help me out
>
> the code looks like this
>
> [code]
>
>
> package com.jspbook;
>
> import java.io.*;
> import javax.servlet.*;
> import javax.servlet
Hello Hardik,
thanks for your reply, yeas, I'm using the same code
as you written,
thanx eversomuch, please help me out
the code looks like this
[code]
package com.jspbook;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class InternationalizedHello
; without any hassle, but reading init parameter
> returns
> null in the servlet, because I triend to print that
> on
> to the console, but it returns null, please help me,
> awaiting a reply, regards Raasi
>
> web.xml looks like this
>
>
>
>
> http://jav
imple servlets are working
without any hassle, but reading init parameter returns
null in the servlet, because I triend to print that on
to the console, but it returns null, please help me,
awaiting a reply, regards Raasi
web.xml looks like this
http://java.sun.com/xml/ns/j2ee";
xmlns
This error can be found using an xml validator.
Specifically:
config
/WEB-INF/struts-config.xml
application
src.tcs.beans.ApplicationResources
Your second init-param block is "opened" with
stop this
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 14 December 2004 11:16
> To: Tomcat Users List
> Subject: Tomcat5.5/xp/starting problem Please help me
>
>
>
> Hi,
> I am
Hi,
I am getting following error while starting tomcat .. beasides i have a
lot of other issues can anyone look and guide me what do do ?
I am also sending web.xml
Dec 14, 2004 4:43:43 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Dec 14
load files.
> > The context must be reloadable ie., set the reloadable = true in the
> > context using the
> > admin page
> >
> >
> > VTR
> > BHEL haridwar
> > - Original Message - From: "Rajesh" <[EMAIL PROTECTED]>
> &
: Monday, December 13, 2004 2:25 PM
Subject: Please help me
Hai all,
i have a doubt please help me.
in my tomcat server, am developing a online shopping site.
the site is live,
i periodically upload updated pages, when uploading i donot want to
down the server,
i use a way that creating 2 web
CTED]>
Sent: Monday, December 13, 2004 2:25 PM
Subject: Please help me
Hai all,
i have a doubt please help me.
in my tomcat server, am developing a online shopping site.
the site is live,
i periodically upload updated pages, when uploading i donot want to down
the server,
i use a way that creating 2
Hai all,
i have a doubt please help me.
in my tomcat server, am developing a online shopping site.
the site is live,
i periodically upload updated pages, when uploading i donot want to down
the server,
i use a way that creating 2 webapps, one will run, i upload the updated
pages to webapp 2
Return Receipt
Your AW: Urgent .Please help me out
document
-questions.html#bespecific
Regards,
Rob
-Original Message-
From: Shanti Priya [mailto:[EMAIL PROTECTED]
Sent: Wed 9/22/2004 8:12 AM
To: Tomcat-User
Subject: Urgent .Please help me out
Hi !!
I have deployed an application on tomcat 4.1.18. I do get the
following exception .I am
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 22, 2004 4:49 PM
To: Tomcat Users List
Subject: Re: Urgent !! Please help me out.
Hi Shanti
Your error seems to be a databse connection error. Tell me r u using oracle
as your database for the application. Then you need to check the entries for
db
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:530)
at java.lang.Thread.run(Thread.java:534)
-Original Message-
From: prashant chavan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 22, 2004 4:49 PM
To: Tomcat Users List
Subject: Re: Urgent !! Please help me out.
Hi
Hi Shanti
Your error seems to be a databse connection error. Tell me r u using oracle as your
database for the application. Then you need to check the entries for db connectivity
files - driverproperties.properties. Reply me with detailed info sot that i can help
in a much better way.
Regard
>
To: "Tomcat-User" <[EMAIL PROTECTED]>
Sent: Wednesday, September 22, 2004 12:45 PM
Subject: Urgent !! Please help me out.
> HI!!
> I get the following error when i try to run my application on
> tomcat.
> The message in the server is as follows.
&
your db is down or unreachable
-Ursprüngliche Nachricht-
Von: Shanti Priya [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 22. September 2004 09:13
An: Tomcat-User
Betreff: Urgent .Please help me out
Hi !!
I have deployed an application on tomcat 4.1.18. I do get the
following
HI!!
I get the following error when i try to run my application on
tomcat.
The message in the server is as follows.
ERROR [2004-09-22 12:36:07,275] [Thread-5] [GSEITBaseAction.java:166] -
Error in
actionPerform:
java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path
Hi !!
I have deployed an application on tomcat 4.1.18. I do get the
following exception .I am using IE6 as my webbrowser.
HTTP Status 500 -
type Exception report
message
description The server encoun
I'm guessing the snippet below is from your struts-config.xml file. I
tried to make that work and couldn't even on a straight forward textbook
example. It was much easier to define the datasource in the
[context].xml file in conf/Catalina/localhost, use the DBCP db pool, and
then write my own
This is Rajesh. I am working on webApplication project.The project
Environment is in
Struts1.1 Framework with jdk1.4.2_01,WebServer as Tomcat5 on O.S Linux
connecting back-end Mysql.
I am trouble shooting a problem.
I have properly closed each and every connection whenever I
open a connection.So
helps
Kal
-Original Message-
From: De Toffoli Garry [mailto:[EMAIL PROTECTED]
Sent: Monday, February 02, 2004 11:59 AM
To: [EMAIL PROTECTED]
Subject: Problem Compiling JSP under TOMCAT 5.0.18; please help me
Hi to all,
I would like to pass from tomcat 3.2.x to tomcat 5.0.18;
is:1015886
-Original Message-
From: De Toffoli Garry [EMAIL PROTECTED]
Sent: Monday, Feb 2 2004 9:01AM
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: Problem Compiling JSP under TOMCAT 5.0.18; please help me
Hi to all,
I would like to pass from tomcat 3.2.x to tomcat 5.0.18
Hi to all,
I would like to pass from tomcat 3.2.x to tomcat 5.0.18;
under tomcat 3.2.x I have some package under the WEB-INF/classes of
all my sites, and run OK;
passing to tomcat 5.0.18 I have changed only tomcat, leaving
untouched all the directory where resides the sites; but when
See the note at the bottom of this page:
http://www.apache.org/dist/jakarta/tomcat-3/bin/win32/i386/
Cheers,
Larry
> -Original Message-
> From: Dreamy Wu [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 11, 2004 4:49 AM
> To: [EMAIL PROTECTED]
> Subject: Ple
It looks like you commented out the line:
"Dreamy Wu" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi :
Please help me for "jk_nt_service" problem .
wrapper.jvm.options=
in your wrapper.properties file.
Description :
[I followed your guiding :
http:/
Hi :
Please help me for "jk_nt_service" problem .
Description :
[I followed your guiding :
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/NT-Service-howto.html]
After I install JAVA and Jakarta, I run "jk_nt_service -I Jakarta wrapper.properties".
It's OK, and I ran
If his app is directly under the webapps directory, he shouldn't need to
alter server.xml.
AutoDeploy will pick it up.
You will, however need to create a mapping for your servlet in your web.xml
file under WEB-INF in your app's directory.
On Wednesday 17 December 2003 11:05 am, qi zhang wr
You should change your server.xml, adding another context like
Try to see if it will help.
> I could able to run servlets in tomcat 4.1. I created
> a folder called webdev in webapps in that i created WEB-INF and
> classes. I stored web.xml in WEB-INF. as follows.
> webapps/webdev/WEB-INF/cla
error,
please notify me immediately so that I can correct and delete the original
email. Thank you.
:: -Original Message-
:: From: Pinguti Sridevi [mailto:[EMAIL PROTECTED]
:: Sent: Wednesday, December 17, 2003 10:22 AM
:: To: anand; javagroup; parvez; tomcat
:: Subject: URGENT PLEASE HELP
; parvez; tomcat
Subject: URGENT PLEASE HELP ME
I could able to run servlets in tomcat 4.1. I created
a folder called webdev in webapps in that i created WEB-INF and
classes. I stored web.xml in WEB-INF. as follows.
webapps/webdev/WEB-INF/classes
WEB-INF
I could able to run servlets in tomcat 4.1. I created
a folder called webdev in webapps in that i created WEB-INF and
classes. I stored web.xml in WEB-INF. as follows.
webapps/webdev/WEB-INF/classes
WEB-INF/web.xml
I configured web.xml with servletname,servletclass between webapps
tags. After res
s and error message. here
> are my source code of hello.jsp
>
>
>
>HI
>
>
>
> here are my software and hardware information
> WINDOWS XP
> JAVA SDK 1.4.2
> TOMCAT 4.1.24
> P
r message. here
>are my source code of hello.jsp
>
>
>
> HI
>
>
>
>here are my software and hardware information
> WINDOWS XP
> JAVA SDK 1.4.2
> TOMCAT 4.1.24
>
OMCAT 4.1.24
Pentium III 1G
128MB
20 GB Hard Drive
Please help me
Thanks
0.6 and everything goes well.
So I tried to use, on TOMCAT 4.0.5, the same web.xml also for the ROOT
application (that comes with TOMCAT) and everything goes well.
On your opinion, why the authentication doesn't run on my application?
Please, help me!
I thank you in ad
> org.apache.commons.dbcp.DbcpException
> : java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for
> JDBC]Unable
> to connect. Invalid URL
The URL is invalid.
> jdbc:microsoft:sqlserver://192.168.0.12:1433/Northwind
Here is the URL
On my servers, my devs are using:
jdbc:microsoft:sqls
://192.168.0.12:1433/Northwind
username
sa
password
sa
but i cannot connect, the error appears when i make:
conn=ds.getConnection();
can anybody helps me?
this question is very important for my job.
Please help me.
Thanks
-
To
gt;
To: 'Tomcat Users List' <[EMAIL PROTECTED]>
Sent: Saturday, August 02, 2003 4:23 PM
Subject: RE: Running external C routine from a servlet ? Please help me
> Michel,
>
> I had a similar problem creating files in a servlet. I found that in my
> case, the relat
Telephone: 937-848-2203
Cell Phone: 937-367-1879
efax: 413-674-7094
-Original Message-
From: Michel Jubault [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 02, 2003 9:45 AM
To: [EMAIL PROTECTED]
Subject: Running external C routine from a servlet ? Please help me
Hi there !
I
Hi there !
I'm running a little C program from a servlet. I'm using runtime, process
and exec to do this. I gather the result in an inputstream. In fact there's
no pb on that.
The problem is rather a path problem. All servlets in my app are using
relative path to found the others and properties fi
Check and see if the password and username is correct for the database
you setup.
Victor Gonzalez wrote:
The message is...
java.sql.SQLException: Connection refused: connect
at net.sourceforge.jtds.jdbc.TdsConnection.allocateTds(Unknown
Source)
at net.sourceforge.jtds.jdbc.TdsConn
Are you providing a user name and password?
I am not familiar with this driver, but with the IBM DB2 driver a property
of prompt=false is also needed.
At 12:40 PM 4/3/2003 -0600, Victor Gonzalez wrote:
The message is...
java.sql.SQLException: Connection refused: connect
at net.sourceforg
The message is...
java.sql.SQLException: Connection refused: connect
at net.sourceforge.jtds.jdbc.TdsConnection.allocateTds(Unknown
Source)
at net.sourceforge.jtds.jdbc.TdsConnection.(Unknown
Source)
at net.sourceforge.jtds.jdbc.Driver.connect(Unknown Source)
at jav
and
http://www.johnturner.com/howto/
Filip
> -Original Message-
> From: Jeremy Whitlock [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 24, 2003 11:52 AM
> To: 'Tomcat Users List'
> Subject: RE: Please help me
>
>
> Juan,
> Here you go:
&
]
Subject: Please help me
I`m using Apache 1.3 and Tomcat 4.1.18. I need help, how
configuration..??
Thanks
JC
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Juan,
Here you go:
http://www.moreservlets.com/Using-Tomcat-4.html
Hope this helps, Jeremy
-Original Message-
From: Juan Carlos Correa [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 12:56 PM
To: [EMAIL PROTECTED]
Subject: Please help me
I`m using Apache 1.3 and Tomcat
I`m using Apache 1.3 and Tomcat 4.1.18. I need help, how configuration..??
Thanks
JC
hello,
(B excuse me
(B i install the RedHat linux7.2 full install (by For Server)
(B and j2sdk1.4.0
(B and Tomcat4.0.6
(B and mod_webapp-1.0-1.i386.rpm
(B and settings as follwing
(B --
(B httpd.conf
(B DocumentRoot and changed tomcat root
(B addmodule
dvised to
include the following line in the httpd.conf
include "c:\tomcat\conf\tomcat-apache.conf"
My Tomcat is working fine, but there is no configuration file in the
directory.
Please help me to come out with this prob.
Regards
Manoj Tyagi
--
To unsubscribe, e-mail: <
mcat is working fine, but there is no configuration file in the directory.
Please help me to come out with this prob.
Regards
Manoj Tyagi
Hi,
I still have the "Cannot load JDBC driver class 'null'" problem :-(. I have
decompiled the org.apache.commons.dbcp.BasicDataSource class, put debug and
compiled it, and noticed that driverClassName is coming as null, and the
function setDriverClassName() is never called, but in the logs I see
Hi
I am working on a web application. The language supported is "Japanease", I
am using EUC-JP encoding type.
My database [pgsql] is set for the EUC-JP.
The problem here is JVM is not handeling EUC-JP
Intially I started with tomcat3.2 and jdk1.3
after that I upgraded both as tomcat4 and jdk1
Hi
I am working on a web application. The language supported is "Japanease", I
am using EUC-JP encoding type.
My database [pgsql] is set for the EUC-JP.
The problem here is JVM is not handeling EUC-JP
Intially I started with tomcat3.2 and jdk1.3
after that I upgraded both as tomcat4 and jdk1
;d:\tomcat\common\lib\classes111.jar;d:\tomcat\common\lib\classes102.jar
I have start the services ( startup.bat) and tried
Result: Connection =null
What else I have to do
Please help me
Advance Thank
Thanks
Girijapathi
Nagesh
"Cox, Charlie" wrote:
> why do you need a servlet wrapp
You can download the .class files from SUN:
http://java.sun.com/products/servlet/download.html
/Dan
-Ursprungligt meddelande-
Från: Shabeer Miah [mailto:[EMAIL PROTECTED]]
Skickat: den 22 november 2002 12:41
Till: [EMAIL PROTECTED]
Ämne: please help me
Hi There,
I'm
You'll have to include servlet.jar in your CLASSPATH.
servlet.jar is part of your tomcat distribution. When using
Tomcat 4.1 you can find it in $CATALINA_HOME/common/libs
Carsten
Am Freitag, 22.11.02, um 12:40 Uhr (Europe/Berlin) schrieb Shabeer Miah:
Hi There,
I'm very new to ja
To use servlets you will need a servlet container/webserver like Tomcat. To compile
servlets some .jar files from Tomcat are necessary. You have to add this to your
classpath or use ant scripts whatever.
In your case I guess that servlet.jar from /tomcat/common/lib/ is missing in your
classpath
Hi There,
I'm very new to java technology and I
started loving java, and now a days I'm learning
servlets, I have written a servlet example, and trying
to compile it but couldn't able to do that, do I need
to have different software to compile the servlets
apart from jdk1.4 please he
Hi,
Please help me understand 'ServletRequest.getCharacterEncoding()', I'm
really confused.
I'm using 'SetCharacterEncodingFilter' that comes with examples webapp to
process
jsp pages with <%@page contentType="text/html;charset=GB2312 %>. The filt
Miguel Angel Mulero Martinez wrote:
> This depends on how you use the connection. If you use a db pool, then the
> pool must reconnect. There're pools that do that and other that don't do.
Does DBCP that comes with Tomcat 4.0.4 and later reconnect?
Nix.
--
To unsubscribe, e-mail:
documentation here.
http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/index.htm
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 03, 2002 3:47 AM
To: tomcat-user
Subject: Please help me!!
Hi all,
I can't find an answer to
on't
do.
>
> Regards.
>
> -Mensaje original-
> > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Enviado el: jueves, 03 de octubre de 2002 9:47
> > Para: tomcat-user
> > Asunto: Please help me!!
> >
> > Hi all,
> >
> >
ra: tomcat-user
Asunto: Please help me!!
Hi all,
I can't find an answer to this question. Plese help me.
I have an apache-tomcat(4.0.3) system installed. I use a connection
DataSource with a Oracle database (I have a resource in server.xml with
type="javax.sql.DataSource"). ---
Hi all,
I can't find an answer to this question. Plese help me.
I have an apache-tomcat(4.0.3) system installed. I use a connection
DataSource with a Oracle database (I have a resource in server.xml with
type="javax.sql.DataSource"). ---> Instruction in the JNDI Resources
HOW-TO sectio
i am using apache 1.3.26 to server my static webpages on one server and
connecting to a separate tomcat 3.1 server through mod_jk.
when i start up apache, it is able to connect to the webapps fine. but
after several minutes, something strange happens.
if i put in the url of one webapplication,
it set up and running.
>
> > -Original Message-
> > From: Michael B Sebetich [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, August 01, 2002 2:42 PM
> > To: Tomcat Users List
> > Subject: RE: Please help me... URGENT
> >
> >
> > I wouldn'
Why are we worried about securing a Windows 2000 server?? I thought they just wanted
it set up and running.
> -Original Message-
> From: Michael B Sebetich [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 2:42 PM
> To: Tomcat Users List
> Subject: RE:
verhead of the transfer from Apache to Tomcat of dynamic
pages may nullify any speed advantages.
- Original Message -
> Please help me .
>
> My requirements are to serve JSP, Servlets, static pages and SSL(not
> important). NO CGI, PERL, PHP etc.
>
> I am using a
IIS + SSL + Tomcat
>
> > -Original Message-
> > From: Sujith Mathew [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, August 01, 2002 2:26 PM
> > To: [EMAIL PROTECTED]
> > Subject: Please help me... URGENT
> >
> >
> > Please help me .
> &g
One option is to use IIS + SSL + Tomcat
> -Original Message-
> From: Sujith Mathew [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 2:26 PM
> To: [EMAIL PROTECTED]
> Subject: Please help me... URGENT
>
>
> Please help me .
>
> My requireme
Hi There,
I would go with Tomcat+SSL, the setup is much easier than your other
alternative. The only thing you really lose by not using apache is the
ability to use virtual hosts.
Mike
On Fri, 2 Aug 2002, Sujith Mathew wrote:
> Please help me .
>
> My requirements are to
Please help me .
My requirements are to serve JSP, Servlets, static pages and SSL(not
important). NO CGI, PERL, PHP etc.
I am using a WINDOWS 2000 Server.*I want anyone to tell me whether i
should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
Please reply me fast , i am banking on you guys for a
In order to use the manager app, you have to have the role 'manager'
defined for your username.
--- "IT-INDIA.com" <[EMAIL PROTECTED]> wrote:
> hi,
>
> I have installed TomCat 4.0.4 on W2K.
> Everything seems OK. I can access the
> examples and run them thru http://localhost:8080
>
> Now whe
-Original Message-
From: Andreas Probst [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 2:13 AM
To: Tomcat Users List
Subject:Re: Login-Password http://localhost/manager ? Please help
me
Hi,
look at http://localhost:8080/tomcat-docs
Actually there is no default password. You will have to change the user
configuration file to set the login and password as you wish.
Also, the roles have to be set. To manage everything set the following
roles: Standard, Manager.
My tomcat-users.xml looks like this ...
Regards,
John.
IT-IN
Hi,
look at http://localhost:8080/tomcat-docs/manager-howto.html.
There it says "You can add the manager role to the comma-delimited roles attriute for
one or more existing users, and/or create new users with that assigned role."
So just add ",manager" to one of those users. Then you can use t
you need to set your user and password in tomcat-user.xml
good luck
clay
-Original Message-
From: IT-INDIA.com [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 10:27 AM
To: Tomcat Users List
Subject:Login-Password http://localhost/manager ? Please help me
hi,
I have installed TomCat 4.0.4 on W2K.
Everything seems OK. I can access the
examples and run them thru http://localhost:8080
Now when I access http://localhost:8080/manager
I enter tomcat/tomcat it doesn't run this way.
I have also gone thru the user configuration file
where I found 3 defau
hi,
i am tryingto configure Tomcat as a secure web server using SSL on windows
2000
i have installed the tomcat 4.0
and j2sdk1.4.0
my tomact is working alright that is the unsecure tomcat
so far to make secure web server i have done this
1. i have created the certificate by
%JAVA_HOME%\bin\keytoo
Knutsen Jeffrey S wrote:
> YES! You've hit it! I AM asking the question about how fast the car will
> go. At this time, I DON'T care about the type of car or engine! My question
> is being analyzed far too deeply by the diligent developers on this mail
> list.
>
Well, although I agree with
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
-Original Message-
From: Knutsen Jeffrey S [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 9:20 AM
To: Tomcat Users List
Subject: RE: Please help me improve my question skills (number of tomcat
a pps)
YES! You've hit it! I AM
om: Adrian [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 10, 2002 7:32 PM
To: Tomcat Users List
Subject: Re: Please help me improve my question skills (number of tomcat
apps)
Your question cannot be answered without specifying criteria.
1) OS type
2) JVM type
3) Type and Complexity of Application
4)
engine.
Adrian
- Original Message -
From: "Knutsen Jeffrey S" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 10, 2002 9:48 AM
Subject: Please help me improve my question skills (number of tomcat apps)
> I have submitted the following question and
On Mon, 10 Jun 2002, Arshad Mahmood wrote:
> Date: Mon, 10 Jun 2002 16:49:07 +0100
> From: Arshad Mahmood <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: Re: Please help me improve my
at is the best
> that anyone has done", in any configuration. I am interested in
real-world
> successes.
>
> Thanks again!
>
>
>
>
> -Original Message-
> From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 10, 2002 10:33 AM
anks again!
-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 10, 2002 10:33 AM
To: Tomcat Users List
Subject: Re: Please help me improve my question skills (number of tomcat
apps)
On Mon, 10 Jun 2002, Knutsen Jeffrey S wrote:
> Date: Mon, 10 Jun
On Mon, 10 Jun 2002, Knutsen Jeffrey S wrote:
> Date: Mon, 10 Jun 2002 08:48:39 -0500
> From: Knutsen Jeffrey S <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject:
o for you, mate.
tom
-Original Message-
From: Knutsen Jeffrey S [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 10, 2002 3:49 PM
To: '[EMAIL PROTECTED]'
Subject: Please help me improve my question skills (number of tomcat apps)
I have submitted the following question and received n
o the
problem must be with me or the way I am asking.
Can someone please help me improve myself? Is this a stupid question? Have
I perhaps asked it incorrectly? I am open and receptive to any constructive
criticism available (I can take it, but maybe you could send a direct
response if you want
Hi Ryan,
Check the archives for the subject: "mod_jk for Apache 2 on Win32?". You
probably have issues with your mod_jk.conf and/or your
workers.properties. I posted my files there as examples of something that
works. Of course you need to adapt it for your own purposes, but it should
get
http://www.acg-gmbh.de/mod_jk/
-Original Message-
From: Ryan Gomes [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 04, 2002 10:51 PM
To: [EMAIL PROTECTED]
Subject: Apache 2.0 & Tomcat 4.0 integration on Win 2000: Please help me
Hi!
I need to integrate Apache 2 and Tomcat 4 on Win
Hi!
I need to integrate Apache 2 and Tomcat 4 on Windows 2000. I run into a
whole lot of problems.
The main problem is that Apache cannot load the mod_jk.dll module. I
referred to a website and got another version of a re-compiled mod_jk.dll,
but did no good.
Has anyone integrated Apache 2 a
May 03, 2002 4:05 PM
> Subject: Urgent.. Please help me
>
>
> > Hi! I have an urgent question. Could any guru help me to diagnosis it?
> >
> > I'm using tomcat 4.0. My servlet gets the DataSource from JNDI. However,
> it
> > raise the following exception:
>
please send some more, like the db JNDI definition,
i think is only a name problem
GIorgio
- Original Message -
From: "Alvin Wang" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, May 03, 2002 4:05 PM
Subject: Urgent.. Please
Hi! I have an urgent question. Could any guru help me to diagnosis it?
I'm using tomcat 4.0. My servlet gets the DataSource from JNDI. However, it
raise the following exception:
javax.naming.NameNotFoundException: Name java:comp is not bound in this
Context
at org.apache.naming.NamingCon
1 - 100 of 181 matches
Mail list logo