Connect IIS 6 to Tomcat 5 using Jakarta JK connector: steps, tips for J2EE newbies

2005-09-09 Thread Tracy Spratt
This doc is targeted at developers using Macromedia Flex which is just a J2EE application. It might still be of use to newbies here though. It uses the Jakarta Tomcat JK installer. Please note the security caveat near the end. Corrections welcome. http://www.cflex.net/showfiledetails.cfm

Re: confused J2SE or J2EE

2005-07-01 Thread Bruno Georges
In general use J2SE. J2EE not only includes JDK, JRE but alo the rest of the J2EE stack. You don't need to install J2EE , install J2SE. With J2SE you can use the JDK [JRE has just the runtime, so it is not intended for development, rather for being shipped with apps or deployed on prod] If you use

Re: confused J2SE or J2EE

2005-07-01 Thread Sharath Srivatsa
ganesan malairaja [EMAIL PROTECTED] 07/01/2005 08:17 AM Please respond to Tomcat Users List To: tomcat-user@jakarta.apache.org cc: Subject:confused J2SE or J2EE hi guys i am confused about using J2SE or J2EE which one i am supposed to use ? if i use

confused J2SE or J2EE

2005-06-30 Thread ganesan malairaja
hi guys i am confused about using J2SE or J2EE which one i am supposed to use ? if i use J2SE do i have to install JRE also ? please clarify .. i am stuck here .. i already have Borland JBuilder , which comes with jdk 1.4, do i need to install another copy of J2SE or use the one comes

tomcat 5.5.x J2EE Connector

2005-06-02 Thread faisal
I found this http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg73629.html on the archive but this thread is very old and I am wondering if newer tomcat 5.5.x version implements JCA. - To unsubscribe, e-mail: [EMAIL

RE: tomcat 5.5.x J2EE Connector

2005-06-02 Thread Guy Katz
tomcat is not a J2EE implementation so you should not expect JCA to be implemented in tomcat. -Original Message- From: faisal [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 1:35 PM To: tomcat-user@jakarta.apache.org Subject: tomcat 5.5.x J2EE Connector I found this http

xmlns:j2ee=http://java.sun.com/xml/ns/j2ee

2005-01-28 Thread John Rasmussen
I've loaded tomcat 5.5.4, and I can't get my web.xml files to validate with the new schema. I get an error on xsd:group ref=j2ee:descriptionGroup/ In http://www.ibm.com/webservices/xsd/j2ee_web_services_client_1.1.xsd I'm sure someone has run into this, but I can't google up a

J2ee jars?

2005-01-11 Thread Rômulo Cordeiro Lana
What is the best approach to include j2ee jars in tomcat? Rômulo Cordeiro Lana [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: J2ee jars?

2005-01-11 Thread D'Alessandro, Arthur
I started to play around with OpenEJB http://www.openejb.org/tomcat.html -Original Message- From: Rômulo Cordeiro Lana [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 1:48 PM To: Tomcat Users List Subject: J2ee jars? What is the best approach to include j2ee jars in tomcat

migrate IIS to J2ee based web server, then migrate .net architecture to j2ee based one

2004-12-06 Thread qiubo su
Dear Sir/Madam: the company i will work for later on has the software product based on the .net framework with the IIS middle ware. because of the requirement of the current market, the company needs to migrate the whole architecture to J2ee based one. because the company only has .net

migrate IIS to J2ee based web server, then migrate .net architecture to j2ee based one

2004-12-06 Thread qiubo su
Dear Sir/Madam: the company i will work for later on has the software product based on the .net framework with the IIS middle ware. because of the requirement of the current market, the company needs to migrate the whole architecture to J2ee based one. because the company only has .net

RE: migrate IIS to J2ee based web server, then migrate .net architecture to j2ee based one

2004-12-06 Thread Shapira, Yoav
://www.yoavshapira.com -Original Message- From: qiubo su [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 3:21 PM To: Tomcat Users List Subject: migrate IIS to J2ee based web server, then migrate .net architecture to j2ee based one Dear Sir/Madam: the company i will work

J2EE Policy Agent and Web Policy Agent

2004-11-22 Thread Derrick Koes
Does anyone have any experience using either of these with Tomcat? If so, can you point me to a good resource? Thanks, Derrick

RE: J2EE Policy Agent and Web Policy Agent

2004-11-22 Thread Shapira, Yoav
PROTECTED] Sent: Monday, November 22, 2004 1:59 PM To: [EMAIL PROTECTED] Subject: J2EE Policy Agent and Web Policy Agent Does anyone have any experience using either of these with Tomcat? If so, can you point me to a good resource? Thanks, Derrick This e-mail, including any attachments

[OFF TOPIC] J2EE/Tomcat Build Process

2004-08-09 Thread Allistair Crossley
Hi All, I am currently trying to streamline our team's build process here using Tomcat as our servlet container. For a while the way I had it setup was that we had 1 instance of TC running on a dev server and 1 instance on production. Each developer would checkout only the code they will

Re: [OFF TOPIC] J2EE/Tomcat Build Process

2004-08-09 Thread Jignesh Patel
I don't understand if all the developers is not having TC installed, how they will check the code is logically working before integrating with main code. In my 6 years experience I haven't thought of the situation that more then one developer is depending on only one server. -Jignesh On Mon,

RE: [OFF TOPIC] J2EE/Tomcat Build Process

2004-08-09 Thread Shapira, Yoav
resources to do it on your dev server. Your server resources are better spent on integration and load testing (and of course serving the production site). Note that nothing in your question is specific to Tomcat or even J2EE. These principles are applicable (and these issues arise) for any multi

Re: [OFF TOPIC] J2EE/Tomcat Build Process

2004-08-09 Thread QM
On Mon, Aug 09, 2004 at 09:30:05AM +0100, Allistair Crossley wrote: : When I do a build, I am thinking that all source must be checked in, then a Get Latest Version, then run an Ant script to compile and generate a WAR for staging and production deployment. -as in, the nightly integration

RE: J2EE classpath issue, was Tomcat 3 will not load on Windows 98

2004-07-16 Thread David . Pawson
Thanks Charles. You don't want to download the Sun J2EE package - Tomcat supplies its own, and having both on your system at the same time can lead to some interesting events. Is this bad planning, or something a user should know about and work

RE: J2EE classpath issue, was Tomcat 3 will not load on Windows 98

2004-07-16 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: RE: J2EE classpath issue, was Tomcat 3 will not load on Windows 98 So its primarily a classpath issue? I.e. its not a case of *don't use J2EE* and ensure your classpath order is right. Well, you are using J2EE, just not the Sun

RE: J2EE classpath issue, was Tomcat 3 will not load on Windows 98

2004-07-16 Thread Nicolas PEREZ
Return Receipt Your RE: J2EE classpath issue, was Tomcat 3 will not load on Windows 98 document

Is there's Any body using J2EE 1.4

2004-06-29 Thread praba karan
Hi Friends, Is there is any body using J2ee 1.4. If So, plz send me reply the deployment procedure for CMP in EJB Expecting urs reply K.PRABAKARAN __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http

tomcat as j2ee container

2004-04-08 Thread khylandirl
Hi, I'm looking for some architectural guidance. I'm developing a multitier application centred around tomcat. At the lowest level I have mulitple webapps. For the middle tier, I've written a LifecycleListener that invokes my business objects. These will then be available to all the webapps.

Re: Alternatives to J2EE Authentication

2004-02-27 Thread Carlos Cajina - Hotmail
] To: [EMAIL PROTECTED] Sent: Thursday, February 26, 2004 10:31 PM Subject: Re: Alternatives to J2EE Authentication Having just researched this, here's what i found. Using a javax.servlet.Filter works very well. As you say, You check the session for an attribute value that indicates authentication

Alternatives to J2EE Authentication

2004-02-26 Thread Steven J. Owens
Hi folks, The most common (and frustrating) bookmarked login page gotcha with J2EE authentication has been oft-discussed (broken as designed) on this list. What are people's favorite alternatives to J2EE authentication? And why? Something I'm particularly interested

Re: Alternatives to J2EE Authentication

2004-02-26 Thread Nathan Maves
http://securityfilter.sourceforge.net/ This is perfect! Not container specific! On Feb 26, 2004, at 4:19 PM, Steven J. Owens wrote: Hi folks, The most common (and frustrating) bookmarked login page gotcha with J2EE authentication has been oft-discussed (broken as designed) on this list

Re: Alternatives to J2EE Authentication

2004-02-26 Thread David Evans
, 2004-02-26 at 18:19, Steven J. Owens wrote: Hi folks, The most common (and frustrating) bookmarked login page gotcha with J2EE authentication has been oft-discussed (broken as designed) on this list. What are people's favorite alternatives to J2EE authentication? And why

Is server.xml a standard J2EE config file

2003-09-05 Thread Agarwal, Naresh
Hi Is server.xml file used by Tomcat a stanard configuration files used in J2EE App Servers or it is something specific to Tomcat? thanks, Naresh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Is server.xml a standard J2EE config file

2003-09-05 Thread Tim Funk
Its something specific to tomcat. -Tim Agarwal, Naresh wrote: Hi Is server.xml file used by Tomcat a stanard configuration files used in J2EE App Servers or it is something specific to Tomcat? thanks, Naresh

RE: J2EE: Sinking Deeper and Deeper

2003-07-14 Thread Mike Curwen
Subject: J2EE: Sinking Deeper and Deeper List, I thought I'd try a few things, to try and get my application to make use of javax.mail.* I'm running IBM java131 and Tomcat 3.3.1 I've got a fairly extensive webapp written and running. Moved it to a RedHat 9 Linux server without any

J2EE: Sinking Deeper and Deeper

2003-07-12 Thread taf
(RequestDispatcherImpl.java:174) at SME.SMEcontrol.doPost(SMEcontrol.nrx:317) I did find a statement in the jGuru faq to the effect that: The J2EE reference implementation ships with Tomcat. The classes for Tomcat are located inside the \lib\j2ee.jar. If you wanted to use the latest version

RE: Servlet Containers J2EE Frameworks

2003-06-04 Thread Extance, Paul
In a nutshell, if its not in the J2EE Spec, you can't assume is part of the available architecture of a J2EE compliant app server, even if 50% of the containers provide it. So if your looking for 'job scheduling', for example, and some have it, and other don't, you basically need to build one your

Re: Conflict with J2EE, Problems starting Tomcat

2003-03-14 Thread David Nelson
Note that I just realized after combing logs that this error and failure began when suns J2EE package was installed. Has anyone seen anything similar? -Original Message- From: David Nelson Sent: Friday, March 14, 2003 1:21 PM To: Tomcat Users List (E-mail) Subject: Problems starting

servlet/jsp/j2ee/pattern/ mailing list

2003-02-21 Thread Etienne
It there a newsgroup of a good mailing list for servlet/jsp/j2ee/pattern/? I have search for some of them, I didn't find anything. Thanks. Etienne. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: servlet/jsp/j2ee/pattern/ mailing list

2003-02-21 Thread Andoni
PM Subject: servlet/jsp/j2ee/pattern/ mailing list It there a newsgroup of a good mailing list for servlet/jsp/j2ee/pattern/? I have search for some of them, I didn't find anything. Thanks. Etienne. - To unsubscribe, e

Tomcat 4.1.18 and J2EE server (default server that ships with the J2EE) problem

2003-02-15 Thread Martijn
Dear reader, I've been trying to let Tomcat remotely call an EJB (Enterprise Java Bean) from a JSP page. But so far without any result (but many different exceptions). I am new to Tomcat, so I guess I am missing something somewhere. Tomcat runs in a separate JVM and so does the default J2EE

J2EE Form-based Authentication

2003-02-13 Thread Carlos Cajina
Although it may not address the specific requests made on this list, I found an article about form-based authentication that could be useful. Here it is: http://www.onjava.com/pub/a/onjava/2002/06/12/form.html Regards. Carlos

Off-Topic(?) j2ee 1.4 jar not found

2003-02-12 Thread Jens Skripczynski
Hi, i'm using tomcat 4.0.4 and run yesterday into a problem i'm unable to solve. I'm using a bean to send an email using java's Mail API. Compile works fine and when i try to access it from a jsp i get the following error: -- [...]

RE: Off-Topic(?) j2ee 1.4 jar not found

2003-02-12 Thread Shapira, Yoav
Howdy, 1. Don't use the j2ee distribution jar. Use the mail and activation jars separately. Do not have the j2ee jar anywhere in the tomcat installation. 2. These two jars (mail.jar and activation.jar) should go in the /WEB-INF/lib directory of your web application. Yoav Shapira Millennium

Re: Off-Topic(?) j2ee 1.4 jar not found

2003-02-12 Thread Jens Skripczynski
hi, Shapira, Yoav: 1. Don't use the j2ee distribution jar. Use the mail and activation jars separately. Do not have the j2ee jar anywhere in the tomcat installation. 2. These two jars (mail.jar and activation.jar) should go in the /WEB-INF/lib directory of your web application. 1) why ? 2

Joey: First mobile J2EE application server for PocketPC and J2ME

2003-02-04 Thread info
Hello, We are pleased to announce the release of Joey 1.0. Joey is the world's first mobile J2EE application server that runs in disconnected mode on J2ME and J2SE devices, including Compaq iPaq and other PocketPC 2002 devices, Sharp Zaurus Linux PDA, and all Windows/Linux laptops. What is Joey

Redirecting Request To Login Form (J2EE form-based auth)

2003-01-28 Thread Steven J. Owens
Hi folks, This just occurred to me... there's a gotcha with J2EE form-based authentication (broken as designed), that it uses client-side redirect to send the user to the login form, but if the user later uses the Back key to get to the login form, or bookmarks the login page, they get

J2EE Server - problem starting

2002-12-05 Thread Lindomar
Hi everybody! I'm reading about j2ee...yesterday i installed, did some tests, it was ok. But, when i try start today, this exception appears: J2EE server listen port: 1050 J2EE server startup error org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 209 completed

Re: J2EE Server - problem starting - sorry

2002-12-05 Thread Lindomar
Sorry people, it was a message off topic I'm testing J2EE Server, i really don't understand this error...yesterday it was works fine. - Original Message - Hi everybody! I'm reading about j2ee...yesterday i installed, did some tests, it was ok. But, when i try start today

Is Tomcat a J2EE Container as well??

2002-11-12 Thread Nicholas Orr
Just a quick one, Can you run full blown J2EE apps in Tomcat?? If so do you need to do anything special or is it ready to go out of the box?? Nicholas Orr ** The information contained in this e-mail is confidential

Re: Is Tomcat a J2EE Container as well??

2002-11-12 Thread Kwok Peng Tuck
No servlet and jsp only. Nicholas Orr wrote: Just a quick one, Can you run full blown J2EE apps in Tomcat?? If so do you need to do anything special or is it ready to go out of the box?? Nicholas Orr ** The information

Re: Is Tomcat a J2EE Container as well??

2002-11-12 Thread Charles Baker
--- Kwok Peng Tuck [EMAIL PROTECTED] wrote: No servlet and jsp only. Nicholas Orr wrote: Just a quick one, Can you run full blown J2EE apps in Tomcat?? If so do you need to do anything special or is it ready to go out of the box?? Nicholas Orr {{SNIP}} Try jboss and tomcat

Re: Is Tomcat a J2EE Container as well??

2002-11-12 Thread Kwok Peng Tuck
Try jboss and tomcat together: http://www.jboss.org/downloads.jsp Is that easy to use btw (I mean the jboss part) ? I tried iplanet platform edition but that wouldn't let me do remote admin. Enhydra was a bit vague in certain areas for me. -- To unsubscribe, e-mail:

RE: Is Tomcat a J2EE Container as well??

2002-11-12 Thread James Higginbotham
Jboss is, IMO, the cleanest architected j2ee server to date. The docs are thorough (esp the $100 pay-for docs - support the team with this and learn a ton!), and support on the mailing lists is like few other projects. I'd give it a shot.. I used to be a Weblogic fan (and still am to some extent

Re: Is Tomcat a J2EE Container as well??

2002-11-12 Thread Keith Pemberton
away from JBoss. Keith - Original Message - From: Kwok Peng Tuck [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 7:35 PM Subject: Re: Is Tomcat a J2EE Container as well?? Try jboss and tomcat together: http://www.jboss.org/downloads.jsp

Re: Is Tomcat a J2EE Container as well??

2002-11-12 Thread Kwok Peng Tuck
Message - From: Kwok Peng Tuck [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 7:35 PM Subject: Re: Is Tomcat a J2EE Container as well?? Try jboss and tomcat together: http://www.jboss.org/downloads.jsp Is that easy to use btw (I mean

Re: J2EE, JSP, SERVLETS

2002-11-03 Thread Wally Masterson
Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, 27 February, 2002 4:06 AM Subject: Re: J2EE, JSP, SERVLETS There are a couple of reasons to pick JSP. I usually tell bosses that we use java because it is easy to replicate across

J2EE certificate?

2002-10-31 Thread Christian . Coy
Can anybody tell me wheather Tomcat 4 or 5 will be officially J2EE certified? I know there is a process with Sun underway, but I don't know the results so far. Thanks for your help. Christian Coy Merck KGaA -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org

Re: J2EE certificate?

2002-10-31 Thread Bill Barker
At a guess, no (for the simple reason that Tomcat isn't a J2EE container). However, Sun traditionally uses Tomcat's code for the servlet/jsp part of their reference implementation of J2EE. disclaimer I'm, personally, not related to Sun in any way. /disclaimer [EMAIL PROTECTED] wrote in message

Retry, problems using j2ee JMS in Tomcat 4.x.x

2002-10-24 Thread Ronald Haring
Hi all, Using win2k, JDK1.3.1, J2ee1.3.1. I have created a small JMS system to generate pdf files. I created a very short test servlet. In tomcat 3.2.3 my queue is found. In tomcat 4.0.4 and 4.1.12 I get the next error: NamingException javax.naming.NameNotFoundException: Name

Re: Retry, problems using j2ee JMS in Tomcat 4.x.x

2002-10-24 Thread Jean-Francois Arcand
OK I will give a try. I think you have to define your QueueConnectionFactory in your web.xml file in order. Is it the case? Look at the Servlet Spec for more info: http://jcp.org/aboutJava/communityprocess/first/jsr154/ Specifically in the DTD section. Also, maybe a j2ee related list might

Re: Retry, problems using j2ee JMS in Tomcat 4.x.x

2002-10-24 Thread Ronald Haring
Thanks for your answer Jean-Francois. The QueueConnectionFactory indeed isnt defined in my web.xml environment tags. I will see if I can find a good j2ee list to help me get along on the road, but thx for tips Gr Ronald - Original Message - From: Jean-Francois Arcand [EMAIL PROTECTED

TOMCAT + J2EE : HOW TO INTEGRATE?

2002-10-23 Thread psalazar
Greetings, I deploy a EJB in J2EE1.3.1. Now, I would like to call it in my JSPs/Servlets inside tomcat 4.x the EJB. How should I integrate both, TOMCAT and J2EE, to make the Context resources of J2EE available to TOMCAT environment? thx, Pedro Salazar -- pedro salazar (pt-inovacao) [EMAIL

Re: TOMCAT + J2EE : HOW TO INTEGRATE?

2002-10-23 Thread wsweetman
use JBOSS with embedded tomcat On Wednesday, October 23, 2002, at 05:06 PM, psalazar wrote: Greetings, I deploy a EJB in J2EE1.3.1. Now, I would like to call it in my JSPs/Servlets inside tomcat 4.x the EJB. How should I integrate both, TOMCAT and J2EE, to make the Context resources of J2EE

Re: TOMCAT + J2EE : HOW TO INTEGRATE?

2002-10-23 Thread wsweetman
/Servlets inside tomcat 4.x the EJB. How should I integrate both, TOMCAT and J2EE, to make the Context resources of J2EE available to TOMCAT environment? thx, Pedro Salazar -- pedro salazar (pt-inovacao) [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe

Re: TOMCAT + J2EE : HOW TO INTEGRATE?

2002-10-23 Thread psalazar
On Wednesday, October 23, 2002, at 05:06 PM, psalazar wrote: Greetings, I deploy a EJB in J2EE1.3.1. Now, I would like to call it in my JSPs/Servlets inside tomcat 4.x the EJB. How should I integrate both, TOMCAT and J2EE, to make the Context resources of J2EE available to TOMCAT

Re: TOMCAT + J2EE : HOW TO INTEGRATE?

2002-10-23 Thread Warren Sweetman
with embedded tomcat On Wednesday, October 23, 2002, at 05:06 PM, psalazar wrote: Greetings, I deploy a EJB in J2EE1.3.1. Now, I would like to call it in my JSPs/Servlets inside tomcat 4.x the EJB. How should I integrate both, TOMCAT and J2EE, to make the Context resources of J2EE available

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Shapira, Yoav
Hi, Wow, what a long message ;) I don't have time to reply to everything, but the general answer is: tomcat is a servlet/JSP container at this point. Not a J2EE container. Inter-operating with remote J2EE servers, at least for us, has proven easy. We've never used tomcat 3.x, only 4.x, so I

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Andrew Gilbert
Yoav and JeanFrancios, Thank you both for your replies. They were helpful and somewhat reassuring. At the general level: We are aware that Tomcat is not a full J2EE container. But servlets calling EJB's is bread and butter stuff. We have been successfully using Tomcat to talk to WebLogic

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperabilityfrustrations...

2002-10-10 Thread Craig R. McClanahan
On Thu, 10 Oct 2002, Andrew Gilbert wrote: Date: Thu, 10 Oct 2002 11:42:05 -0400 From: Andrew Gilbert [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Andrew Gilbert
and J2EE Interoperability frustrations... On Thu, 10 Oct 2002, Andrew Gilbert wrote: Date: Thu, 10 Oct 2002 11:42:05 -0400 From: Andrew Gilbert [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Classpath Issues

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Andrew Gilbert
Should I understand this all to say that Tomcat is not at all J2EE 1.3 compliant? Section 6.1.2 states that a compliant web container supports EJB client API's! Section 6.4 states that a container that supports the EJB client API's must also support interoperability requirements. Section 6.11

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperabilityfrustrations...

2002-10-10 Thread Craig R. McClanahan
On Thu, 10 Oct 2002, Andrew Gilbert wrote: Date: Thu, 10 Oct 2002 16:23:21 -0400 From: Andrew Gilbert [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Andrew Gilbert
.X and J2EE Interoperability frustrations... On Thu, 10 Oct 2002, Andrew Gilbert wrote: Date: Thu, 10 Oct 2002 16:23:21 -0400 From: Andrew Gilbert [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Classpath

Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-09 Thread Andrew Gilbert
and enlightenment. Questions: 1. Should one assume use of the J2EE SDK distribution of Tomcat is required for J2EE interoperability, per 2.0 spec? More directly, is it reasonable to try to get J2EE interopability with the apache distribution of Tomcat? 2. Why is there no javax.xml.transform implementation

Re: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-09 Thread Jean-Francois Arcand
appreciate input and enlightenment. Questions: 1. Should one assume use of the J2EE SDK distribution of Tomcat is required for J2EE interoperability, per 2.0 spec? More directly, is it reasonable to try to get J2EE interopability with the apache distribution of Tomcat? Tomcat doesn't have direct

Announce: J2EE MVC training using Struts with Standard Tags (JSTL)

2002-07-09 Thread @Basebeans.com
Subject: Announce: J2EE MVC training using Struts with Standard Tags (JSTL) From: Vic C. [EMAIL PROTECTED] === Standard J2EE MVC training using Struts with Standard Tags (JSTL) -We have done more Struts training than anyone. This class adds Standard Tag Libs (JSTL) with MVC and a portal

J2EE

2002-05-20 Thread Sudhir Kumar
hi, This quiestion may look very dumb, but still i want to know , What is this J2EE consists of?? What are the things which this Technology covers?? WHen can u say that ur application is built on J2EE technology ??? Thanks in advance SKN -- To unsubscribe, e-mail: mailto:[EMAIL

RE: J2EE

2002-05-20 Thread alastair
You might find an answer here: http://www.tuxedo.org/~esr/faqs/smart-questions.html#BEFORE -Original Message- From: Sudhir Kumar [mailto:[EMAIL PROTECTED]] Sent: 20 May 2002 16:47 To: 'Tomcat Users List' Subject: J2EE hi, This quiestion may look very dumb, but still i want

Re: J2EE

2002-05-20 Thread peter . brawley
Sudhir Kumar wrote: hi, This quiestion may look very dumb, but still i want to know , What is this J2EE consists of?? What are the things which this Technology covers?? WHen can u say that ur application is built on J2EE technology ??? Thanks in advance SKN http://java.sun.com

J2EE and J2SE are different to Tomcat?

2002-05-16 Thread Jack Li
Hello All, What is the difference between J2EE and J2SE in terms of developping web apps in tomcat? If I use J2EE in development phase, do I have to install J2EE in production server, too? The documents from Tomcat tell us to setup JAVA_HOME=c:\jdk1.3. Why? Many thanks, Jack Li

Resource Factories, Pools and J2EE/Servlet spec...

2002-04-05 Thread Matt Gregory
First part of my question. How do I add a URL resource factory in tomcat? This is from the J2EE specification section 5.4 and is briefly mentioned in the Servlet specification, section 9.9. Possibly other places although I just admit my knowledge of the servlet spec isn't as thorough

Problems starting Tomcat 4.03 using J2EE 1.3.1 / SDK 1.4

2002-03-30 Thread tc
I'm really desperate here. I am unable to start Tomcat 4.03 when I am using SDK 1.4 and I have the j2ee.jar in the classpath (J2EE 1.3.1) I don't understand why it is conflicting. When I take the j2ee.jar out of the classpath it's fine. I need the file for mail, I guess I can use

Re: Problems starting Tomcat 4.03 using J2EE 1.3.1 / SDK 1.4

2002-03-30 Thread Jacob Kjome
desperate here. I am unable to start Tomcat 4.03 when I am using SDK 1.4 and I have the j2ee.jar in the classpath (J2EE 1.3.1) I don't understand why it is conflicting. When I take the j2ee.jar out of the classpath it's fine. I need the file for mail, I guess I can use the mail.jar and activation.jar

Problems statring Tomcat 4.03 using J2EE 1.3.1 / SDK 1.4

2002-03-28 Thread tc
I am unable to start Tomcat 4.03 when I am using SDK 1.4 and I have the j2ee.jar in the classpath (J2EE 1.3.1) I don't understand why it is conflicting. When I take the j2ee.jar out of the classpath it's fine. I need the file for mail, I guess I can use the mail.jar and activation.jar for now

petstore 1.3 on Tomcat 4 as J2EE server

2002-03-23 Thread robert rowntree
without running the J2EE server that comes with the J2SDKEE1.3 download, I tried deploying the Petstore app. directly to a running instance of Tomcat 4.04. and got ANT 1.4.1 deployment errors like: [java] Error: Could not connect to localhost - javax.naming.ConfigurationException

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-22 Thread @Basebeans.com
Subject: Re: Off Topic: Free J2EE IDE: Which one? From: [EMAIL PROTECTED] (Matthew Chestnut) === And here is how to make it all work together: http://www.purposesolutions.com/Resources/EclipseJ2EE.html On Wed, 20 Mar 2002 22:32:35 +0100, Dom [EMAIL PROTECTED] wrote: Hi You can try Eclipse

Of topic: When to use J2EE

2002-03-21 Thread AMRAN121
Hi I normally program using JSP and Java Beans. I wanted to know why you need to program using EJB. I have read information at the Sun site but I really would like someone to share their personal experience of a situation where you would need to use it (Does it offer more security? Is their a

RE: petstore 1.3 on Tomcat 4 as J2EE server

2002-03-21 Thread Randy Layman
-Original Message- From: robert rowntree [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 12:17 AM To: [EMAIL PROTECTED] Subject: petstore 1.3 on Tomcat 4 as J2EE server without running the J2EE server that comes with the J2SDKEE1.3 download, I tried deploying

Of topic: When to use J2EE

2002-03-21 Thread AMRAN121
REpost I normally program using JSP and Java Beans. I wanted to know why you need to program using EJB. I have read information at the Sun site but I really would like someone to share their personal experience of a situation where you would need to use it (Does it offer more security? Is

Re: Of topic: When to use J2EE

2002-03-21 Thread Markus Spath
. - there is no need to use EJBs/J2EE, you might want to consider using them, if you are building larger scale, distributed enterprise applications, the application server takes care of a lot of stuff, you have to do quite some configuration activities though. - JBoss is a good choice, there is a bundle

J2EE Security Technical Session at JavaOne

2002-03-21 Thread tomcat
, 2:45-3:45, Room 120, Moscone Center http://servlet.java.sun.com/javaone/sf2002/conf/sessions/display-1532.en.jsp Because Tomcat is the J2EE reference implementation, it serves as the basis for all web container instruction and design concepts for this session. Hope to see you

RE: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread Chris Pheby
: Free J2EE IDE: Which one? You can integrate Tomcat 4 yourself ;) Change the startup scripts to support JPDA Attach with Netbeans For soruce debugging you will need to mount the Tomcat directories in your netbeans project Chris Pheby wrote: I am using netbeans right now (for Servlets not J2EE

RE: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread camccuk
--- Chris Pheby [EMAIL PROTECTED] wrote: Can you give any more explicit instructions for how to do this?? It would be extremely useful! Chris, You might find the following useful: http://community.borland.com/article/0,1410,22057,00.html These are instructions to set up JBuilder with

RE: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread Gregor Kovaè
] [mailto:[EMAIL PROTECTED]] On Behalf Of hanasaki Sent: 19 March 2002 17:33 To: Tomcat Users List Subject: Re: Off Topic: Free J2EE IDE: Which one? You can integrate Tomcat 4 yourself ;) Change the startup scripts to support JPDA Attach with Netbeans For soruce debugging you will need to mount

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread hanasaki
be extremely useful! Thanks in advance. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of hanasaki Sent: 19 March 2002 17:33 To: Tomcat Users List Subject: Re: Off Topic: Free J2EE IDE: Which one? You can integrate Tomcat 4

AW: J2EE and Tomcat

2002-03-20 Thread Ralph Einfeldt
. -Ursprüngliche Nachricht- Von: Reynir Hübner [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 14. Februar 2002 18:28 An: Tomcat Users List Betreff: J2EE and Tomcat snip/ On that matter (J2EE Tomcat), I've noticed one small difference between Tomcat and the jsp spec. Tomcat renders jsp-code

RE: Tomcat with JPDA WAS: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread Brett Porter
Or, you could just run catalina.sh jpda start ? -Original Message- From: Gregor Kovaè [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 20 March 2002 11:15 PM To: Tomcat Users List Subject: RE: Off Topic: Free J2EE IDE: Which one? Hi! Here: put parameters to java: -Xint -Xdebug

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread Dom
- Original Message - From: hanasaki [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 3:27 PM Subject: Re: Off Topic: Free J2EE IDE: Which one? Let's start with; have you done the research on the web? - jpda - www.javasoft.com - reading the Tomcat

petstore 1.3 on Tomcat 4 as J2EE server

2002-03-20 Thread robert rowntree
without running the J2EE server that comes with the J2SDKEE1.3 download, I tried deploying the Petstore app. directly to a running instance of Tomcat 4.04. and got ANT 1.4.1 deployment errors like: [java] Error: Could not connect to localhost - javax.naming.ConfigurationException

Re: Free J2EE IDE: Which one?

2002-03-19 Thread @Basebeans.com
Subject: Re: Free J2EE IDE: Which one? From: Vic Cekvenich [EMAIL PROTECTED] === netbeans.org [EMAIL PROTECTED] wrote: Go for VIsual Age for Java..This is one of the best way... -Original Message- From: Bing Zhang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:01 AM

RE: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread Chris Pheby
I am using netbeans right now (for Servlets not J2EE). Tomcat 4 integration is not here yet, but in practice this has yet to prove a problem. The draft versions of the forthcoming Using Netbeans oreilly book are on the netbeans site and really speeded learning the editor for me. Chris

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread Matt Egyhazy
Topic: Free J2EE IDE: Which one? I am trying to use a free IDE to do J2EE development, mainly servlet and EJB. The development will be on Windows NT/2000. Deployment is on linux. Three tools come to my mind: Forte Java Community Edition (I am supprised that almost nobody mention this tool

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread hanasaki
You can integrate Tomcat 4 yourself ;) Change the startup scripts to support JPDA Attach with Netbeans For soruce debugging you will need to mount the Tomcat directories in your netbeans project Chris Pheby wrote: I am using netbeans right now (for Servlets not J2EE). Tomcat 4 integration

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread David Cassidy
I think when you want the J2EE bits for forte it costs :( I'm just starting to get going into the EJB areana and so $1995 doesn't seem very nice :( D Matt Egyhazy wrote: i havent done ejb in forte community edition, however, it comes with tc 3.3 and you can debug servlets internally. i have

  1   2   3   >