Skip to content

bernardjason/rust_tuxedo_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuxedo server service written in C and Rust

Make sure you look at env.sh which sets the location where Tuxedo is installed.

export TUXDIR=/software/tuxedo/tuxedo12.2.2.0.0

and where you've checked out the code

export BASE=/src/weblogic/rust_tuxedo_server

C bindings generated with

bindgen  tux.h  -o src/bindings.rs -- -I $TUXDIR/include/

then all the warnings changed to be ignored.

To compile

source env.sh
make all

Then to start

source env.sh
tmloadcf -y config/UBB.ubb
tmboot -y

Then test, ud.in calls C version c_upper service and rust rust_upper

ud32 -i ud.in
ud32 -i rust.in

About

Tuxedo demo server written in Rust as well as C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages