Re: fixing xml editing on iweb
wtf? lol ok whatever report to mod cuz idc rly they can go look at it themselves and will see im not hacking..
---------- Post added at 05:00 PM ---------- Previous post was at 04:59 PM ----------
oh duh cuz me and friend decided to remove the page and put elsewhere so u guys cant have it.
---------- Post added at 05:03 PM ---------- Previous post was at 05:00 PM ----------
if u want u can msg me on msn and ill intro u to firend (zettacorn@gmail.com)
---------- Post added at 05:18 PM ---------- Previous post was at 05:03 PM ----------
nvm she posted already new link
Re: fixing xml editing on iweb
Quote:
Originally Posted by
hrace009
you can use
jdk-1_5_0_21, it's not a problem as long it still
jdk-1_5_0_XXXXXXXX
download
jdk-1_5_0_21-linux-i586.bin from
ronny1982
jdk-1_5_0_05-linux-i586.bin from
Romulan
jdk-1_5_0_21-linux-i586.bin from official
JAVA thanks to
Vision@Net to find it for me and help me on it:ott1:
how to make it worked support with XML mode at pwAdmin?
put your
jdk-1_5_0_21-linux-i586.bin to
/usr/java/ with
winSCP. and leave
jdk-1_6_0_17 directory in there and don't ever touch it or you will be dieeeeee:ott1:
chmod
jdk-1_5_0_21-linux-i586.bin from
644 to
755, or for simple way, at winSCP right click
jdk-1_5_0_21-linux-i586.bin and chose
properties, find word
Octal change those number to
755
now at your
console
type:
hrace009@server07:#./usr/java/jdk-1_5_0_21-linux-i586.bin
just hit
spacebar, and let the installer do it for you.
if it asking for press
ENTER just press it until your keyboard broken:ott1: just kidding:P:
now finaly find your
.profile and
.bashrc
find words :
/usr/java/jdk1.6.0_17/jre, change it to
/usr/java/jdk1.5.0_21/jre
then save it...
reboot your server....
enter your user login and password
user:
ronny1982_pretygurlz
password:
romulan_jerk
:ott1: just kidding :P:
then start your
tomcat_start.sh, run
http://172.18.0.7:8083/pwAdmin
gentelment start your enggine!!! ( i mean start your server ):ott1:
open character database.... chose one character. then press
XML MODE and you will see a miracle of
pwAdmin:lol:
I did all those things and pwAdmin won't run why?
Re: fixing xml editing on iweb
paths are set wrong then
because mine are correct and i have xml to play with in Light's XML editors whic i only showed one... and wont show any more cuz of ungreatful ppl like Romulan who just look for something to B**** at.
Re: fixing xml editing on iweb
some1 should really shoot him.
too big for his boots on this forum...
Re: fixing xml editing on iweb
Zetta can you please upload your .profile and .bashrc files?
Re: fixing xml editing on iweb
this worked to me:
1. post from Romulan -> Download link for the JDK1.5 -> http://www.sendspace.com/file/4jmzu9
2. unpack this to: /usr/local/ -> foldername -> jdk1.5.0_05
Quote:
/usr/local/jdk1.5.0_05 <- need chmod 755 ->
java folder include booth java version folders
3. root/.bashrc -> last lines
Quote:
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
#export HISTCONTROL=ignoredups
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(lesspipe)"
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" -a -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color)
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
;;
*)
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
;;
esac
# Comment in the above and uncomment this below for a color prompt
#PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"'
;;
*)
;;
esac
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
#if [ -f ~/.bash_aliases ]; then
# . ~/.bash_aliases
#fi
# enable color support of ls and also add handy aliases
if [ "$TERM" != "dumb" ]; then
eval "`dircolors -b`"
alias ls='ls --color=auto'
#alias dir='ls --color=auto --format=vertical'
#alias vdir='ls --color=auto --format=long'
fi
# some more ls aliases
#alias ll='ls -l'
#alias la='ls -A'
#alias l='ls -CF'
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
#if [ -f /etc/bash_completion ]; then
# . /etc/bash_completion
#fi
export JAVA_HOME=/usr/java/jdk1.5.0_05
export CLASSPATH=/root/apache-tomcat-5.5.28/common/lib/jsp-api.jar:/root/apache-tomcat-5.5.28/common/lib/servlet-api.jar
4. root/.profile - last lines
Quote:
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
mesg n
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/usr/java/jdk1.6.0_17/bin
BASH_ENV=$HOME/.bashrc
USERNAME="root"
PATH=$PATH:$HOME/bin:/usr/lib/mysql/bin
BASH_ENV=$HOME/.bashrc
USERNAME="ROOT"
export USERNAME BASH_ENV PATH
export CLASSPATH=.:/usr/java/jdk1.6.17/lib/dt.jar:/usr/java/jdk1.6.0_17/lib/tools.jar:/usr/java/jdk1.6.0_17/lib/mysql-connector-java-5.0.8-bin.jar
export PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME=/usr/java/jdk1.5.0_05
restart server - not only PW server - restart machine -> fine :)
Re: fixing xml editing on iweb
Quote:
Originally Posted by
tawdarky
I did all those things and pwAdmin won't run why?
that's a path from my server, you should look in to your server where is your jdk path...
i'am not using Ubuntu server that has release, but i'am using Slackware for my own now... so that's why i don't answer your request at .profile and .bashrc
Re: fixing xml editing on iweb
@hrace " but i'am using Slackware for my own now " - write this in your first post --- all think you have ubuntu - its your release :)
Re: fixing xml editing on iweb
it's still same way at syntax and structure folder, coz it still basicly LINUX
the different is how to mantaint those file server PW and using those Tomcat.
Re: fixing xml editing on iweb
So how do you install java on virtual box?
Re: fixing xml editing on iweb
yes i install it with the same way with ubuntu server
Re: fixing xml editing on iweb
Quote:
Originally Posted by
fgru
this worked to me:
1. post from Romulan -> Download link for the JDK1.5 ->
http://www.sendspace.com/file/4jmzu9
2. unpack this to: /usr/local/ -> foldername -> jdk1.5.0_05
java folder include booth java version folders
3. root/.bashrc -> last lines
4. root/.profile - last lines
5. root/tomcat_start.sh - line 3
6. root/tomcat_stop.sh - line 3
restart server - not only PW server - restart machine -> fine :)
I tried the method above. pwAdmin can start and i can login but i can't start the server. It says 'starting of server failed'.
Re: fixing xml editing on iweb
go back to your original [ jdk1.5.0_05 to jdk1.6.xx ] -> can you start the server ?
Re: fixing xml editing on iweb
Quote:
Originally Posted by
fgru
go back to your original [ jdk1.5.0_05 to jdk1.6.xx ] -> can you start the server ?
Yes i can
Re: fixing xml editing on iweb
Quote:
Originally Posted by
fgru
@hrace " but i'am using Slackware for my own now " - write this in your first post --- all think you have ubuntu - its your release :)
i think it not need... you just need to grow up and looking some thing you don't know, and don't command me to put anything, coz i'am not your PERSONAL HELP DESK