pwAdmin (iWeb) Final Release

Btw :rolleyes:

sPCK -x surfaces.pck

Check: \PWI\element\surfaces.pck.files\surfaces\iconset\

Does the same job...

single 16x16 gif`s 1400 of them in surfaces\iconset:blink: I count 26 files

na you got my release wrong bud. Its not just the single DDS and text but all cut out to 16x16 gifs as well:thumbup1: just figured I would save all a far amount of time with slice tool.
 
single 16x16 gif`s 1400 of them in surfaces\iconset:blink: I count 26 files

na you got my release wrong bud. Its not just the single DDS and text but all cut out to 16x16 gifs as well:thumbup1: just figured I would save all a far amount of time with slice tool.

And you could very easily just use a PHP script with gd to stitch or take apart an image into all those icons

If you have the patience PHP with gd is by far the most powerful image editor out there...
 
@Ronny, Is it possible to use an alternative way for php-cgi for Jetty?

Cuz I tried your way on your codeplex page but still no luck with it. php-cgi hates me probably :lol:

Debian/Ubuntu set up the FastCGI all automagically with that package, for other Distro's you have to manually setup FastCGI for it to work properly
 
adding a fast-cgi servlet is the only way i know to use php in jetty...

  • make sure php5-cgi service is running
  • check which port was used to start php5-cgi (i.e. /usr/bin/php-cgi -b6666)
  • if you are using the jetty startscript look there for the php-cgi port
  • check how fast-cgi servlet in jetty is configured (port)
    /PWServer/jetty-7.2.0/webapps/ROOT/WEB-INF/web.xml
  • fast-cgi servlet is only installed in jetty's web ROOT and not available in pwAdmin!
 
Last edited:
This is what I get when I type in console:
Code:
/usr/bin/php-cgi -b6666

Code:
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: /lib/libxml2.so.2: no version information available (required by /usr/bin/php-cgi)
/usr/bin/php-cgi: relocation error: /usr/bin/php-cgi: symbol xmlTextReaderSchemaValidate, version LIBXML2_2.6.20 not defined in file libxml2.so.2 with link time reference

Wtf is wrong with my Ubuntu ? :lol: :glare:

---------- Post added at 02:36 AM ---------- Previous post was at 02:23 AM ----------

This is my "jetty" startscript:
Code:
#! /bin/sh

java -DSTOP.PORT=8000 -DSTOP.KEY=jetty_pid -jar start.jar OPTIONS=Server,jsp &> logs/jetty.log
 
ronny1982 please make me your disciple wanted to have some of your invaluable knowledge I do not know English tudu that that I am posting I translated by google translator [email protected] add my msn please make me your disciple
 
Back