RE: Compiled FOP versions

2005-11-21 Thread Blake Kadatz
Head on over to http://www.webhostingtalk.com and search in the forums
for discussions on hosting with Java support, or use their hosting
request form to get a number of quotes.  I think you'll be surprised at
how inexpensive it can be.  If you've had your current hosting plan for
a few years, you might even save money *and* get Java support included.

Blake

-Original Message-
From: Manuel Strehl [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 17, 2005 11:40 AM
To: fop-users@xmlgraphics.apache.org
Subject: Re: Compiled FOP versions

Hi again.

Thanks for the reply.
My provider's got PHP and Perl running. But I only have 200MB of 
webspace and am not allowed to install things that need root rights.
I also looked up the JSE package at sun.com, and the complete pack is 
~150MB. Only the core files still need 100MB. That's a bit rough for 
only wanting to run the 7MB of FOP...

But best thanks anyway.

Manuel

-
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]



Re: Compiled FOP versions

2005-11-17 Thread Manuel Strehl

Hi again.

Thanks for the reply.
My provider's got PHP and Perl running. But I only have 200MB of 
webspace and am not allowed to install things that need root rights.
I also looked up the JSE package at sun.com, and the complete pack is 
~150MB. Only the core files still need 100MB. That's a bit rough for 
only wanting to run the 7MB of FOP...


But best thanks anyway.

Manuel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Compiled FOP versions

2005-11-16 Thread Jeremias Maerki
You're pretty much out of luck at the moment. It is on my list to make
FOP compile with GCJ/Classpath but so far I've had no time to go after
it. At the moment a JVM is simply required.

What you can try, though, is install a JVM for that machine yourself.
But you have to figure out yourself if you're allowed to do that.

On 16.11.2005 14:29:15 Manuel Strehl wrote:
 Hi there.
 
 I didn't find any post in the last months concerning my point. If it was 
 discussed earlier, I'd like to apologize.
 
 My Problem: My provider doesn't offer a Java VM on the servers. So I'm 
 looking for another possibility to run FOP. I found out (at Wikipedia) 
 that you can compile Java written programs to machine code (e.g., with 
 the Gnu CJ). Well, actually I'm still using Windows and I have no clue 
 where to compile it for Linux.
 
 I am looking for:
 - already compiled versions of FOP (for Linux; SuSe, I think)
 - any tips or hints how I could use FOP on a server without having a 
 Java VM.
 
 Does anyone have an idea?


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Compiled FOP versions

2005-11-16 Thread Glen Mazza
Without servlets and JSPs, what will your provider allow you use to 
execute programs on the server--ASP, PHP, or cgi?  A pure HTTP server 
will not be able to activate programs, regardless of what you can 
compile FOP into.  Is the provider using IIS or Apache as the web server?


My thinking, along with Jeremias', is that it would be probably best to 
somehow distribute/install the Java VM with your application.  The JVM 
is, after all, already compiled into an executable that the server can 
run.  I can't see the reason why you would not be allowed to run the JVM 
executable but you would be allowed to run another compiled executable 
instead (what you are trying to do to FOP)--they would both be programs 
running on the server.


Glen

Manuel Strehl wrote:

Hi there.

I didn't find any post in the last months concerning my point. If it was 
discussed earlier, I'd like to apologize.


My Problem: My provider doesn't offer a Java VM on the servers. So I'm 
looking for another possibility to run FOP. I found out (at Wikipedia) 
that you can compile Java written programs to machine code (e.g., with 
the Gnu CJ). Well, actually I'm still using Windows and I have no clue 
where to compile it for Linux.


I am looking for:
- already compiled versions of FOP (for Linux; SuSe, I think)
- any tips or hints how I could use FOP on a server without having a 
Java VM.


Does anyone have an idea?

Best Regards
Manuel

-
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]