You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mo...@casa.eads.net on 2002/02/19 10:12:45 UTC

tomat 4 And IIS5

I have installed tomcat 4.0.2 in W2k Advanced Server and IIS5.

When I try to execute a JSP file, this not fire and stderr.log shows that message:


unrecognized option : -XRS could not create java virtual machine


Can You help me?

Thanks

Moisés


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: 2 instance of tomcat within 1 machine

Posted by "remy.menetrieux" <re...@pixelpark.com>.
Actually I have 3 tomcat copy 4.0.2
all use the same webapp directory

tomcat1
  bin
  classes
  common
  conf
  lib
  logs
  server
  work

   
tomcat2
  bin
  classes
  common
  conf
  lib
  logs
  server
  work
tomcat3
  bin
  classes
  common
  conf
  lib
  logs
  server
  work
/commonwebapp
this line is identic for all config.xml file
 <Host name="localhost" debug="0" appBase="/common/webapps" 
unpackWARs="true">
But be carreful the port of all listener must be different for each tomcat.

this help you ?




Keith Ng wrote:

>Which version of tomcat are u using?
>im using 4.0.2
>
>how did u configure? Must i have more then 1 copy of tomcat? I really
>dunno... pls help
>
>
>-----Original Message-----
>From: remy.menetrieux [mailto:remy.menetrieux@pixelpark.com]
>Sent: Tuesday, February 26, 2002 5:52 PM
>To: Tomcat Users List
>Subject: Re: 2 instance of tomcat within 1 machine
>
>
>Actually i have 3 different server of tomcat on the same machine and
>it's work perfectly  ...
>
>which configuration files have you ??
>REmY
>
>Keith Ng wrote:
>
>>Hi
>>
>>I need to run two different server of tomcat 4.0.2 within one machine
>>tried running two instances of tomcat-4.0.2 startup and its not possible
>>
>>one is for internet, the other is for intranet, therefore both should have
>>different port, but same IP address
>>also, how do i disable the web from accessing tat port(server) if my
>>
>machine
>
>>is connected to the internet and anyone who tried to access tat port or
>>webapp from within intranet to provide password?
>>
>>
>>
>>_________________________________________________________
>>Do You Yahoo!?
>>Get your free @yahoo.com address at http://mail.yahoo.com
>>
>>
>>--
>>To unsubscribe:   <ma...@jakarta.apache.org>
>>For additional commands: <ma...@jakarta.apache.org>
>>Troubles with the list: <ma...@jakarta.apache.org>
>>
>>
>>
>
>
>
>--
>To unsubscribe:   <ma...@jakarta.apache.org>
>For additional commands: <ma...@jakarta.apache.org>
>Troubles with the list: <ma...@jakarta.apache.org>
>
>
>
>_________________________________________________________
>Do You Yahoo!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>--
>To unsubscribe:   <ma...@jakarta.apache.org>
>For additional commands: <ma...@jakarta.apache.org>
>Troubles with the list: <ma...@jakarta.apache.org>
>
>
>


RE: 2 instance of tomcat within 1 machine

Posted by Keith Ng <wo...@yahoo.com>.
Which version of tomcat are u using?
im using 4.0.2

how did u configure? Must i have more then 1 copy of tomcat? I really
dunno... pls help


-----Original Message-----
From: remy.menetrieux [mailto:remy.menetrieux@pixelpark.com]
Sent: Tuesday, February 26, 2002 5:52 PM
To: Tomcat Users List
Subject: Re: 2 instance of tomcat within 1 machine


Actually i have 3 different server of tomcat on the same machine and
it's work perfectly  ...

which configuration files have you ??
REmY

Keith Ng wrote:

>Hi
>
>I need to run two different server of tomcat 4.0.2 within one machine
>tried running two instances of tomcat-4.0.2 startup and its not possible
>
>one is for internet, the other is for intranet, therefore both should have
>different port, but same IP address
>also, how do i disable the web from accessing tat port(server) if my
machine
>is connected to the internet and anyone who tried to access tat port or
>webapp from within intranet to provide password?
>
>
>
>_________________________________________________________
>Do You Yahoo!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>--
>To unsubscribe:   <ma...@jakarta.apache.org>
>For additional commands: <ma...@jakarta.apache.org>
>Troubles with the list: <ma...@jakarta.apache.org>
>
>
>



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: 2 instance of tomcat within 1 machine

Posted by "remy.menetrieux" <re...@pixelpark.com>.
Actually i have 3 different server of tomcat on the same machine and 
it's work perfectly  ...

which configuration files have you ??
REmY

Keith Ng wrote:

>Hi
>
>I need to run two different server of tomcat 4.0.2 within one machine
>tried running two instances of tomcat-4.0.2 startup and its not possible
>
>one is for internet, the other is for intranet, therefore both should have
>different port, but same IP address
>also, how do i disable the web from accessing tat port(server) if my machine
>is connected to the internet and anyone who tried to access tat port or
>webapp from within intranet to provide password?
>
>
>
>_________________________________________________________
>Do You Yahoo!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>--
>To unsubscribe:   <ma...@jakarta.apache.org>
>For additional commands: <ma...@jakarta.apache.org>
>Troubles with the list: <ma...@jakarta.apache.org>
>
>
>



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


2 instance of tomcat within 1 machine

Posted by Keith Ng <wo...@yahoo.com>.
Hi

I need to run two different server of tomcat 4.0.2 within one machine
tried running two instances of tomcat-4.0.2 startup and its not possible

one is for internet, the other is for intranet, therefore both should have
different port, but same IP address
also, how do i disable the web from accessing tat port(server) if my machine
is connected to the internet and anyone who tried to access tat port or
webapp from within intranet to provide password?



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: win98+classpath

Posted by Chuck Amadi <ch...@breconbeacons.org>.
Chuck Amadi wrote:

> Hakan Kutucu wrote:
>
>> Hi everybody,
>> I have succesed to install tomcat at windows 2000. But I couldn't run at
>> windows98. I think some classpath definitions are wrong. Which
>> configurations should I do in autoexec.bat and how? Thanks.
>>
>>
>> -- 
>> To unsubscribe:   <ma...@jakarta.apache.org>
>> For additional commands: <ma...@jakarta.apache.org>
>> Troubles with the list: <ma...@jakarta.apache.org>
>>
> Hi, there try these  ensuring that the environment variables point yo 
> your <install dir's> Strings
>
>  set env varaible = dir \ String
>
>  set PATH=C:\JDK1.3\bin;
>  set TOMCAT_HOME=C:\jakarta-tomcat-3.2.2
>  set CATALINA_HOME=C:\jakarta-tomcat-4.0.1
>  set JAVA_HOME=C:\JDK1.3
>  set JSSE_HOME=C:\JDK1.3\jre\jsse1.0.2\lib
>
>
>
> set WASP_HOME=C:\wasp-advanced
> set WASP_DEMO=C:\wasp_demo
>
> Hope this works
> Cheers Chuck Amadi
> IT Systems Programmer
>
>
> -- 
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>

Hi, there i would like to remark that your port 8080 connector which is 
located in your: jakarta-tomcat-3.2.2\conf\server.xml
has proberly laid claim to that port by default thus you must use a 
different port preferable greater than 1024 for jakarta-tomcat-4.0.1.

As discribed in the Running.txt File in your Tomcat-4.0.1\Running.txt File

1) The most common hiccup is when another web server (or any process for 
that
   matter) has laid claim to port 8080.  This is the default HTTP port that
   Tomcat attempts to bind to at startup.  To change this, open the file:

       $CATALINA_HOME/conf/server.xml
   
   ...and search for '8080'.  Change it to a port that isn't in use, and is
   greater than 1024, as ports less than or equal to 1024 require superuser
   access to bind to.
  
   Restart Tomcat and you're in business.  Be sure that you replace the 
"8080"
   in the URL you're using to access Tomcat.  For example, if you change the
   port to 1977, you would request the URL http://localhost:1977/.

Try the above as a process of elimination

Cheers Chuck Amadi
Systems Programmer




--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: win98+classpath

Posted by Chuck Amadi <ch...@breconbeacons.org>.
Hakan Kutucu wrote:

>Hi everybody,
>I have succesed to install tomcat at windows 2000. But I couldn't run at
>windows98. I think some classpath definitions are wrong. Which
>configurations should I do in autoexec.bat and how? Thanks.
>
>
>--
>To unsubscribe:   <ma...@jakarta.apache.org>
>For additional commands: <ma...@jakarta.apache.org>
>Troubles with the list: <ma...@jakarta.apache.org>
>
Hi, there try these  ensuring that the environment variables point yo 
your <install dir's> Strings

  set env varaible = dir \ String

  set PATH=C:\JDK1.3\bin;
  set TOMCAT_HOME=C:\jakarta-tomcat-3.2.2
  set CATALINA_HOME=C:\jakarta-tomcat-4.0.1
  set JAVA_HOME=C:\JDK1.3
  set JSSE_HOME=C:\JDK1.3\jre\jsse1.0.2\lib



set WASP_HOME=C:\wasp-advanced
set WASP_DEMO=C:\wasp_demo

Hope this works
Cheers Chuck Amadi
IT Systems Programmer


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


win98+classpath

Posted by Hakan Kutucu <ku...@galois.iyte.edu.tr>.
Hi everybody,
I have succesed to install tomcat at windows 2000. But I couldn't run at
windows98. I think some classpath definitions are wrong. Which
configurations should I do in autoexec.bat and how? Thanks.


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>