You cannot post messages because only members can post, and you are not currently a member.
Description:
CRaSH is a shell to extend the Java Platform, open source and open minded. This is the CRaSH user group where users can discuss and share about CRaSH.
|
|
|
Maintaining static variables over different command calls
|
| |
Hi,
I want to use the same variable across different commands.
Can I initialize it in the login.groovy script and make it available for
every other command I write?
-- Sincerely
Harsh Kumar
------------------------------ ------------------------------ ------------------------------ -------------------------... more »
|
|
Importing and Using Jar files
|
| |
Hi,
As mentioned in the documentation, I placed my jar file in the .../lib/
directory along with the already present jars.
Next step I am directly trying to import classes from the packages inside
the jar.
It is not able to resolve the class name. What am i doing wrong?
|
|
Threaded Commands
|
| |
Hi,
I want to run a command in background which will poll for certain things.
So, basically, I want this command to be executed as soon as CRaSH is
started. It should write its output to a file. Is it possible? If yes, then
how?
-- Sincerely
Harsh Kumar
------------------------------ ------------------------------ ------------------------------ -------------------------... more »
|
|
SSH Connectivity to CRaSH 1.3
|
| |
Hi,
I was trying to conenct via SSH to CRaSH 1.3, but the password 'crash' is
not getting accepted. I have tried on multiple machines logged in as root
and otherwise. Any clues?
-- Sincerely
Harsh Kumar
------------------------------ ------------------------------ ------------------------------ -------------------------... more »
|
|
CRaSH 1.2.4 released
|
| |
Hi,
we released minor version 1.2.4 with an small improvement to the AuthenticationPlugin.
Here is the change list : [link]
Julien
ps: we skipped 1.2.3 because the release was screwed up due to bad pom configuration creating Java 7 classes instead of Java 6.... more »
|
|
1.2.2 release
|
| |
Hi,
we just released CRaSH 1.2.2 with two minor improvements:
1/ a cosmetic issue with telnet and ssh : missing a CRLF when displaying prompt causing issues like:
% whatever
unkown command: whatever%
instead of
% whatever
unkown command: whatever
%
2/ added --non-interactive for crash standalone to disable the jline connector... more »
|
|
Doemonizing Crash
|
| |
Hi, I want to deamonize CRaSH. So that all i would need to do is telnet to it via some machine and have a runnable prompt, without having CRaSH prompt open in a terminal on the machine I am running it on. So, CRaSH is running in background. I telnet from some machine and get prompt without bothering the host machine much.... more »
|
|
Nesting Commands
|
| |
Hi I wanted to know whether it is possible to nest commands in groovy. Something like *parentcommand command1 arg1 command2 arg2* What i want is that after entering arg1 if i press tab then i should see command1 and 2 again as suboptions. Any idea?
|
|
Inspecting objects in running app using CRaSH
|
| |
Hi,
sorry for my (possible) ignorance but I would like to use CRaSH shell to 'inspect' (ie. show the contents) of a data structure that is running inside JVM that I attach CRaSH to. I guess I can write a Groovy script that will parse the object and print the data in user-friendly way; the problem... more »
|
|
|