ssage-
From: Marc Farrow [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 08, 2006 6:25 PM
To: Tomcat Users List
Subject: Re: NetBeans 5.0 and Tomcat 5.5.16 ... Please Help (Problem
after migrating to tomcat 5.5.16 from tomcat 5.0.28)
Couple of things.
First, I have the JNDI working in Tomcat
-Original Message-
From: Marc Farrow [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 07, 2006 6:11 PM
To: Tomcat Users List
Subject: Re: NetBeans 5.0 and Tomcat 5.5.16 ... Please Help (Problem
after migrating to tomcat 5.5.16 from tomcat 5.0.28)
It might be helpful to post your web.xml an
June 07, 2006 6:11 PM
To: Tomcat Users List
Subject: Re: NetBeans 5.0 and Tomcat 5.5.16 ... Please Help (Problem
after migrating to tomcat 5.5.16 from tomcat 5.0.28)
It might be helpful to post your web.xml and context.xml (appname.xml or
the
server.xml if your context tag is still in there).
It might be helpful to post your web.xml and context.xml (appname.xml or the
server.xml if your context tag is still in there).
On 6/7/06, Vijaya <[EMAIL PROTECTED]> wrote:
Hi,
I am sorry for being vague in my earlier mail. This is the background of
my problem.
We developed the portal usin
Hi,
I am sorry for being vague in my earlier mail. This is the background of
my problem.
We developed the portal using Tomcat 5.0.28. In this version we
connected to the database (SQL Server) without the JNDI lookup. I.e. get
the data source from the request object. Also we configured the
struts
There are just too many things involved here. A better approach would be
to get the pieces working separately.
step by step
1) connect to DB using a stand-alone program
2) connect to some example servlet in tomcat
3) now use tomcat bundled with netbeans
4) Then only attempt to put all the pieces
--- Vijaya <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I downloaded NetBeans 5,0 and tomcat 5.5.16. I want
> to connect to a
> remote SQL Server. I am using jtds. I am not
> successful in using both
> NB50 and Tomcat 5.5.16 together. NB5.0 comes with
> bundled tomcat 5.5.9
> and if I use this, I get a
You can use eclipse with Exadelstudio plugin, which is freely
available. The newest version is 3.2, I think.
The problem may be u may not compiled the project correctly and deployed.
And here u r not specyfying anything like the mechanism u r using, to
connect 2 the remote server.I assume u r uisn
Hi,
I downloaded NetBeans 5,0 and tomcat 5.5.16. I want to connect to a
remote SQL Server. I am using jtds. I am not successful in using both
NB50 and Tomcat 5.5.16 together. NB5.0 comes with bundled tomcat 5.5.9
and if I use this, I get a '404 error' while accessing the remote
sql*server.
Can