I'd agree with Mark. If you make a mistake here you could cause all sort of
problems legally and financially for yourself.
On Fri, Mar 6, 2009 at 9:42 AM, Mark Thomas wrote:
> l...@work wrote:
> > hi,
> > i want to integarte tomcat with open ejb.please guide me on the
> > installation step
A system wide CLASSPATH is a bad idea to begin with. Keep you classpath
scoped to you application/application server and you will never have this
issue.
On Mon, Feb 23, 2009 at 9:52 AM, Martin Gainty wrote:
>
> as chuck mentioned you have 2 different environments that deploy web
> archives
> If
Tomcat is not J2EE, and Glassfish is not J2EE. J2EE is a set of specs.
Tomcat contains implementations of some of them. Glassfish happens to bundle
implementation of all of them. Tomcat provides a piece of the EE stack,
installing the Glassfish application server bundle will you get one
implementat
You could write a simple servlet to serve up these images from any
accessible file system. The URL for it would look something like this:
http://yourtomcatserver/yourwebappcontext/getImage?name=Foo.gif
The the servlet would know what directory to look for images in and handle
streaming them out t
It's also going to work a lot slower. APR is the way to go on Windows if you
need SSL and care about performance.
On Wed, Apr 16, 2008 at 2:12 PM, Sean Bababeigi <
[EMAIL PROTECTED]> wrote:
> Thank you so much Charles. I renamed the file tcnative-1.dll and it works
> fine.
>
> Thanks again.
>
> S
If you are planning on running on Windows then you will need to deal with
getting and/or compiling 64 bit versions of the service wrapper and
tc-native.dll. FWIW - I tried compiling them with the 5.5.25 sources using
Visual Studio 2008 (instructions support earlier versions of Visual Studio
but I
n the
Tomcat d/l page for each release).
TIA
NBW
webapps META-INF directory wasn't
replacing that one to begin with like it did after I deleted it.
On Nov 8, 2007 2:07 PM, NBW <[EMAIL PROTECTED]> wrote:
> Hi Gabe,
>
> I'd seen those instructions and that was one of the first things I
> tried but I'm still getti
Hi Gabe,
I'd seen those instructions and that was one of the first things I
tried but I'm still getting the same exception. I've tried placing
mysql-connector-java-5.1.5-bin.jar in %TOMCAT_HOME%/common/lib. I've
also tried with it just in my web app's lib directory and I've tried
with it in both l
whereas my context
Resource sets it to 30.
I've been over and over the config. and don't see where I am doing
anything different then the documentation suggests. Does anyone have
any advice?
TIA.
-NBW
-
To star
Not sure if this pertains to your environment but I have experience this
when I try to get a thread dump (of a 5.5.23 on Win2003 Server) and I am
logged into the server over an RDP (Remote Desktop) connection. I find it
works when I am at the console.
-Noah
On 5/25/07, [EMAIL PROTECTED] <[EMAIL
11 matches
Mail list logo