RE: [OT] java to COM

2002-12-19 Thread James Higginbotham
Repeat: Google is your friend.. 

http://www.google.com/search?q=calling+ASP+Javahl=enlr=ie=UTF-8oe=UT
F-8start=10sa=N

BTW, this isn't related to Tomcat, so you may want to try another
location, or simply add a [OT] to your subject to indicate that this
isn't targeted at a Tomcat-specific issue. Hope this helps you get
started. 

Thanks,
James

 -Original Message-
 From: mhrao [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, December 19, 2002 9:36 PM
 To: Tomcat Users List
 Subject: java to COM
 
 
 Hi,
 
 How can i make a call to asp components from my java 
 application. Please help me is there any tools provides that support.
 
 
 thanks in advance
 
 MHRao
 
 
 
 
 --
 To unsubscribe, e-mail:   
 mailto:tomcat-user- [EMAIL PROTECTED]
 For 
 additional commands, 
 e-mail: mailto:[EMAIL PROTECTED]
 
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: app roll out.

2002-12-16 Thread James Higginbotham
That's probably the case if you were using cookies to track sessions.
The cookie spec mentions that the port is also part of the scope of a
cookie, so when you went from www.foo.com:80 to www.foo.com:443 you
changed the scope of the original cookie and thus created a new
session on the server side. The fix is to either change the cookie's
domain to be foo.com rather than www.foo.com, which will make it match
to all servers in that domain on all ports. At least, this seems to be
what I remember the issue being several years ago for a similar
deployment I did. 

HTH,
James

 -Original Message-
 From: Alexander Wallace [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, December 16, 2002 4:10 PM
 To: Tomcat Users List
 Subject: Re: app roll out.
 
 
 I'm redirecting everything to tomcat, but part of my app 
 requires ssl, and 
 although tomcat can handle ssl, when i tryed it, all objects 
 in my session 
 that was started not using ssl, were not accessible once 
 swithced to ssl. I 
 don't know if this is the right behavior or if there is a way 
 around it, i 
 asked the list and never got an answer, so i asummed that's 
 how it should be.
 
 Thanks!
 
 On Monday 16 December 2002 15:41, David Kavanagh wrote:
  Well, if you were just running tomcat, I'd say put your app in 
  webapps/ROOT, but I'm not sure how to configure mod_jk to 
 redirect all 
  stuff from the server root to tomcat. If you are directing 
 everything 
  to tomcat, just bag apache altogether!
 
  David
 
  On 12/16/2002 4:28 PM, Alexander Wallace wrote:
  Hi there. Almost ready to deploy my app to test in real 
 world.  I'm 
  using apache + tomcat (using mod_jk).  My app name is wxyz, and I 
  have purchased the domain name i want it to be under. I 
 want to call 
  www.mydomain.com and get my app's index. instead of typing the 
  www.mydomain.com/wxyz.
  
  How can i do that? Can someone, if not tell me how, tell 
 me where to 
  read  to learn how to do it?
  
  Sorry about the newbienezz of the email. I know nothing about this 
  things.
  
  Thanks!
  
  
  --
  To unsubscribe, e-mail:
   mailto:[EMAIL PROTECTED] For additional
   commands, e-mail: mailto:[EMAIL PROTECTED]
 
  --
  To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED] For additional
  commands, e-mail: mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe, e-mail:   
 mailto:tomcat-user- [EMAIL PROTECTED]
 For 
 additional commands, 
 e-mail: mailto:[EMAIL PROTECTED]
 
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread James Higginbotham
Wow, I feel sorry for all of you that have to worry about Java-based
IDEs that use Swing, memory issues, and whether an appserver integrates
well with your IDE or not.. There is something to be said about a
natively compiled IDE and Ant, with remote debugging for those really
tough times when log outputs won't do. 

(Hey, what's a week on a Jakarta mailing list without an IDE or O/R
war?)

Please, don't respond, as this has only been a test. If this were a real
email, you would have been instructed on what IDE to really select.. 

;)

James

 -Original Message-
 From: Steve R Burrus [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, November 21, 2002 3:29 PM
 To: Tomcat Users List
 Subject: Re: is there a free ide that gets along well with tomcat?
 
 
  Hi Jennifer, this is steve burrus, and I am most curious 
 about u apparently stating that the Sun One Studio (aka 
 Forte) is irritating so you chose/decided to uninstall it 
 unceremoniously :)!! How do you find it to be irritating 
 because I also have certain issues with it, namely that I 
 have to WAIT FOREVER for my PC's processor to be able to do 
 the next operation in the application!!! I await 
 breathlessly for your response.
 
   
   S.R.B.
 
 __
 Do you Yahoo!?
 Yahoo! News - Today's headlines
 http://news.yahoo.com
 
 --
 To unsubscribe, e-mail:   
 mailto:tomcat-user- [EMAIL PROTECTED]
 For 
 additional commands, 
 e-mail: mailto:[EMAIL PROTECTED]
 
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Include in Tomcat 4.1.12

2002-11-12 Thread James Higginbotham
More information:

I have downloaded and installed 4.1.12 full version (vs. the LE edition
that comes with Jboss) and get the same thing. Is this an issue related
to the war inside the ear, or using a .war in general, or ??. I am about
to embark in a debugging session but hoped that someone could shed some
light on this issue. 

Thanks,
James

 -Original Message-
 From: James Higginbotham 
 Sent: Tuesday, November 12, 2002 11:52 AM
 To: [EMAIL PROTECTED]
 Subject: JSP:Include in Tomcat 4.1.12
 
 
 Hi,
 
 Apologies if this is a duplicate post.. I searched the mail 
 archives and the release notes before posting.. I am 
 upgrading to Tomcat 4.1.12 + JBoss from Jboss/Jetty. I 
 couldn't deploy my war directly, so its now wrapped inside an 
 ear, with all the libs in a directory in the libs folder, and 
 a manifest class-path entry to point to those libs. The 
 application appears to function fine, except for this 
 problem. I found a bug 10711 
 http://nagoya.apache.org/bugzilla/show_bug.cgi ?id=10711 that 
 discusses the failure of jasper2 to properly 
 compose a relative path with the jsp:include tag. I'm still 
 seeing this on 4.1.12, even though it appears to have been 
 fixed in 4.1.9 beta. Can someone please shed some light?
 
 Here is the jsp:include information:
 
 jsp:include page=../common/masthead.jsp flush=true /
 
 Here is the manifest info in the war for this file and the included
 file:
 
   8742 Tue Nov 12 10:11:48 CST 2002 tcm/tcm.jsp
377 Tue Nov 12 10:11:48 CST 2002 common/masthead.jsp
 
 Here is the version at the bottom of the 404 error page:
 
 Apache Tomcat/4.1.12-LE-jdk14
 
 I'm running on Windows XP + JDK 1.3.0 + Jboss 3.0.4 + Tomcat version
 (above)
 
 Thanks,
 James
 

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Repost - Include in Tomcat 4.1.12

2002-11-12 Thread James Higginbotham
After spending several hours configuring 4.1.12 from CVS to build
properly and getting around an XSLT bug (27 step build process??), I
wanted to resend this and see if anyone had any clue, before I spend
more time trying to find out what the problem is. I can put together a
test case if needed, but wanted to double check with those in the know..


Thanks,
James

 -Original Message-
 From: James Higginbotham 
 Sent: Tuesday, November 12, 2002 3:29 PM
 To: Tomcat Users List
 Subject: RE: Include in Tomcat 4.1.12
 
 
 More information:
 
 I have downloaded and installed 4.1.12 full version (vs. the 
 LE edition that comes with Jboss) and get the same thing. Is 
 this an issue related to the war inside the ear, or using a 
 .war in general, or ??. I am about to embark in a debugging 
 session but hoped that someone could shed some light on this issue. 
 
 Thanks,
 James
 
  -Original Message-
  From: James Higginbotham
  Sent: Tuesday, November 12, 2002 11:52 AM
  To: [EMAIL PROTECTED]
  Subject: JSP:Include in Tomcat 4.1.12
  
  
  Hi,
  
  Apologies if this is a duplicate post.. I searched the mail
  archives and the release notes before posting.. I am 
  upgrading to Tomcat 4.1.12 + JBoss from Jboss/Jetty. I 
  couldn't deploy my war directly, so its now wrapped inside an 
  ear, with all the libs in a directory in the libs folder, and 
  a manifest class-path entry to point to those libs. The 
  application appears to function fine, except for this 
  problem. I found a bug 10711 
  http://nagoya.apache.org/bugzilla/show_bug.cgi ?id=10711 that 
  discusses the failure of jasper2 to properly 
  compose a relative path with the jsp:include tag. I'm still 
  seeing this on 4.1.12, even though it appears to have been 
  fixed in 4.1.9 beta. Can someone please shed some light?
  
  Here is the jsp:include information:
  
  jsp:include page=../common/masthead.jsp flush=true /
  
  Here is the manifest info in the war for this file and the included
  file:
  
8742 Tue Nov 12 10:11:48 CST 2002 tcm/tcm.jsp
 377 Tue Nov 12 10:11:48 CST 2002 common/masthead.jsp
  
  Here is the version at the bottom of the 404 error page:
  
  Apache Tomcat/4.1.12-LE-jdk14
  
  I'm running on Windows XP + JDK 1.3.0 + Jboss 3.0.4 + Tomcat version
  (above)
  
  Thanks,
  James
  
 
 --
 To unsubscribe, e-mail:   
 mailto:tomcat-user- [EMAIL PROTECTED]
 For 
 additional commands, 
 e-mail: mailto:tomcat-user-help;jakarta.apache.org
 
 

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




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), but Jboss has set the bar higher for j2ee app servers. 

James

 -Original Message-
 From: Kwok Peng Tuck [mailto:pengtuck;makmal.com] 
 Sent: Tuesday, November 12, 2002 7:36 PM
 To: Tomcat Users List
 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 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:   
 mailto:tomcat-user- [EMAIL PROTECTED]
 For 
 additional commands, 
 e-mail: mailto:tomcat-user-help;jakarta.apache.org
 
 

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Sealing Violation help

2001-08-24 Thread James Higginbotham


Ok, Ok.. You've heard it, written responses, and thought it was wrapped
up and no one would ever have this problem again :)

I'm trying to embed Tomcat 4 beta 6 into my application. I am also using
Castor (http://castor.exolab.org), which requires Xerces. I'm getting
the sealing violation after Castor starts and during the startup of
Catalina. I have basically created a wrapper to invoke the main of the
Bootstrap class for Tomcat. Anyone performed a similiar task?

Most of the archives I see relate to deploying web apps, but I'm not
able to launch Tomcat to even approach this. I tried copying the
tomcat/jasper/jaxp.jar and crimson.jar over to my project's lib
directory that the CLASSPATH references, and even moving jaxp, crimson,
and xerces around in my classpath in combination.

Any ideas? Please don't tell me to RTFM, as I have and still can't get
past the issue. I've tried searching the mailing list archives, but most
threads are related to web apps, as I mentioned earlier. I'm hoping
someone who has done the same thing can give me a cookbook or lessons
learned to assist in getting this to work. I've been using Tomcat 3.x
for some time and really love the product, and want to try to get it
deployed within my application's VM (rather than spawning a separate
process).

Regards,
James

DETAILS

Here is my current CLASSPATH:

LOCALCLASSPATH=3D./lib/activation.jar:./lib/castor-0.9.2-xml.jar:./lib/c=
astor-0.9.2.jar:./lib/jaxp.jar:./lib/crimson.jar:./lib/xerces.jar:./class=
es:./properties:...

Here is the command line launcher:

$JAVACMD -Dcatalina.home=3D./tomcat -classpath $LOCALCLASSPATH
com.myproject.Boot $@

Here is a listing of my jars for byte sizes, just in case:

-rw-r--r--1 jamesNone   295934 Jun 24 23:17 ant-1.3.jar
-rw-r--r--1 jamesNone   241856 Jun 24 23:17 ant-optional.jar
-rw-r--r--1 jamesNone   517501 Jun 24 23:17 castor-0.9.2-xml.jar
-rw-r--r--1 jamesNone  1050741 Jun 24 23:17 castor-0.9.2.jar
-rw-r--r--1 jamesNone   187246 Aug  9 22:08 crimson.jar
-rw-r--r--1 jamesNone28466 Aug  9 22:08 jaxp.jar
-rw-r--r--1 jamesNone   955716 Jun 24 23:18 xerces.jar

/DETAILS