Re: War does not unpack on deployment

2004-03-13 Thread Jacob Kjome
At 06:19 PM 3/13/2004 -0500, you wrote:
Jacob,
My hosting service is Tomcat 4.18 so I'm kind of stuck with 4.x.  Are you 
saying if I use tomcat 4.x I must not put a context for my applicaton in 
server.mxl?  Then it will be unpacked automatially?
thanks,
Phil
Yep, that's exactly what I'm saying.  Or, do this...



Now you can specify any configuration you want for your app and it will be 
deployed just fine.  It won't be unpacked.  It will run directly from the 
.war file.  Just note that you will not be able to use 
context.getRealPath("/") as it will return null if the app is deployed 
directly from the .war file and not a directory.  Of course, you should 
never depend on this anyway if you want your application to run under any 
appserver.

Also note that the above is exactly what you'd give to Tomcat5 and it will 
unpack it anyway.  The app will run from the directory, not the .war file 
even though the docBase is specified as the .war file.

Jake 

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


Re: Tomcat 4 or 5?

2004-03-13 Thread Galam
 
Well, tomcat5 implements the latest servlet API. So if you want to use the latest 
feature in your code, you should get Tomcat5.
 


Nic Werner <[EMAIL PROTECTED]> wrote:Through projects and self-interest I've been 
using Tomcat 4 a lot more. 
While I've looked at the differences, can someone explain to me what the 
big differences are in english? I'm under the impression that 4 and 5 
are different paths, not just an upgrade of a previous version, is this 
true?

Thanks,

- Nic

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


Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

Re: IIS5 isolation mode

2004-03-13 Thread George Hester
What does your uriworkermap_properties file look like?
(B
(BCheck these two pages for working directions:
(B
(Bhttp://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html?page=1
(B
(Bhttp://www.getnet.net/~rbarr/TomcatOnIIS/default.htm
(B
(BI know you said Windows 2003 but as long as URLScan is not interfering the directions 
(Bshould work.
(B
(B-- 
(BGeorge Hester
(B__
(B"Tony Nakamura" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
(B> Hi,
(B> 
(B> Sorry, I carefully followed the documentation one more time, and this
(B> particular
(B> problem went awayapologies.  Now the problem looks like the one that
(B> I've seen
(B> on other threads before.  The arrow is green, and there are no errors, but
(B> it just won't
(B> redirect.
(B> 
(B> 
(B> Tony
(B> 
(B> 
(B> - Original Message - 
(B> From: "Tony Nakamura" <[EMAIL PROTECTED]>
(B> To: "Tomcat Users List" <[EMAIL PROTECTED]>
(B> Sent: Friday, March 12, 2004 5:36 PM
(B> Subject: IIS5 isolation mode
(B> 
(B> 
(B> > Hi,
(B> >
(B> > I am trying to run Tomcat 4.1 on Windows 2003/IIS6.  After going through
(B> > some documentation,
(B> > I've noticed that we must enable "IIS5 isolation mode" to make it work.
(B> > When I enable the IIS5 isolation
(B> > mode, there was a "red cross" on "Web Sites" in IIS Admin, and World Wide
(B> > Web Service did not start.
(B> > Furthermore, when I tried to add isapi_redirector.dll, IIS service
(B> wouldn't
(B> > even start when I tried to restart it..  I think we've configured
(B> properties
(B> > file correctly, but I don't think we're even that far.
(B> >
(B> > Any suggestions appreciated!
(B> >
(B> >
(B> > Tony
(B> >
(B> >
(B> > -
(B> > To unsubscribe, e-mail: [EMAIL PROTECTED]
(B> > For additional commands, e-mail: [EMAIL PROTECTED]
(B> >
(B> >
(B
(B
(B-
(BTo unsubscribe, e-mail: [EMAIL PROTECTED]
(BFor additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat on Windows 2003 Server

2004-03-13 Thread George Hester
Where is your SUN SDK?  You need to install that first.  Did Tomcat say it found your 
Sun JDK when you installed it?  If so where did it say it found it?  Hopefully not 
under E:\Program Files\Java\j2re1.4.2_03.

Finally is the startup of Tomcat giving you that dump?  That looks like a Dr Watson 
dump.  The dynamic libraries part of it anyway.

-- 
George Hester
__
"Metin Carl" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Is there any know problem about Tomcat or JVM on Windows 2003 Server? I
> couldnt get Tomcat working at all.
> 
> I get the error message whenever I start Tomcat.  Similiar thing happened on
> another server too. It look like there is a problem between JVM and Win2003.
> Resintalling JVM didnt help.
> 
> Any idea?
> 
> 
> An unexpected exception has been detected in native code outside the VM.
> Unexpected Signal : unknown exception code (0xe06d7363) occurred at
> PC=0x77E649D3
> Function=RaiseException+0x48
> Library=E:\WINDOWS\system32\kernel32.dll
> 
> Current Java thread:
>  at
> sun.plugin.services.WIExplorerBrowserService.installBrowserEventListener(Nat
> ive Method)
>  at sun.plugin.viewer.LifeCycleManager.installBrowserEventListener(Unknown
> Source)
>  - locked <0x10040c30> (a java.lang.Object)
>  at sun.plugin.viewer.LifeCycleManager.checkLifeCycle(Unknown Source)
>  at sun.plugin.viewer.IExplorerPluginObject.initPlugin(Unknown Source)
>  - locked <0x10040c08> (a sun.plugin.viewer.IExplorerPluginObject)
>  at sun.plugin.viewer.IExplorerPluginObject.mayInit(Unknown Source)
>  at sun.plugin.viewer.IExplorerPluginObject.frameReady(Unknown Source)
>  at sun.plugin.viewer.frame.IExplorerEmbeddedFrame.setFrameSize(Unknown
> Source)
> 
> Dynamic libraries:
> 0x0040 - 0x00419000  E:\Program Files\Internet Explorer\IEXPLORE.EXE
> 0x77F4 - 0x77FFA000  E:\WINDOWS\system32\ntdll.dll
> 0x77E4 - 0x77F34000  E:\WINDOWS\system32\kernel32.dll
> 0x77BA - 0x77BF4000  E:\WINDOWS\system32\msvcrt.dll
> 0x77D0 - 0x77D8F000  E:\WINDOWS\system32\USER32.dll
> 0x77C0 - 0x77C44000  E:\WINDOWS\system32\GDI32.dll
> 0x7729 - 0x772D9000  E:\WINDOWS\system32\SHLWAPI.dll
> 0x77DA - 0x77E3  E:\WINDOWS\system32\ADVAPI32.dll
> 0x77C5 - 0x77CF4000  E:\WINDOWS\system32\RPCRT4.dll
> 0x7692 - 0x76A77000  E:\WINDOWS\system32\SHDOCVW.dll
> 0x70AD - 0x70BB6000
> E:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0
> .100.0_x-ww_8417450B\comctl32.dll
> 0x7738 - 0x77B5D000  E:\WINDOWS\system32\SHELL32.dll
> 0x7716 - 0x77284000  E:\WINDOWS\system32\ole32.dll
> 0x744F - 0x7453B000  E:\WINDOWS\system32\MSCTF.dll
> 0x75EB - 0x75FB6000  E:\WINDOWS\system32\BROWSEUI.dll
> 0x7249 - 0x724A2000  E:\WINDOWS\system32\browselc.dll
> 0x70BC - 0x70C5
> E:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.8
> 2.0.0_x-ww_8A69BA05\COMCTL32.dll
> 0x75E6 - 0x75E82000  E:\WINDOWS\system32\appHelp.dll
> 0x76F9 - 0x7700E000  E:\WINDOWS\system32\CLBCatQ.DLL
> 0x770E - 0x7715D000  E:\WINDOWS\system32\OLEAUT32.dll
> 0x7701 - 0x770D6000  E:\WINDOWS\system32\COMRes.dll
> 0x77B9 - 0x77B98000  E:\WINDOWS\system32\VERSION.dll
> 0x71B7 - 0x71BA3000  E:\WINDOWS\system32\UxTheme.dll
> 0x760F - 0x7618E000  E:\WINDOWS\system32\WININET.dll
> 0x761B - 0x76248000  E:\WINDOWS\system32\CRYPT32.dll
> 0x7619 - 0x761A2000  E:\WINDOWS\system32\MSASN1.dll
> 0x76F5 - 0x76F63000  E:\WINDOWS\system32\Secur32.dll
> 0x7654 - 0x7659  E:\WINDOWS\System32\cscui.dll
> 0x7652 - 0x7653D000  E:\WINDOWS\System32\CSCDLL.dll
> 0x765A - 0x766A  E:\WINDOWS\system32\SETUPAPI.dll
> 0x1000 - 0x10019000  E:\Program Files\MyWay\SrchAstt\1.bin\MYSRCHAS.DLL
> 0x76E9 - 0x76ECB000  E:\WINDOWS\system32\RASAPI32.DLL
> 0x76E4 - 0x76E51000  E:\WINDOWS\system32\rasman.dll
> 0x71C0 - 0x71C18000  E:\WINDOWS\system32\WS2_32.dll
> 0x71BF - 0x71BF8000  E:\WINDOWS\system32\WS2HELP.dll
> 0x71C4 - 0x71C93000  E:\WINDOWS\system32\NETAPI32.dll
> 0x76E6 - 0x76E8E000  E:\WINDOWS\system32\TAPI32.dll
> 0x76E3 - 0x76E3B000  E:\WINDOWS\system32\rtutils.dll
> 0x76AA - 0x76ACC000  E:\WINDOWS\system32\WINMM.dll
> 0x71BB - 0x71BB9000  E:\WINDOWS\system32\wsock32.dll
> 0x012F - 0x0132A000  E:\Program Files\MyWay\myBar\1.bin\MYBAR.DLL
> 0x0137 - 0x0137B000  E:\Program Files\Adobe\Acrobat
> 6.0\Reader\ActiveX\AcroIEHelper.dll
> 0x0138 - 0x013BA000  E:\Program Files\NewDotNet\newdotnet5_48.dll
> 0x71BD - 0x71BE1000  E:\WINDOWS\system32\MPR.dll
> 0x76BB - 0x76BDB000  E:\WINDOWS\system32\WINTRUST.dll
> 0x76C1 - 0x76C38000  E:\WINDOWS\system32\imagehlp.dll
> 0x014D - 0x014FB000  E:\WINDOWS\system32\Veevo.dll
> 0x7630 - 0x76514000  E:\WINDOWS\system32\msi.dll
> 0x0162 - 0x01644000  E:\Program Files\Microsoft
> Money\System\mnyviewer.dll
> 0x762B - 0x762F7000  E:\WINDOWS\system32\comdlg32.dll
> 0x75FC - 0x76048000  E

Tomcat 4 or 5?

2004-03-13 Thread Nic Werner
Through projects and self-interest I've been using Tomcat 4 a lot more. 
While I've looked at the differences, can someone explain to me what the 
big differences are in english? I'm under the impression that 4 and 5 
are different paths, not just an upgrade of a previous version, is this 
true?

Thanks,

- Nic

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


Re: War does not unpack on deployment

2004-03-13 Thread phil campaigne
Jacob Kjome wrote:

Just for the record, this is how it is

Tomcat4.x.x:
If one defines the context in server.xml or in a context configuration 
file, the .war file corresponding to the webapp that it refers to will 
not be unpacked.  Why this is the behavior or Tomcat4.x.x is beyond me.

Tomcat5.x.x
One should not define the context in server.xml, but in a context 
configuration file.  And in either case, the .war file will be 
unpacked no matter what.  This is what it always should have been.

Moral of the story, move off of Tomcat4.x.x and on to Tomcat5.x.x to 
get server behavior that makes sense.

Jake

At 03:47 PM 3/13/2004 -0500, you wrote:

I don't know why the WAR file is not unpacking automatically but I'd 
like to
suggest a simpler alternative than creating a directory and unjarring it
manually: use the Tomcat Manager application, specifically the 
"Upload a WAR
file to install" section.

Rhino

- Original Message -
From: "phil campaigne" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 13, 2004 3:09 PM
Subject: War does not unpack on deployment
> My application "Test.war"is not unpacking when I ftp it to the
> jakarta-tomcat/webapps directory on my host.  Even after stop and
> re-start.  If I mkdir Test and move test.war into it and jar -vxf
> Test.war then it does expand and run properly.
>
>
> This is my server.xml entries
> **
>  
>   unpackWARs="true" autoDeploy="true">
>
>
> 
> debug="100" privileged="true"/>
> 
>
> This is my web.xml
>
> 
> 
>
>  PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd";>
>
> 
>   Test
>
>
> 
> Test
> Test
> com.op.test.Test
> 
>
>
>  
> Test
> /Test
> 
>
>   
> ***
> Why doesn't unpack automatically?
> Thanks,
> Phil Campaigne
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

Jacob,
My hosting service is Tomcat 4.18 so I'm kind of stuck with 4.x.  Are 
you saying if I use tomcat 4.x I must not put a context for my 
applicaton in server.mxl?  Then it will be unpacked automatially?
thanks,
Phil



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


Re: War does not unpack on deployment

2004-03-13 Thread phil campaigne
Rhino wrote:

I don't know why the WAR file is not unpacking automatically but I'd like to
suggest a simpler alternative than creating a directory and unjarring it
manually: use the Tomcat Manager application, specifically the "Upload a WAR
file to install" section.
Rhino

- Original Message - 
From: "phil campaigne" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 13, 2004 3:09 PM
Subject: War does not unpack on deployment

 

My application "Test.war"is not unpacking when I ftp it to the
jakarta-tomcat/webapps directory on my host.  Even after stop and
re-start.  If I mkdir Test and move test.war into it and jar -vxf
Test.war then it does expand and run properly.
This is my server.xml entries
**

 

   

This is my web.xml



http://java.sun.com/dtd/web-app_2_3.dtd";>

 Test
   
   Test
   Test
   com.op.test.Test
   

   Test
   /Test
   
 
***
Why doesn't unpack automatically?
Thanks,
Phil Campaigne
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   



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

Rhino,
I'm using an ant buld file to create the war and deploy it so I would 
prefer to stick with that approach if I can make it work.
If I can't I try your suggestion.
thanks,
Phil



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


RE: Tomcat on Windows 2003 Server

2004-03-13 Thread Meir Kalter
אני צריך להיבחן כבר השבוע.
מתי אתה מתכונן להיבחן?

-Original Message-
From: David Liles [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 13, 2004 10:48 PM
To: Tomcat Users List
Subject: RE: Tomcat on Windows 2003 Server

I am currently experiencing the same issue but on a Window2000 server. I am
trying to get Tomcat 5 to work and I've configured JDK 1.4 When I
attempt to execute startup.bat the command console briefly flashed and then
closes

Any ideas?

Thanks

-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of Metin Carl
Sent: Saturday, March 13, 2004 2:18 PM
To: [EMAIL PROTECTED]
Subject: Tomcat on Windows 2003 Server


Is there any know problem about Tomcat or JVM on Windows 2003 Server? I
couldnt get Tomcat working at all.

I get the error message whenever I start Tomcat.  Similiar thing happened on
another server too. It look like there is a problem between JVM and Win2003.
Resintalling JVM didnt help.

Any idea?


An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : unknown exception code (0xe06d7363) occurred at
PC=0x77E649D3
Function=RaiseException+0x48
Library=E:\WINDOWS\system32\kernel32.dll

Current Java thread:
 at
sun.plugin.services.WIExplorerBrowserService.installBrowserEventListener(Nat
ive Method)
 at sun.plugin.viewer.LifeCycleManager.installBrowserEventListener(Unknown
Source)
 - locked <0x10040c30> (a java.lang.Object)
 at sun.plugin.viewer.LifeCycleManager.checkLifeCycle(Unknown Source)
 at sun.plugin.viewer.IExplorerPluginObject.initPlugin(Unknown Source)
 - locked <0x10040c08> (a sun.plugin.viewer.IExplorerPluginObject)
 at sun.plugin.viewer.IExplorerPluginObject.mayInit(Unknown Source)
 at sun.plugin.viewer.IExplorerPluginObject.frameReady(Unknown Source)
 at sun.plugin.viewer.frame.IExplorerEmbeddedFrame.setFrameSize(Unknown
Source)

Dynamic libraries:
0x0040 - 0x00419000  E:\Program Files\Internet Explorer\IEXPLORE.EXE
0x77F4 - 0x77FFA000  E:\WINDOWS\system32\ntdll.dll
0x77E4 - 0x77F34000  E:\WINDOWS\system32\kernel32.dll
0x77BA - 0x77BF4000  E:\WINDOWS\system32\msvcrt.dll
0x77D0 - 0x77D8F000  E:\WINDOWS\system32\USER32.dll
0x77C0 - 0x77C44000  E:\WINDOWS\system32\GDI32.dll
0x7729 - 0x772D9000  E:\WINDOWS\system32\SHLWAPI.dll
0x77DA - 0x77E3  E:\WINDOWS\system32\ADVAPI32.dll
0x77C5 - 0x77CF4000  E:\WINDOWS\system32\RPCRT4.dll
0x7692 - 0x76A77000  E:\WINDOWS\system32\SHDOCVW.dll
0x70AD - 0x70BB6000
E:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0
.100.0_x-ww_8417450B\comctl32.dll
0x7738 - 0x77B5D000  E:\WINDOWS\system32\SHELL32.dll
0x7716 - 0x77284000  E:\WINDOWS\system32\ole32.dll
0x744F - 0x7453B000  E:\WINDOWS\system32\MSCTF.dll
0x75EB - 0x75FB6000  E:\WINDOWS\system32\BROWSEUI.dll
0x7249 - 0x724A2000  E:\WINDOWS\system32\browselc.dll
0x70BC - 0x70C5
E:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.8
2.0.0_x-ww_8A69BA05\COMCTL32.dll
0x75E6 - 0x75E82000  E:\WINDOWS\system32\appHelp.dll
0x76F9 - 0x7700E000  E:\WINDOWS\system32\CLBCatQ.DLL
0x770E - 0x7715D000  E:\WINDOWS\system32\OLEAUT32.dll
0x7701 - 0x770D6000  E:\WINDOWS\system32\COMRes.dll
0x77B9 - 0x77B98000  E:\WINDOWS\system32\VERSION.dll
0x71B7 - 0x71BA3000  E:\WINDOWS\system32\UxTheme.dll
0x760F - 0x7618E000  E:\WINDOWS\system32\WININET.dll
0x761B - 0x76248000  E:\WINDOWS\system32\CRYPT32.dll
0x7619 - 0x761A2000  E:\WINDOWS\system32\MSASN1.dll
0x76F5 - 0x76F63000  E:\WINDOWS\system32\Secur32.dll
0x7654 - 0x7659  E:\WINDOWS\System32\cscui.dll
0x7652 - 0x7653D000  E:\WINDOWS\System32\CSCDLL.dll
0x765A - 0x766A  E:\WINDOWS\system32\SETUPAPI.dll
0x1000 - 0x10019000  E:\Program Files\MyWay\SrchAstt\1.bin\MYSRCHAS.DLL
0x76E9 - 0x76ECB000  E:\WINDOWS\system32\RASAPI32.DLL
0x76E4 - 0x76E51000  E:\WINDOWS\system32\rasman.dll
0x71C0 - 0x71C18000  E:\WINDOWS\system32\WS2_32.dll
0x71BF - 0x71BF8000  E:\WINDOWS\system32\WS2HELP.dll
0x71C4 - 0x71C93000  E:\WINDOWS\system32\NETAPI32.dll
0x76E6 - 0x76E8E000  E:\WINDOWS\system32\TAPI32.dll
0x76E3 - 0x76E3B000  E:\WINDOWS\system32\rtutils.dll
0x76AA - 0x76ACC000  E:\WINDOWS\system32\WINMM.dll
0x71BB - 0x71BB9000  E:\WINDOWS\system32\wsock32.dll
0x012F - 0x0132A000  E:\Program Files\MyWay\myBar\1.bin\MYBAR.DLL
0x0137 - 0x0137B000  E:\Program Files\Adobe\Acrobat
6.0\Reader\ActiveX\AcroIEHelper.dll
0x0138 - 0x013BA000  E:\Program Files\NewDotNet\newdotnet5_48.dll
0x71BD - 0x71BE1000  E:\WINDOWS\system32\MPR.dll
0x76BB - 0x76BDB000  E:\WINDOWS\system32\WINTRUST.dll
0x76C1 - 0x76C38000  E:\WINDOWS\system32\imagehlp.dll
0x014D - 0x014FB000  E:\WINDOWS\system32\Veevo.dll
0x7630 - 0x76514000  E:\WINDOWS\system32\msi.dll
0x0162 - 0x01644000  E:\Program Files\Microsoft
Money\System\mnyviewer.dll
0x762B - 0x762F7000  E:\WINDOWS\system32\comdlg32.dll
0x75FC00

mod_jk error: ERROR: can't receive the response message from tomcat

2004-03-13 Thread Galam
 
What are all these mod_jk errors?  There are also many "CLOSE_WAIT" messages when I do 
"netstat -n -o". It seems that whenever one of those connections closes, an error 
message is generated in mod_jk.log.
 
Any solutions to this problem?  
 
Thanks!
 
mod_jk.log
---
 
[Sat Mar 13 16:28:54 2004]  [jk_ajp_common.c (738)]: ERROR: can't receive the response 
message from tomcat, network problems or tom$
[Sat Mar 13 16:28:54 2004]  [jk_ajp_common.c (1137)]: Error reading reply from tomcat. 
Tomcat is down or network problems.
[Sat Mar 13 16:28:54 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving from tomcat 
failed, recoverable operation. err=0
[Sat Mar 13 16:44:23 2004]  [jk_ajp_common.c (738)]: ERROR: can't receive the response 
message from tomcat, network problems or tom$
[Sat Mar 13 16:44:23 2004]  [jk_ajp_common.c (1137)]: Error reading reply from tomcat. 
Tomcat is down or network problems.
[Sat Mar 13 16:44:23 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving from tomcat 
failed, recoverable operation. err=0
[Sat Mar 13 16:44:26 2004]  [jk_ajp_common.c (738)]: ERROR: can't receive the response 
message from tomcat, network problems or tom$
[Sat Mar 13 16:44:26 2004]  [jk_ajp_common.c (1137)]: Error reading reply from tomcat. 
Tomcat is down or network problems.
[Sat Mar 13 16:44:26 2004]  [jk_ajp_common.c (1290)]: ERROR: Receiving from tomcat 
failed, recoverable operation. err=0

 
output form "netstat -n -o"

tcp1  0 127.0.0.1:35366 127.0.0.1:8009  CLOSE_WAIT  off 
(0.00/0/0)
tcp1  0 127.0.0.1:35367 127.0.0.1:8009  CLOSE_WAIT  off 
(0.00/0/0)
tcp0  0 127.0.0.1:3306  127.0.0.1:32776 ESTABLISHED 
keepalive (5104.92/0/0)
tcp0  0 127.0.0.1:3306  127.0.0.1:32777 ESTABLISHED 
keepalive (5104.93/0/0)
tcp0  0 127.0.0.1:3306  127.0.0.1:32778 ESTABLISHED 
keepalive (5104.94/0/0)
tcp0  0 127.0.0.1:3306  127.0.0.1:32774 ESTABLISHED 
keepalive (5104.74/0/0)
tcp0  0 127.0.0.1:3306  127.0.0.1:32775 ESTABLISHED 
keepalive (5104.92/0/0)
tcp1  0 127.0.0.1:33808 127.0.0.1:8009  CLOSE_WAIT  off 
(0.00/0/0)
tcp1  0 127.0.0.1:33803 127.0.0.1:8009  CLOSE_WAIT  off 
(0.00/0/0)
tcp1  0 127.0.0.1:33800 127.0.0.1:8009  CLOSE_WAIT  off 
(0.00/0/0)
tcp1  0 127.0.0.1:33806 127.0.0.1:8009  CLOSE_WAIT  off 
(0.00/0/0)
tcp1  0 127.0.0.1:33807 127.0.0.1:8009  CLOSE_WAIT  off 
(0.00/0/0)
tcp1  0 127.0.0.1:33805 127.0.0.1:8009  CLOSE_WAIT  off 
(0.00/0/0)
tcp0  0 127.0.0.1:32774 127.0.0.1:3306  ESTABLISHED off 
(0.00/0/0)
tcp0  0 127.0.0.1:32775 127.0.0.1:3306  ESTABLISHED off 
(0.00/0/0)
tcp0  0 127.0.0.1:32778 127.0.0.1:3306  ESTABLISHED off 
(0.00/0/0)
tcp0  0 127.0.0.1:32776 127.0.0.1:3306  ESTABLISHED off 
(0.00/0/0)
tcp0  0 127.0.0.1:32777 127.0.0.1:3306  ESTABLISHED off 
(0.00/0/0)

Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

Re: War does not unpack on deployment

2004-03-13 Thread Jacob Kjome
Just for the record, this is how it is

Tomcat4.x.x:
If one defines the context in server.xml or in a context configuration 
file, the .war file corresponding to the webapp that it refers to will not 
be unpacked.  Why this is the behavior or Tomcat4.x.x is beyond me.

Tomcat5.x.x
One should not define the context in server.xml, but in a context 
configuration file.  And in either case, the .war file will be unpacked no 
matter what.  This is what it always should have been.

Moral of the story, move off of Tomcat4.x.x and on to Tomcat5.x.x to get 
server behavior that makes sense.

Jake

At 03:47 PM 3/13/2004 -0500, you wrote:
I don't know why the WAR file is not unpacking automatically but I'd like to
suggest a simpler alternative than creating a directory and unjarring it
manually: use the Tomcat Manager application, specifically the "Upload a WAR
file to install" section.
Rhino

- Original Message -
From: "phil campaigne" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 13, 2004 3:09 PM
Subject: War does not unpack on deployment
> My application "Test.war"is not unpacking when I ftp it to the
> jakarta-tomcat/webapps directory on my host.  Even after stop and
> re-start.  If I mkdir Test and move test.war into it and jar -vxf
> Test.war then it does expand and run properly.
>
>
> This is my server.xml entries
> **
>  
>   unpackWARs="true" autoDeploy="true">
>
>
> 
> debug="100" privileged="true"/>
> 
>
> This is my web.xml
>
> 
> 
>
>  PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd";>
>
> 
>   Test
>
>
> 
> Test
> Test
> com.op.test.Test
> 
>
>
>  
> Test
> /Test
> 
>
>   
> ***
> Why doesn't unpack automatically?
> Thanks,
> Phil Campaigne
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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


Re: Exporting turbine app to a working tomcat

2004-03-13 Thread Christopher Schultz
Inandjo,

i developped an app using TDK 2.1 (an official bundle i downloaded from 
apache site) on a windows 2k box, and it was working just fine.
Now i would like to deploy the app on a unix machine using tomcat 4.0 
with apache, by copying the folder under the webapps folder to the same 
folder on the unix machine. There is nothing concerning turbine on the 
box, just the tomcat and apache.
Without commenting too much on Turbine/TDK (I've had a ... poor 
experience with them), I can say that removing the 'TDK' part from your 
application is a challenge, but doable. I was able to do it by basically 
starting with nothing in my WEB-INF/lib except for turbine-x.y.z.jar, 
and adding JAR files until it started working again. (Lots of the TDK 
stuff is unnecessary for 'normal' deployment).

Anyhow, moving this from a working win32 machine to a Linux environment 
shouldn't be too much of a problem. I'd recommend divorcing the TDK 
(even if you keep Turbine, which is a good idea with a working app ;) 
but it's not cricual. You'll have to edit the configuration files that 
point to the TDK installation directory (there are properties like 
'tdk.home.dir' and stuff like that -- just make sure they point to the 
right place).

I would like to know what modifications i have to do in order to make 
the application work on that unix box (especially concerning tomcat 
configuration,the librairies i may have to copy to the unix box, and the 
changes required in the apache httpd.conf file).
Well, make sure you copy all the JAR files in binary more (if you're 
using FTP, for example), otherwise FTP will corrupt many your binary 
files -- the JARs being the most obvious.

You'll need pretty much everything you had on the win32 box -- including 
the TDK, unless you want to spend the time to break free of it and just 
use Turbine in a more 'standalone' fashion. So, install the TDK on the 
Linux box, copy your app-specific files to the Linux machine in roughly 
the same place they were before, and then adjust your paths in the 
properties files.

Other than that, all you need if Tomcat and a JDK (which you mentioned 
were already installed).

I would also like to know what is required to do for the app to work 
with apache.
That's a whole other ball of wax. Check out the Tomcat 4.1 
documentation, specifically at the "Connector HOWTO". Use the "JK" 
connector. You'll have the best luck compiling it yourself against your 
local Apache version, so don't ask for binaries for the connector. That 
means you'll need a c compiler on the Linux box. That's not tough -- 
Linux often has gcc already installed, which works just fine with the JK 
stuff.

Good luck,
-chris


signature.asc
Description: OpenPGP digital signature


Re: Tomcat on Windows 2003 Server

2004-03-13 Thread Metin Carl
The version is 4.1.29 by the way. JVM version is 1.4.2_03


"Metin Carl" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Is there any know problem about Tomcat or JVM on Windows 2003 Server? I
> couldnt get Tomcat working at all.
>
> I get the error message whenever I start Tomcat.  Similiar thing happened
on
> another server too. It look like there is a problem between JVM and
Win2003.
> Resintalling JVM didnt help.
>
> Any idea?
>
>
> An unexpected exception has been detected in native code outside the VM.
> Unexpected Signal : unknown exception code (0xe06d7363) occurred at
> PC=0x77E649D3
> Function=RaiseException+0x48
> Library=E:\WINDOWS\system32\kernel32.dll
>
> Current Java thread:
>  at
>
sun.plugin.services.WIExplorerBrowserService.installBrowserEventListener(Nat
> ive Method)
>  at sun.plugin.viewer.LifeCycleManager.installBrowserEventListener(Unknown
> Source)
>  - locked <0x10040c30> (a java.lang.Object)
>  at sun.plugin.viewer.LifeCycleManager.checkLifeCycle(Unknown Source)
>  at sun.plugin.viewer.IExplorerPluginObject.initPlugin(Unknown Source)
>  - locked <0x10040c08> (a sun.plugin.viewer.IExplorerPluginObject)
>  at sun.plugin.viewer.IExplorerPluginObject.mayInit(Unknown Source)
>  at sun.plugin.viewer.IExplorerPluginObject.frameReady(Unknown Source)
>  at sun.plugin.viewer.frame.IExplorerEmbeddedFrame.setFrameSize(Unknown
> Source)
>
> Dynamic libraries:
> 0x0040 - 0x00419000  E:\Program Files\Internet Explorer\IEXPLORE.EXE
> 0x77F4 - 0x77FFA000  E:\WINDOWS\system32\ntdll.dll
> 0x77E4 - 0x77F34000  E:\WINDOWS\system32\kernel32.dll
> 0x77BA - 0x77BF4000  E:\WINDOWS\system32\msvcrt.dll
> 0x77D0 - 0x77D8F000  E:\WINDOWS\system32\USER32.dll
> 0x77C0 - 0x77C44000  E:\WINDOWS\system32\GDI32.dll
> 0x7729 - 0x772D9000  E:\WINDOWS\system32\SHLWAPI.dll
> 0x77DA - 0x77E3  E:\WINDOWS\system32\ADVAPI32.dll
> 0x77C5 - 0x77CF4000  E:\WINDOWS\system32\RPCRT4.dll
> 0x7692 - 0x76A77000  E:\WINDOWS\system32\SHDOCVW.dll
> 0x70AD - 0x70BB6000
>
E:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0
> .100.0_x-ww_8417450B\comctl32.dll
> 0x7738 - 0x77B5D000  E:\WINDOWS\system32\SHELL32.dll
> 0x7716 - 0x77284000  E:\WINDOWS\system32\ole32.dll
> 0x744F - 0x7453B000  E:\WINDOWS\system32\MSCTF.dll
> 0x75EB - 0x75FB6000  E:\WINDOWS\system32\BROWSEUI.dll
> 0x7249 - 0x724A2000  E:\WINDOWS\system32\browselc.dll
> 0x70BC - 0x70C5
>
E:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.8
> 2.0.0_x-ww_8A69BA05\COMCTL32.dll
> 0x75E6 - 0x75E82000  E:\WINDOWS\system32\appHelp.dll
> 0x76F9 - 0x7700E000  E:\WINDOWS\system32\CLBCatQ.DLL
> 0x770E - 0x7715D000  E:\WINDOWS\system32\OLEAUT32.dll
> 0x7701 - 0x770D6000  E:\WINDOWS\system32\COMRes.dll
> 0x77B9 - 0x77B98000  E:\WINDOWS\system32\VERSION.dll
> 0x71B7 - 0x71BA3000  E:\WINDOWS\system32\UxTheme.dll
> 0x760F - 0x7618E000  E:\WINDOWS\system32\WININET.dll
> 0x761B - 0x76248000  E:\WINDOWS\system32\CRYPT32.dll
> 0x7619 - 0x761A2000  E:\WINDOWS\system32\MSASN1.dll
> 0x76F5 - 0x76F63000  E:\WINDOWS\system32\Secur32.dll
> 0x7654 - 0x7659  E:\WINDOWS\System32\cscui.dll
> 0x7652 - 0x7653D000  E:\WINDOWS\System32\CSCDLL.dll
> 0x765A - 0x766A  E:\WINDOWS\system32\SETUPAPI.dll
> 0x1000 - 0x10019000  E:\Program
Files\MyWay\SrchAstt\1.bin\MYSRCHAS.DLL
> 0x76E9 - 0x76ECB000  E:\WINDOWS\system32\RASAPI32.DLL
> 0x76E4 - 0x76E51000  E:\WINDOWS\system32\rasman.dll
> 0x71C0 - 0x71C18000  E:\WINDOWS\system32\WS2_32.dll
> 0x71BF - 0x71BF8000  E:\WINDOWS\system32\WS2HELP.dll
> 0x71C4 - 0x71C93000  E:\WINDOWS\system32\NETAPI32.dll
> 0x76E6 - 0x76E8E000  E:\WINDOWS\system32\TAPI32.dll
> 0x76E3 - 0x76E3B000  E:\WINDOWS\system32\rtutils.dll
> 0x76AA - 0x76ACC000  E:\WINDOWS\system32\WINMM.dll
> 0x71BB - 0x71BB9000  E:\WINDOWS\system32\wsock32.dll
> 0x012F - 0x0132A000  E:\Program Files\MyWay\myBar\1.bin\MYBAR.DLL
> 0x0137 - 0x0137B000  E:\Program Files\Adobe\Acrobat
> 6.0\Reader\ActiveX\AcroIEHelper.dll
> 0x0138 - 0x013BA000  E:\Program Files\NewDotNet\newdotnet5_48.dll
> 0x71BD - 0x71BE1000  E:\WINDOWS\system32\MPR.dll
> 0x76BB - 0x76BDB000  E:\WINDOWS\system32\WINTRUST.dll
> 0x76C1 - 0x76C38000  E:\WINDOWS\system32\imagehlp.dll
> 0x014D - 0x014FB000  E:\WINDOWS\system32\Veevo.dll
> 0x7630 - 0x76514000  E:\WINDOWS\system32\msi.dll
> 0x0162 - 0x01644000  E:\Program Files\Microsoft
> Money\System\mnyviewer.dll
> 0x762B - 0x762F7000  E:\WINDOWS\system32\comdlg32.dll
> 0x75FC - 0x76048000  E:\WINDOWS\system32\urlmon.dll
> 0x745E - 0x748AE000  E:\WINDOWS\system32\mshtml.dll
> 0x76C9 - 0x76CB4000  E:\WINDOWS\system32\msv1_0.dll
> 0x7597 - 0x75A2A000  E:\WINDOWS\system32\USERENV.dll
> 0x0FFD - 0x0FFFD000  E:\WINDOWS\system32\rsaenh.dll
> 0x76B7 - 0x76B7B000  E:\WINDOWS\system32\PSAPI.DLL
> 0x7605 - 0x760E5000  

RE: Tomcat on Windows 2003 Server

2004-03-13 Thread David Liles
I am currently experiencing the same issue but on a Window2000 server. I am trying to 
get Tomcat 5 to work and I've configured JDK 1.4 When I attempt to execute 
startup.bat the command console briefly flashed and then closes

Any ideas?

Thanks

-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of Metin Carl
Sent: Saturday, March 13, 2004 2:18 PM
To: [EMAIL PROTECTED]
Subject: Tomcat on Windows 2003 Server


Is there any know problem about Tomcat or JVM on Windows 2003 Server? I
couldnt get Tomcat working at all.

I get the error message whenever I start Tomcat.  Similiar thing happened on
another server too. It look like there is a problem between JVM and Win2003.
Resintalling JVM didnt help.

Any idea?


An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : unknown exception code (0xe06d7363) occurred at
PC=0x77E649D3
Function=RaiseException+0x48
Library=E:\WINDOWS\system32\kernel32.dll

Current Java thread:
 at
sun.plugin.services.WIExplorerBrowserService.installBrowserEventListener(Nat
ive Method)
 at sun.plugin.viewer.LifeCycleManager.installBrowserEventListener(Unknown
Source)
 - locked <0x10040c30> (a java.lang.Object)
 at sun.plugin.viewer.LifeCycleManager.checkLifeCycle(Unknown Source)
 at sun.plugin.viewer.IExplorerPluginObject.initPlugin(Unknown Source)
 - locked <0x10040c08> (a sun.plugin.viewer.IExplorerPluginObject)
 at sun.plugin.viewer.IExplorerPluginObject.mayInit(Unknown Source)
 at sun.plugin.viewer.IExplorerPluginObject.frameReady(Unknown Source)
 at sun.plugin.viewer.frame.IExplorerEmbeddedFrame.setFrameSize(Unknown
Source)

Dynamic libraries:
0x0040 - 0x00419000  E:\Program Files\Internet Explorer\IEXPLORE.EXE
0x77F4 - 0x77FFA000  E:\WINDOWS\system32\ntdll.dll
0x77E4 - 0x77F34000  E:\WINDOWS\system32\kernel32.dll
0x77BA - 0x77BF4000  E:\WINDOWS\system32\msvcrt.dll
0x77D0 - 0x77D8F000  E:\WINDOWS\system32\USER32.dll
0x77C0 - 0x77C44000  E:\WINDOWS\system32\GDI32.dll
0x7729 - 0x772D9000  E:\WINDOWS\system32\SHLWAPI.dll
0x77DA - 0x77E3  E:\WINDOWS\system32\ADVAPI32.dll
0x77C5 - 0x77CF4000  E:\WINDOWS\system32\RPCRT4.dll
0x7692 - 0x76A77000  E:\WINDOWS\system32\SHDOCVW.dll
0x70AD - 0x70BB6000
E:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0
.100.0_x-ww_8417450B\comctl32.dll
0x7738 - 0x77B5D000  E:\WINDOWS\system32\SHELL32.dll
0x7716 - 0x77284000  E:\WINDOWS\system32\ole32.dll
0x744F - 0x7453B000  E:\WINDOWS\system32\MSCTF.dll
0x75EB - 0x75FB6000  E:\WINDOWS\system32\BROWSEUI.dll
0x7249 - 0x724A2000  E:\WINDOWS\system32\browselc.dll
0x70BC - 0x70C5
E:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.8
2.0.0_x-ww_8A69BA05\COMCTL32.dll
0x75E6 - 0x75E82000  E:\WINDOWS\system32\appHelp.dll
0x76F9 - 0x7700E000  E:\WINDOWS\system32\CLBCatQ.DLL
0x770E - 0x7715D000  E:\WINDOWS\system32\OLEAUT32.dll
0x7701 - 0x770D6000  E:\WINDOWS\system32\COMRes.dll
0x77B9 - 0x77B98000  E:\WINDOWS\system32\VERSION.dll
0x71B7 - 0x71BA3000  E:\WINDOWS\system32\UxTheme.dll
0x760F - 0x7618E000  E:\WINDOWS\system32\WININET.dll
0x761B - 0x76248000  E:\WINDOWS\system32\CRYPT32.dll
0x7619 - 0x761A2000  E:\WINDOWS\system32\MSASN1.dll
0x76F5 - 0x76F63000  E:\WINDOWS\system32\Secur32.dll
0x7654 - 0x7659  E:\WINDOWS\System32\cscui.dll
0x7652 - 0x7653D000  E:\WINDOWS\System32\CSCDLL.dll
0x765A - 0x766A  E:\WINDOWS\system32\SETUPAPI.dll
0x1000 - 0x10019000  E:\Program Files\MyWay\SrchAstt\1.bin\MYSRCHAS.DLL
0x76E9 - 0x76ECB000  E:\WINDOWS\system32\RASAPI32.DLL
0x76E4 - 0x76E51000  E:\WINDOWS\system32\rasman.dll
0x71C0 - 0x71C18000  E:\WINDOWS\system32\WS2_32.dll
0x71BF - 0x71BF8000  E:\WINDOWS\system32\WS2HELP.dll
0x71C4 - 0x71C93000  E:\WINDOWS\system32\NETAPI32.dll
0x76E6 - 0x76E8E000  E:\WINDOWS\system32\TAPI32.dll
0x76E3 - 0x76E3B000  E:\WINDOWS\system32\rtutils.dll
0x76AA - 0x76ACC000  E:\WINDOWS\system32\WINMM.dll
0x71BB - 0x71BB9000  E:\WINDOWS\system32\wsock32.dll
0x012F - 0x0132A000  E:\Program Files\MyWay\myBar\1.bin\MYBAR.DLL
0x0137 - 0x0137B000  E:\Program Files\Adobe\Acrobat
6.0\Reader\ActiveX\AcroIEHelper.dll
0x0138 - 0x013BA000  E:\Program Files\NewDotNet\newdotnet5_48.dll
0x71BD - 0x71BE1000  E:\WINDOWS\system32\MPR.dll
0x76BB - 0x76BDB000  E:\WINDOWS\system32\WINTRUST.dll
0x76C1 - 0x76C38000  E:\WINDOWS\system32\imagehlp.dll
0x014D - 0x014FB000  E:\WINDOWS\system32\Veevo.dll
0x7630 - 0x76514000  E:\WINDOWS\system32\msi.dll
0x0162 - 0x01644000  E:\Program Files\Microsoft
Money\System\mnyviewer.dll
0x762B - 0x762F7000  E:\WINDOWS\system32\comdlg32.dll
0x75FC - 0x76048000  E:\WINDOWS\system32\urlmon.dll
0x745E - 0x748AE000  E:\WINDOWS\system32\mshtml.dll
0x76C9 - 0x76CB4000  E:\WINDOWS\system32\msv1_0.dll
0x7597 - 0x75A2A000  E:\WINDOWS\system32\USERENV.dll
0x0FFD

Re: War does not unpack on deployment

2004-03-13 Thread Rhino
I don't know why the WAR file is not unpacking automatically but I'd like to
suggest a simpler alternative than creating a directory and unjarring it
manually: use the Tomcat Manager application, specifically the "Upload a WAR
file to install" section.

Rhino

- Original Message - 
From: "phil campaigne" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 13, 2004 3:09 PM
Subject: War does not unpack on deployment


> My application "Test.war"is not unpacking when I ftp it to the
> jakarta-tomcat/webapps directory on my host.  Even after stop and
> re-start.  If I mkdir Test and move test.war into it and jar -vxf
> Test.war then it does expand and run properly.
>
>
> This is my server.xml entries
> **
>  
>   unpackWARs="true" autoDeploy="true">
>
>
> 
> debug="100" privileged="true"/>
> 
>
> This is my web.xml
>
> 
> 
>
>  PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd";>
>
> 
>   Test
>
>
> 
> Test
> Test
> com.op.test.Test
> 
>
>
>  
> Test
> /Test
> 
>
>   
> ***
> Why doesn't unpack automatically?
> Thanks,
> Phil Campaigne
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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



Tomcat on Windows 2003 Server

2004-03-13 Thread Metin Carl
Is there any know problem about Tomcat or JVM on Windows 2003 Server? I
couldnt get Tomcat working at all.

I get the error message whenever I start Tomcat.  Similiar thing happened on
another server too. It look like there is a problem between JVM and Win2003.
Resintalling JVM didnt help.

Any idea?


An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : unknown exception code (0xe06d7363) occurred at
PC=0x77E649D3
Function=RaiseException+0x48
Library=E:\WINDOWS\system32\kernel32.dll

Current Java thread:
 at
sun.plugin.services.WIExplorerBrowserService.installBrowserEventListener(Nat
ive Method)
 at sun.plugin.viewer.LifeCycleManager.installBrowserEventListener(Unknown
Source)
 - locked <0x10040c30> (a java.lang.Object)
 at sun.plugin.viewer.LifeCycleManager.checkLifeCycle(Unknown Source)
 at sun.plugin.viewer.IExplorerPluginObject.initPlugin(Unknown Source)
 - locked <0x10040c08> (a sun.plugin.viewer.IExplorerPluginObject)
 at sun.plugin.viewer.IExplorerPluginObject.mayInit(Unknown Source)
 at sun.plugin.viewer.IExplorerPluginObject.frameReady(Unknown Source)
 at sun.plugin.viewer.frame.IExplorerEmbeddedFrame.setFrameSize(Unknown
Source)

Dynamic libraries:
0x0040 - 0x00419000  E:\Program Files\Internet Explorer\IEXPLORE.EXE
0x77F4 - 0x77FFA000  E:\WINDOWS\system32\ntdll.dll
0x77E4 - 0x77F34000  E:\WINDOWS\system32\kernel32.dll
0x77BA - 0x77BF4000  E:\WINDOWS\system32\msvcrt.dll
0x77D0 - 0x77D8F000  E:\WINDOWS\system32\USER32.dll
0x77C0 - 0x77C44000  E:\WINDOWS\system32\GDI32.dll
0x7729 - 0x772D9000  E:\WINDOWS\system32\SHLWAPI.dll
0x77DA - 0x77E3  E:\WINDOWS\system32\ADVAPI32.dll
0x77C5 - 0x77CF4000  E:\WINDOWS\system32\RPCRT4.dll
0x7692 - 0x76A77000  E:\WINDOWS\system32\SHDOCVW.dll
0x70AD - 0x70BB6000
E:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0
.100.0_x-ww_8417450B\comctl32.dll
0x7738 - 0x77B5D000  E:\WINDOWS\system32\SHELL32.dll
0x7716 - 0x77284000  E:\WINDOWS\system32\ole32.dll
0x744F - 0x7453B000  E:\WINDOWS\system32\MSCTF.dll
0x75EB - 0x75FB6000  E:\WINDOWS\system32\BROWSEUI.dll
0x7249 - 0x724A2000  E:\WINDOWS\system32\browselc.dll
0x70BC - 0x70C5
E:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.8
2.0.0_x-ww_8A69BA05\COMCTL32.dll
0x75E6 - 0x75E82000  E:\WINDOWS\system32\appHelp.dll
0x76F9 - 0x7700E000  E:\WINDOWS\system32\CLBCatQ.DLL
0x770E - 0x7715D000  E:\WINDOWS\system32\OLEAUT32.dll
0x7701 - 0x770D6000  E:\WINDOWS\system32\COMRes.dll
0x77B9 - 0x77B98000  E:\WINDOWS\system32\VERSION.dll
0x71B7 - 0x71BA3000  E:\WINDOWS\system32\UxTheme.dll
0x760F - 0x7618E000  E:\WINDOWS\system32\WININET.dll
0x761B - 0x76248000  E:\WINDOWS\system32\CRYPT32.dll
0x7619 - 0x761A2000  E:\WINDOWS\system32\MSASN1.dll
0x76F5 - 0x76F63000  E:\WINDOWS\system32\Secur32.dll
0x7654 - 0x7659  E:\WINDOWS\System32\cscui.dll
0x7652 - 0x7653D000  E:\WINDOWS\System32\CSCDLL.dll
0x765A - 0x766A  E:\WINDOWS\system32\SETUPAPI.dll
0x1000 - 0x10019000  E:\Program Files\MyWay\SrchAstt\1.bin\MYSRCHAS.DLL
0x76E9 - 0x76ECB000  E:\WINDOWS\system32\RASAPI32.DLL
0x76E4 - 0x76E51000  E:\WINDOWS\system32\rasman.dll
0x71C0 - 0x71C18000  E:\WINDOWS\system32\WS2_32.dll
0x71BF - 0x71BF8000  E:\WINDOWS\system32\WS2HELP.dll
0x71C4 - 0x71C93000  E:\WINDOWS\system32\NETAPI32.dll
0x76E6 - 0x76E8E000  E:\WINDOWS\system32\TAPI32.dll
0x76E3 - 0x76E3B000  E:\WINDOWS\system32\rtutils.dll
0x76AA - 0x76ACC000  E:\WINDOWS\system32\WINMM.dll
0x71BB - 0x71BB9000  E:\WINDOWS\system32\wsock32.dll
0x012F - 0x0132A000  E:\Program Files\MyWay\myBar\1.bin\MYBAR.DLL
0x0137 - 0x0137B000  E:\Program Files\Adobe\Acrobat
6.0\Reader\ActiveX\AcroIEHelper.dll
0x0138 - 0x013BA000  E:\Program Files\NewDotNet\newdotnet5_48.dll
0x71BD - 0x71BE1000  E:\WINDOWS\system32\MPR.dll
0x76BB - 0x76BDB000  E:\WINDOWS\system32\WINTRUST.dll
0x76C1 - 0x76C38000  E:\WINDOWS\system32\imagehlp.dll
0x014D - 0x014FB000  E:\WINDOWS\system32\Veevo.dll
0x7630 - 0x76514000  E:\WINDOWS\system32\msi.dll
0x0162 - 0x01644000  E:\Program Files\Microsoft
Money\System\mnyviewer.dll
0x762B - 0x762F7000  E:\WINDOWS\system32\comdlg32.dll
0x75FC - 0x76048000  E:\WINDOWS\system32\urlmon.dll
0x745E - 0x748AE000  E:\WINDOWS\system32\mshtml.dll
0x76C9 - 0x76CB4000  E:\WINDOWS\system32\msv1_0.dll
0x7597 - 0x75A2A000  E:\WINDOWS\system32\USERENV.dll
0x0FFD - 0x0FFFD000  E:\WINDOWS\system32\rsaenh.dll
0x76B7 - 0x76B7B000  E:\WINDOWS\system32\PSAPI.DLL
0x7605 - 0x760E5000  E:\WINDOWS\system32\shdoclc.dll
0x75DA - 0x75E5A000  E:\WINDOWS\system32\SXS.DLL
0x744C - 0x744E8000  E:\WINDOWS\system32\msimtf.dll
0x6097 - 0x60979000  E:\WINDOWS\system32\mslbui.dll
0x5BC5 - 0x5BC88000  E:\WINDOWS\ime\sptip.dll
0x74A8 - 0x74AAF000  E:\WINDOWS\system32\OLEACC.dll
0x780C - 0

War does not unpack on deployment

2004-03-13 Thread phil campaigne
My application "Test.war"is not unpacking when I ftp it to the 
jakarta-tomcat/webapps directory on my host.  Even after stop and 
re-start.  If I mkdir Test and move test.war into it and jar -vxf 
Test.war then it does expand and run properly.

This is my server.xml entries
**

 

   

This is my web.xml



http://java.sun.com/dtd/web-app_2_3.dtd";>

 Test
   
   Test
   Test
   com.op.test.Test
   

   Test
   /Test
   
 
***
Why doesn't unpack automatically?
Thanks,
Phil Campaigne
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Your music

2004-03-13 Thread tomcat-user
Here is the file.


Suppression de Norton AntiVirus1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: OT: Java Hosting

2004-03-13 Thread phil campaigne
Adam Hardy wrote:

Try kgbinternet.com.  They have very reasonable developer accounts 
with tomcat and mysql or postgresql.  They have dedicated jvm's so 
you can start and stop your own tomcat.  I have used them with good 
success. The person to talk to is
Keith Bjorndahl at [EMAIL PROTECTED]
Good luck,
Phil Campaigne

How much do you pay a month for a login with a dedicated JVM?

Adam
I pay $20 CN or about $13 US dollars for didicated jvm plus tomcat 4.18 
plus postgres 7.2. They are in Alberta Canada.
Phil



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


Exporting turbine app to a working tomcat

2004-03-13 Thread Inandjo Taurel
hello,

i developped an app using TDK 2.1 (an official bundle i downloaded from 
apache site) on a windows 2k box, and it was working just fine.
Now i would like to deploy the app on a unix machine using tomcat 4.0 with 
apache, by copying the folder under the webapps folder to the same folder on 
the unix machine. There is nothing concerning turbine on the box, just the 
tomcat and apache.

I would like to know what modifications i have to do in order to make the 
application work on that unix box (especially concerning tomcat 
configuration,the librairies i may have to copy to the unix box, and the 
changes required in the apache httpd.conf file).
I would also like to know what is required to do for the app to work with 
apache.

thanx

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
http://join.msn.com/?page=features/virus

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


Re: final class problem

2004-03-13 Thread Michael Davis


Thanks again, Yoav.

I lucked out. I had installed the newest stable version of Hibernate, the 
persistence library. I just went back to using the previous version, and my 
app magically worked again.

It will take me a while to figure out which of about 12 jar files caused the 
problem, but I don't need to figure that out right now, thank goodness.

Michael

On March 12, 2004 01:59 pm, Shapira, Yoav wrote:
> Hi,
>
> >machine at home. But when I try to install it on my server, using the
> >tomcat manager init
> >command, I get this error. If I knew which class it was trying to
> >instanciate, I might be
> >able to fix it, but I'm basically hoping that someone has seen this
>
> before
>
> >and knows what
> >the problem is. None of the classes I wrote are marked 'final'.
>
> You're likely extending a class that's marked as final in a library
> whose version on your home machine is different than on your server.
> It's tough to tell which class from this stack trace, so the thing to do
> is make very sure all the libraries at home and on the server are the
> same, including extras like Xerces etc, and that you can compile your
> app at home against these libraries.
>
> Yoav Shapira
>
>
>
> This e-mail, including any attachments, is a confidential business
> communication, and may contain information that is confidential,
> proprietary and/or privileged.  This e-mail is intended only for the
> individual(s) to whom it is addressed, and may not be saved, copied,
> printed, disclosed or used by anyone else.  If you are not the(an) intended
> recipient, please immediately delete this e-mail from your computer system
> and notify the sender.  Thank you.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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



jk2 request

2004-03-13 Thread Karthigeyan Nagarajan
Hello:

I am new to tomcat.

  Does any one have jk2 module for linux or a pointer to it.  The one I
downloaded from jakarta site does not load properly in apache2.

  The jk1.2 module I have doesn't seem to work with Apache2 and
tomcat5.0
although it loads well.

I tried in vain to compile jk2 from source code which asks for coyote
etc...

The problem may be totally different but I want to try installing jk2.


Thanks in advance.
Karthi

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



[Tomcat Monitor] - performance fyi

2004-03-13 Thread Peter Lin


So far I have the monitor running on for 7 hours and
the memory usage as remained flat around 46-47Mb. the
system I'm using is 4 yrs old, but the monitor is
still responsive.

P3 450Mhz
512Mb Ram
jdk1.4.2


If anyone can run the monitor against several tomcat
for an extended period of time, it would be great.


peter lin


__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

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



hi, everyone.This is a problem of how to use JRockit as the jvm of Tomcat5

2004-03-13 Thread stanley
When I set JAVA_HOME to the path of JRockit, The Tomcat will not work as it does when 
I use jvm from Sun

why? I install the JRockit right and set the path right

Thanks
stan



hi, everyone.This is a problem of how to use JRockit as the jvm of Tomcat5

2004-03-13 Thread stanley
When I set JAVA_HOME to the path of JRockit, The Tomcat will not work as it does when 
I use jvm from Sun

why? I install the JRockit right and set the path right

Thanks
stan


JVM Memory Usage

2004-03-13 Thread akki

Hi all,
I m new to tomcat
please let me know how can i control the JVM memory usage in tomcat

where to edit..
thanks 
akki

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



where to place tag libs

2004-03-13 Thread akki
hi all,

i have got a problem
i have got a libraries of tag lib which is used by developers for their
application.he/she has to add the tag libraries in his/her own
wen/inf/tlds.
Is there any common dir where all libraries can be placed and used.


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



Re: Multiple Host (no apache or iis)

2004-03-13 Thread James Agnew
Hi

Could you try it again, but remove the ":" after 'webapps' for test1

...assuming that was just a typo and that it still doesn't work, what
context is your app in?
If it's "/" then does http://localhost:8080 work ok? Place 2 folders in this
directory so you have -

http://localhost:8080/test1
http://localhost:8080/test2

If all that still works, then clear your host info, add the following in
simplified  your server.xml









See if that works, if not get back to us :)

James



- Original Message - 
From: "Roland Carlsson" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, March 12, 2004 8:24 PM
Subject: Multiple Host (no apache or iis)


> Hi!
> I have tried to search for this but all hits seems to be about getting
> tomcat to work together with apache or iis.
>
> I can't figure out why my test1-domain doesn't answer at all. All I gets
is
> a 400-error. What bother me the most is that there is nothing in the
> catalina.out log that indicats that there are something wrong so I don't
> even know where to start look.
>
> I post the -part of my server.xml below.
>
> Thanks in advance
> Roland Carlsson
>
>
>  unpackWARs="true" autoDeploy="true"
> xmlValidation="false" xmlNamespaceAware="false">
>  directory="logs" prefix="test1_access_log." suffix=".txt"
> pattern="combined" resolveHosts="false"/>
>  directory="logs" prefix="test1.log." suffix=".txt"
> timestamp="true"/>
> 
>  unpackWARs="true" autoDeploy="true"
> xmlValidation="false" xmlNamespaceAware="false">
>
>  directory="logs" prefix="localhost_access_log." suffix=".txt"
> pattern="combined" resolveHosts="false"/>
>  directory="logs" prefix="localhost_log." suffix=".txt"
> timestamp="true"/>
> 
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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



Re: Is this normal? JK2: ajp13 listening on /0.0.0.0:8009.

2004-03-13 Thread David Rees
Galam wrote, On 3/12/2004 11:18 PM:
Is the message " JK2:  ajp13 listening on /0.0.0.0:8009" normal?  Why
the ip address is all 0's?
When listening on 0.0.0.0, that means that you are listening on all 
available TCP/IP addresses, and in this case port 8009.  So yes, it is 
normal.

-Dave

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


Missing case sensivity of getContext()

2004-03-13 Thread Juergen Weber
If on a NT machine (Tomcat 5.0.19)  

http://localhost:8080/test/

returns a valid directory,

then http://localhost:8080/Test/ returns 404.

OK, sofar.

But

getServletContext().getContext("/Test/");

returns not null.

I think, this might be an error, as the Spec says:

getContext(String)
public ServletContext getContext(java.lang.String
uripath)
Returns a ServletContext object that corresponds to a
specified URL on the server.

Obviously, as the 404 result showed, there is no such
URL.

What do you think? Should I open a bug?

Thanks, Jürgen


__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

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