Its possible to run 2 or more jetspeeds in different webapps under the same
server.
Just make sure to shutdown your server before copying webapps around.

> sometimes apparently running out of memory and sometimes
> receiving "Horrible
> exception" and sometimes no information.

Try increasing your memory parameters for java (-Xms, -Xmx) in Tomcat's
startup:

java -X

-Xmixed           mixed mode execution (default)
-Xint             interpreted mode execution only
-Xbootclasspath:<directories and zip/jar files separated by ;>
                  set search path for bootstrap classes and resources
-Xbootclasspath/a:<directories and zip/jar files separated by ;>
                  append to end of bootstrap class path
-Xbootclasspath/p:<directories and zip/jar files separated by ;>
                  prepend in front of bootstrap class path
-Xnoclassgc       disable class garbage collection
-Xincgc           enable incremental garbage collection
-Xbatch           disable background compilation
-Xms<size>        set initial Java heap size
-Xmx<size>        set maximum Java heap size
-Xss<size>        set java thread stack size
-Xprof            output cpu profiling data
-Xrunhprof[:help]|[:<option>=<value>, ...]
                  perform JVMPI heap, cpu, or monitor profiling
-Xdebug           enable remote debugging
-Xfuture          enable strictest checks, anticipating future default
-Xrs              reduce use of OS signals by Java/VM (see documentation)

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Karen
> Schuchardt
> Sent: Tuesday, February 12, 2002 12:50 PM
> To: Jetspeed Users List
> Subject: Re: Can url pattern be changed?
>
>
> I was trying to do something similar which is to copy the
> jetspeed directory
> hierachy to another name and have essentially two jetspeeds webapps with
> different  content but running under the same server.  This
> seemed to hang the
> server. It would no longer serve pages but the process was still
> running.  I
> didn't see anything too useful in the logs.  I tried this a
> number of times
> sometimes apparently running out of memory and sometimes
> receiving "Horrible
> exception" and sometimes no information.
>
> Anybody know why you can't do this or what you'd have to change
> to make it work?
> I know I could run two servers but this seems easier to manage if
> it works.
>
> Thanks,
> Karen
>
>
> David Sean Taylor wrote:
>
> > rename your jetspeed webapp directory
> >
> > ----- Original Message -----
> > From: "Ed Park" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, February 12, 2002 11:28 AM
> > Subject: Can url pattern be changed?
> >
> > > To access Jetspeed, you have to enter a url of the
> > > form:
> > > http://localhost/jetspeed
> > >
> > > Can you change it so you can enter:
> > > http://localhost/<arbitrary url>
> > >
> > > Changing the entry in web.xml has no effect so where
> > > do you change it?
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Send FREE Valentine eCards with Yahoo! Greetings!
> > > http://greetings.yahoo.com
> > >
> > > --
> > > 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:[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]>

Reply via email to