here you go!
<tdkroot>/bin/catalina.sh elif [ "$1" = "start" ] ; then . . ...snipped... # # pause 15 seconds... wait for turbine to come up # /bin/sleep 15 # # open first login page.. dump to /dev/null # lynx -source http://localhost:8080/app/servlet/app > /dev/null # elif[ "$1" = "stop" ] ; then ...end snip... HTH, Jeff Painter On Thu, 6 Feb 2003, Johnny Quazar wrote: > Whoa Jeff, that rocks (for any number of reasons)! > > Do you have the added startup.sh lines handy? It doesn't sound all > that complex but I've got my hands full with other issues. I'm on > Linux. Good to know it's just the first login. > > Helps a lot, thanks! > > At 1:57 PM -0600 2/6/03, Jeffery Painter wrote: > >I'm not sure what platform you are using, but I added a call to my startup > >script to launch lynx to access the url and "wake up" the login page. > > > >I get the jsessionid the first time then after that its gone. > > > >HTH, > >Jeff Painter > > > >On Thu, 6 Feb 2003, Johnny Quazar wrote: > > > >> I sure appreciate the reply, Quinton! > >> > >> Agreed, this doesn't seem to do any specific harm... my concern is > >> that this might be one of the first things a new user sees, and I > >> don't know about you project but with mine... there's enough else > >> going on in a "new user experience", they're already going to be > >> freaked out. > >> > >> Also I'm not sure what happens if the jsessionid is bookmarked, > >> probably nothing good. > >> > >> Anyone else? Someplace to look? > >> > >> GRACIAS > >> > > > > > >--------------------------------------------------------------------- > >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]
